Home
last modified time | relevance | path

Searched refs:mAPlayer (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp282 if (ap->mAPlayer != 0) { in android_audioPlayer_volumeUpdate()
2040 if (ap->mAPlayer != 0) { in android_audioPlayer_setPlaybackRateAndConstraints()
2061 if (ap->mAPlayer == 0) { in android_audioPlayer_metadata_getItemCount()
2088 if (ap->mAPlayer == 0) { in android_audioPlayer_metadata_getKeySize()
2124 if (ap->mAPlayer == 0) { in android_audioPlayer_metadata_getKey()
2161 if (ap->mAPlayer == 0) { in android_audioPlayer_metadata_getValueSize()
2197 if (ap->mAPlayer == 0) { in android_audioPlayer_metadata_getValue()
2310 if (ap->mAPlayer != 0) { in android_audioPlayer_usePlayEventMask()
2453 if (ap->mAPlayer != 0) { in android_audioPlayer_loop()
2544 if (ap->mAPlayer != 0) { in android_audioPlayer_androidBufferQueue_clear_l()
[all …]
H A Dandroid_Effect.cpp514 if (ap->mAPlayer != 0) { in android_fxSend_attach()
517 ap->mAPlayer->attachAuxEffect(pFx->id()); in android_fxSend_attach()
518 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) ); in android_fxSend_attach()
520 ap->mAPlayer->attachAuxEffect(0); in android_fxSend_attach()
596 if (ap->mAPlayer != 0) { in android_fxSend_setSendLevel()
598 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) ); in android_fxSend_setSendLevel()
/aosp12/frameworks/wilhelm/src/
H A Dclasses.h109 android::sp<android::GenericPlayer> mAPlayer; member
/aosp12/frameworks/wilhelm/src/itf/
H A DIEngine.cpp241 (void) new (&thiz->mAPlayer) android::sp<android::GenericPlayer>(); in IEngine_CreateAudioPlayer()