Searched refs:configObj (Results 1 – 1 of 1) sorted by relevance
113 IObject* configObj = iConfig->mThis; // get corresponding object in ValidatePlayerConfig() local114 CAudioPlayer* player = (CAudioPlayer*)configObj; // get the native player in ValidatePlayerConfig()147 IObject* configObj = iConfig->mThis; // get corresponding object in AllocPlayerRoutingProxy() local148 android::AudioTrack* pAudioTrack = ((CAudioPlayer*)configObj)->mAudioTrack.get(); in AllocPlayerRoutingProxy()186 IObject* configObj = iConfig->mThis; // get corresponding object in ValidateRecorderConfig() local187 CAudioRecorder* recorder = (CAudioRecorder*)configObj; // get the native recorder in ValidateRecorderConfig()222 IObject* configObj = iConfig->mThis; // get corresponding object in AllocRecorderRoutingProxy() local223 android::AudioRecord* pAudioRecord = ((CAudioRecorder*)configObj)->mAudioRecord.get(); in AllocRecorderRoutingProxy()