Lines Matching refs:mAudioHwDev
8513 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()
8941 && !mAudioHwDev->supportsAudioPatches(), in createAudioPatch_l()
8977 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
9050 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()
9054 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()
9216 if (mAudioHwDev) { in MmapPlaybackThread()
9217 if (mAudioHwDev->canSetMasterVolume()) { in MmapPlaybackThread()
9221 if (mAudioHwDev->canSetMasterMute()) { in MmapPlaybackThread()
9250 if (mAudioHwDev && in setMasterVolume()
9251 mAudioHwDev->canSetMasterVolume()) { in setMasterVolume()
9262 if (mAudioHwDev && mAudioHwDev->canSetMasterMute()) { in setMasterMute()