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

  /frameworks/wilhelm/src/objects/
CAudioRecorder.cpp 30 result = android_audioRecorder_realize(thiz, async);
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.h 46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
AudioRecorder_to_android.cpp 507 // Called from android_audioRecorder_realize for a PCM buffer queue recorder before creating the
609 // Called from android_audioRecorder_realize for a PCM buffer queue recorder after creating the
633 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) {
634 SL_LOGV("android_audioRecorder_realize(%p) entering", ar);
707 SL_LOGE("android_audioRecorder_realize(%p) error creating AudioRecord object; status %d",
    [all...]

Completed in 294 milliseconds