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

  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimplePlayer.h 205 return AAUDIO_CALLBACK_RESULT_STOP;
239 return AAUDIO_CALLBACK_RESULT_STOP;
AAudioSimpleRecorder.h 213 return AAUDIO_CALLBACK_RESULT_STOP;
246 return AAUDIO_CALLBACK_RESULT_STOP;
  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio_misc.cpp 77 static_assert(1 == AAUDIO_CALLBACK_RESULT_STOP, ENUM_CANNOT_CHANGE);
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 225 if (callbackResult == AAUDIO_CALLBACK_RESULT_STOP) {
226 ALOGD("AudioStreamInternalCapture(): callback returned AAUDIO_CALLBACK_RESULT_STOP");
AudioStreamInternalPlay.cpp 273 } else if (callbackResult == AAUDIO_CALLBACK_RESULT_STOP) {
274 ALOGD("AudioStreamInternalPlay(): callback returned AAUDIO_CALLBACK_RESULT_STOP");
  /frameworks/av/media/libaaudio/include/aaudio/
AAudio.h 325 AAUDIO_CALLBACK_RESULT_STOP,
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 260 return AAUDIO_CALLBACK_RESULT_STOP;

Completed in 189 milliseconds