Searched refs:mDeviceInfoHandler (Results 1 – 2 of 2) sorted by relevance
35 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()
145 android::sp<android::MessageHandler> mDeviceInfoHandler; variable