Home
last modified time | relevance | path

Searched refs:AUDIOPLAYER_FROM_PCM_BUFFERQUEUE (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp600 type = AUDIOPLAYER_FROM_PCM_BUFFERQUEUE; in audioPlayer_getAndroidObjectTypeForSourceSink()
1307 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: in android_audioPlayer_create()
1382 assert(pAudioPlayer->mAndroidObjType == AUDIOPLAYER_FROM_PCM_BUFFERQUEUE); in canUseFastTrack()
1465 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: { in android_audioPlayer_realize()
1757 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: in android_audioPlayer_destroy()
1800 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: { in android_audioPlayer_setPlaybackRateAndConstraints()
2015 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: in android_audioPlayer_setPlayState()
2125 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: in android_audioPlayer_getDuration()
2140 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: in android_audioPlayer_getPosition()
2175 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: // intended fall-through in android_audioPlayer_seek()
[all …]
Dandroid_defs.h27 AUDIOPLAYER_FROM_PCM_BUFFERQUEUE = 1, enumerator
/frameworks/wilhelm/src/itf/
DIAndroidConfiguration.c117 case AUDIOPLAYER_FROM_PCM_BUFFERQUEUE: in ValidatePlayerConfig()