Searched refs:AAUDIO_CALLBACK_RESULT_STOP (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h205 return AAUDIO_CALLBACK_RESULT_STOP;
239 return AAUDIO_CALLBACK_RESULT_STOP;
H A DAAudioSimpleRecorder.h213 return AAUDIO_CALLBACK_RESULT_STOP;
246 return AAUDIO_CALLBACK_RESULT_STOP;
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp225 if (callbackResult == AAUDIO_CALLBACK_RESULT_STOP) {
226 ALOGD("AudioStreamInternalCapture(): callback returned AAUDIO_CALLBACK_RESULT_STOP");
H A DAudioStreamInternalPlay.cpp273 } else if (callbackResult == AAUDIO_CALLBACK_RESULT_STOP) {
274 ALOGD("AudioStreamInternalPlay(): callback returned AAUDIO_CALLBACK_RESULT_STOP");
/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h325 AAUDIO_CALLBACK_RESULT_STOP, enumerator in enum:__anon172
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp260 return AAUDIO_CALLBACK_RESULT_STOP;

Completed in 1733 milliseconds