Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface.cc333 std::unique_ptr<DataMQ> tempDataMQ; in StartSession() local
338 auto hidl_cb = [&session_status, &tempDataMQ, &hidl_startSession_promise]( in StartSession()
344 tempDataMQ.reset(new DataMQ(dataMQ)); in StartSession()
356 if (tempDataMQ && tempDataMQ->isValid()) { in StartSession()
357 mDataMQ = std::move(tempDataMQ); in StartSession()