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

  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 47 static void bqPlayerCallback(SLAndroidSimpleBufferQueueItf /*bq*/, void *context)
49 // __android_log_print(ANDROID_LOG_INFO, TAG, "bqPlayerCallback()");
228 result = (*bq_)->RegisterCallback(bq_, bqPlayerCallback, this);
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 80 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context) {
220 result = (*bqPlayerBufferQueue)->RegisterCallback(bqPlayerBufferQueue, bqPlayerCallback, NULL);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 116 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context)
241 result = (*bqPlayerBufferQueue)->RegisterCallback(bqPlayerBufferQueue, bqPlayerCallback, NULL);

Completed in 71 milliseconds