Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dclasses.h61 IDynamicSource mDynamicSource; member
140 IDynamicSource mDynamicSource; member
237 IDynamicSource mDynamicSource; member
270 IDynamicSource mDynamicSource; member
330 IDynamicSource mDynamicSource; member
Dclasses.cpp78 {MPH_DYNAMICSOURCE, INTERFACE_OPTIONAL, offsetof(CAudioPlayer, mDynamicSource)},
122 {MPH_DYNAMICSOURCE, INTERFACE_OPTIONAL, offsetof(CAudioRecorder, mDynamicSource)},
264 {MPH_DYNAMICSOURCE, INTERFACE_IMPLICIT, offsetof(CMetadataExtractor, mDynamicSource)},
313 {MPH_DYNAMICSOURCE, INTERFACE_OPTIONAL, offsetof(CMidiPlayer, mDynamicSource)},
/frameworks/wilhelm/src/itf/
DIEngine.cpp385 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource; in IEngine_CreateAudioPlayer()
1241 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource; in IEngine_CreateMediaPlayer()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1637 pAudioPlayer->mDynamicSource.mDataSource->pFormat; in android_audioPlayer_realize()