Home
last modified time | relevance | path

Searched refs:mAndroidObjType (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp2021 switch (ap->mAndroidObjType) { in android_audioPlayer_setPlaybackRateAndConstraints()
2064 switch (ap->mAndroidObjType) { in android_audioPlayer_metadata_getItemCount()
2092 switch (ap->mAndroidObjType) { in android_audioPlayer_metadata_getKeySize()
2128 switch (ap->mAndroidObjType) { in android_audioPlayer_metadata_getKey()
2165 switch (ap->mAndroidObjType) { in android_audioPlayer_metadata_getValueSize()
2201 switch (ap->mAndroidObjType) { in android_audioPlayer_metadata_getValue()
2241 switch (ap->mAndroidObjType) { in android_audioPlayer_setPlayState()
2361 switch (ap->mAndroidObjType) { in android_audioPlayer_getDuration()
2388 switch (ap->mAndroidObjType) { in android_audioPlayer_getPosition()
2423 switch (ap->mAndroidObjType) { in android_audioPlayer_seek()
[all …]
H A DMediaPlayer_to_android.cpp380 mp->mAndroidObjType = AUDIOVIDEOPLAYER_FROM_TS_ANDROIDBUFFERQUEUE; in android_Player_create()
385 mp->mAndroidObjType = AUDIOVIDEOPLAYER_FROM_URIFD; in android_Player_create()
390 mp->mAndroidObjType = INVALID_TYPE; in android_Player_create()
421 switch (mp->mAndroidObjType) { in android_Player_realize()
527 switch (avp->mAndroidObjType) { in android_Player_getDuration()
557 switch (avp->mAndroidObjType) { in android_Player_getPosition()
666 switch (mp->mAndroidObjType) { in android_Player_seek()
687 switch (mp->mAndroidObjType) { in android_Player_loop()
705 if ((mp->mAndroidObjType == AUDIOVIDEOPLAYER_FROM_TS_ANDROIDBUFFERQUEUE) in android_Player_androidBufferQueue_clear_l()
714 if ((mp->mAndroidObjType == AUDIOVIDEOPLAYER_FROM_TS_ANDROIDBUFFERQUEUE) in android_Player_androidBufferQueue_onRefilled_l()
H A DAudioRecorder_to_android.cpp421 ar->mAndroidObjType = AUDIORECORDER_FROM_MIC_TO_PCM_BUFFERQUEUE; in android_audioRecorder_create()
515 assert(ar->mAndroidObjType == AUDIORECORDER_FROM_MIC_TO_PCM_BUFFERQUEUE); in checkAndSetPerformanceModePre()
/aosp12/frameworks/wilhelm/src/
H A Dclasses.h95 enum AndroidObjectType mAndroidObjType; member
161 enum AndroidObjectType mAndroidObjType; member
351 enum AndroidObjectType mAndroidObjType; member
/aosp12/frameworks/wilhelm/src/itf/
H A DIAndroidConfiguration.cpp125 switch (player->mAndroidObjType) { in ValidatePlayerConfig()
191 switch (recorder->mAndroidObjType) { in ValidateRecorderConfig()