Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dclasses.h62 IDynamicSource mDynamicSource; member
141 IDynamicSource mDynamicSource; member
239 IDynamicSource mDynamicSource; member
272 IDynamicSource mDynamicSource; member
332 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()
1242 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource; in IEngine_CreateMediaPlayer()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1594 pAudioPlayer->mDynamicSource.mDataSource->pFormat; in android_audioPlayer_realize()