Home
last modified time | relevance | path

Searched refs:tempDataMQ (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc562 std::unique_ptr<DataMQ> tempDataMQ; in StartSession() local
567 auto hidl_cb = [&session_status, &tempDataMQ, &hidl_startSession_promise]( in StartSession()
573 tempDataMQ.reset(new DataMQ(dataMQ)); in StartSession()
585 if (tempDataMQ && tempDataMQ->isValid()) { in StartSession()
586 mDataMQ = std::move(tempDataMQ); in StartSession()
623 std::unique_ptr<DataMQ> tempDataMQ; in StartSession_2_1() local
628 auto hidl_cb = [&session_status, &tempDataMQ, &hidl_startSession_promise]( in StartSession_2_1()
634 tempDataMQ.reset(new DataMQ(dataMQ)); in StartSession_2_1()
646 if (tempDataMQ && tempDataMQ->isValid()) { in StartSession_2_1()
647 mDataMQ = std::move(tempDataMQ); in StartSession_2_1()