OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 161 milliseconds