Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/audio/
DRemoteAudio.cpp35 mDeviceInfoHandler(new CommandHandler(*this, (int)AudioProtocol::ECmdGetDeviceInfo)), in RemoteAudio()
118 handler = reinterpret_cast<CommandHandler*>(mDeviceInfoHandler.get()); in handlePacket()
313 CommandHandler* handler = reinterpret_cast<CommandHandler*>(mDeviceInfoHandler.get()); in getDeviceInfo()
318 sendCommand(mDeviceInfoHandler); in getDeviceInfo()
321 if (!waitForCompletion(mDeviceInfoHandler, CLIENT_WAIT_TIMEOUT_MSEC)) { in getDeviceInfo()
/cts/suite/audio_quality/lib/include/audio/
DRemoteAudio.h145 android::sp<android::MessageHandler> mDeviceInfoHandler; variable