Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAndroidConfiguration.c113 IObject* configObj = iConfig->mThis; // get corresponding object in ValidatePlayerConfig() local
114 CAudioPlayer* player = (CAudioPlayer*)configObj; // get the native player in ValidatePlayerConfig()
147 IObject* configObj = iConfig->mThis; // get corresponding object in AllocPlayerRoutingProxy() local
148 android::AudioTrack* pAudioTrack = ((CAudioPlayer*)configObj)->mAudioTrack.get(); in AllocPlayerRoutingProxy()
186 IObject* configObj = iConfig->mThis; // get corresponding object in ValidateRecorderConfig() local
187 CAudioRecorder* recorder = (CAudioRecorder*)configObj; // get the native recorder in ValidateRecorderConfig()
222 IObject* configObj = iConfig->mThis; // get corresponding object in AllocRecorderRoutingProxy() local
223 android::AudioRecord* pAudioRecord = ((CAudioRecorder*)configObj)->mAudioRecord.get(); in AllocRecorderRoutingProxy()