Searched refs:AAUDIO_CALLBACK_RESULT_CONTINUE (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalPlay.cpp239 aaudio_data_callback_result_t callbackResult = AAUDIO_CALLBACK_RESULT_CONTINUE;
252 if (callbackResult == AAUDIO_CALLBACK_RESULT_CONTINUE) {
H A DAudioStreamInternalCapture.cpp190 aaudio_data_callback_result_t callbackResult = AAUDIO_CALLBACK_RESULT_CONTINUE;
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp91 if (callbackResult == AAUDIO_CALLBACK_RESULT_CONTINUE) {
/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp54 return AAUDIO_CALLBACK_RESULT_CONTINUE;
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h242 return AAUDIO_CALLBACK_RESULT_CONTINUE;
H A DAAudioSimpleRecorder.h249 return AAUDIO_CALLBACK_RESULT_CONTINUE;
/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h317 AAUDIO_CALLBACK_RESULT_CONTINUE = 0, enumerator in enum:__anon172
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp296 return AAUDIO_CALLBACK_RESULT_CONTINUE;

Completed in 120 milliseconds