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

  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalPlay.cpp 239 aaudio_data_callback_result_t callbackResult = AAUDIO_CALLBACK_RESULT_CONTINUE;
252 if (callbackResult == AAUDIO_CALLBACK_RESULT_CONTINUE) {
AudioStreamInternalCapture.cpp 190 aaudio_data_callback_result_t callbackResult = AAUDIO_CALLBACK_RESULT_CONTINUE;
  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio_misc.cpp 76 static_assert(0 == AAUDIO_CALLBACK_RESULT_CONTINUE, ENUM_CANNOT_CHANGE);
test_aaudio_callback.cpp 142 return AAUDIO_CALLBACK_RESULT_CONTINUE;
241 return AAUDIO_CALLBACK_RESULT_CONTINUE;
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamLegacy.cpp 91 if (callbackResult == AAUDIO_CALLBACK_RESULT_CONTINUE) {
  /frameworks/av/media/libaaudio/tests/
test_open_params.cpp 54 return AAUDIO_CALLBACK_RESULT_CONTINUE;
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimplePlayer.h 242 return AAUDIO_CALLBACK_RESULT_CONTINUE;
AAudioSimpleRecorder.h 249 return AAUDIO_CALLBACK_RESULT_CONTINUE;
  /frameworks/av/media/libaaudio/include/aaudio/
AAudio.h 317 AAUDIO_CALLBACK_RESULT_CONTINUE = 0,
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 296 return AAUDIO_CALLBACK_RESULT_CONTINUE;

Completed in 81 milliseconds