Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/audio/
DRemoteAudio.cpp128 if (handler->mNotifyOnReply) { in handlePacket()
129 handler->mNotifyOnReply = false; in handlePacket()
173 handler->mNotifyOnReply = true; in waitForPlaybackOrRecordingCompletion()
188 handler->mNotifyOnReply = false; in doStop()
204 handler->mNotifyOnReply = true; in downloadData()
315 handler->mNotifyOnReply = true; in getDeviceInfo()
/cts/suite/audio_quality/lib/include/audio/
DRemoteAudio.h117 mNotifyOnReply(false), in CommandHandler()
138 bool mNotifyOnReply; variable