mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Merge "Audio primary hal: fix member function used before init" into oc-dev
This commit is contained in:
@@ -354,7 +354,7 @@ Return<void> StreamIn::prepareForReading(
|
||||
CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), threadInfo);
|
||||
return Void();
|
||||
}
|
||||
status = mReadThread->run("reader", PRIORITY_URGENT_AUDIO);
|
||||
status = tempReadThread->run("reader", PRIORITY_URGENT_AUDIO);
|
||||
if (status != OK) {
|
||||
ALOGW("failed to start reader thread: %s", strerror(-status));
|
||||
_hidl_cb(Result::INVALID_ARGUMENTS,
|
||||
|
||||
Reference in New Issue
Block a user