Searched refs:IsInterfaceInitialized (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/src/android/ |
D | MediaPlayer_to_android.cpp | 79 if (IsInterfaceInitialized(&mp->mObject, MPH_XAPREFETCHSTATUS)) { in player_handleMediaPlayerEventNotifications() 198 if (!IsInterfaceInitialized(&mp->mObject, MPH_XAPREFETCHSTATUS)) { in player_handleMediaPlayerEventNotifications() 223 if (!IsInterfaceInitialized(&mp->mObject, MPH_XAPREFETCHSTATUS)) { in player_handleMediaPlayerEventNotifications() 271 if (IsInterfaceInitialized(&mp->mObject, MPH_XAPREFETCHSTATUS)) { in player_handleMediaPlayerEventNotifications()
|
D | AudioPlayer_to_android.cpp | 805 if (IsInterfaceInitialized(&ap->mObject, MPH_PREFETCHSTATUS)) { in sfplayer_handlePrefetchEvent() 828 if (!IsInterfaceInitialized(&ap->mObject, MPH_PREFETCHSTATUS)) { in sfplayer_handlePrefetchEvent() 852 if (!IsInterfaceInitialized(&ap->mObject, MPH_PREFETCHSTATUS)) { in sfplayer_handlePrefetchEvent() 932 if (IsInterfaceInitialized(&ap->mObject, MPH_PREFETCHSTATUS)) { in sfplayer_handlePrefetchEvent() 1291 if (IsInterfaceInitialized(&ap->mObject, MPH_PREFETCHSTATUS)) { in audioTrack_handleMoreData_lockPlay() 1488 if (IsInterfaceInitialized(&pAudioPlayer->mObject, denylist[i])) { in checkAndSetPerformanceModePre() 1519 if (IsInterfaceInitialized(&pAudioPlayer->mObject, mph)) { in checkAndSetPerformanceModePre() 2459 if (IsInterfaceInitialized(&ap->mObject, MPH_PREFETCHSTATUS)) { in android_audioPlayer_bufferQueue_onRefilled_l()
|
D | AudioRecorder_to_android.cpp | 496 if (IsInterfaceInitialized(&ar->mObject, denylist[i])) { in checkAndSetPerformanceModePre() 549 if (IsInterfaceInitialized(&ar->mObject, mph)) { in checkAndSetPerformanceModePre()
|
/frameworks/wilhelm/src/ |
D | sles_allinclusive.h | 416 extern bool IsInterfaceInitialized(IObject *thiz, unsigned MPH);
|
D | sles.cpp | 30 bool IsInterfaceInitialized(IObject *thiz, unsigned MPH) in IsInterfaceInitialized() function
|