Searched refs:mAudioHwDev (Results 1 – 2 of 2) sorted by relevance
8470 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()8938 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()9014 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()9018 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()9182 if (mAudioHwDev) { in MmapPlaybackThread()9183 if (mAudioHwDev->canSetMasterVolume()) { in MmapPlaybackThread()9187 if (mAudioHwDev->canSetMasterMute()) { in MmapPlaybackThread()9216 if (mAudioHwDev && in setMasterVolume()9217 mAudioHwDev->canSetMasterVolume()) { in setMasterVolume()9228 if (mAudioHwDev && mAudioHwDev->canSetMasterMute()) { in setMasterMute()
1799 AudioHwDevice* const mAudioHwDev; variable