HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceInfoHandler (Results 1 - 2 of 2) sorted by null

  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 35 mDeviceInfoHandler(new CommandHandler(*this, (int)AudioProtocol::ECmdGetDeviceInfo)),
118 handler = reinterpret_cast<CommandHandler*>(mDeviceInfoHandler.get());
313 CommandHandler* handler = reinterpret_cast<CommandHandler*>(mDeviceInfoHandler.get());
318 sendCommand(mDeviceInfoHandler);
321 if (!waitForCompletion(mDeviceInfoHandler, CLIENT_WAIT_TIMEOUT_MSEC)) {
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 145 android::sp<android::MessageHandler> mDeviceInfoHandler;

Completed in 511 milliseconds