HomeSort by relevance Sort by last modified time
    Searched defs:callbackResult (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamLegacy.cpp 62 aaudio_data_callback_result_t callbackResult;
80 callbackResult = mBlockAdapter->processVariableBlock(
84 callbackResult = (*getDataCallbackProc())(
91 if (callbackResult == AAUDIO_CALLBACK_RESULT_CONTINUE) {
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 190 aaudio_data_callback_result_t callbackResult = AAUDIO_CALLBACK_RESULT_CONTINUE;
219 callbackResult = (*appCallback)(
225 if (callbackResult == AAUDIO_CALLBACK_RESULT_STOP) {
AudioStreamInternalPlay.cpp 239 aaudio_data_callback_result_t callbackResult = AAUDIO_CALLBACK_RESULT_CONTINUE;
246 callbackResult = (*appCallback)(
252 if (callbackResult == AAUDIO_CALLBACK_RESULT_CONTINUE) {
273 } else if (callbackResult == AAUDIO_CALLBACK_RESULT_STOP) {

Completed in 788 milliseconds