Searched refs:mAudioHwDev (Results 1 – 2 of 2) sorted by relevance
7571 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()7994 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()8066 config->ext.mix.hw_module = mAudioHwDev->handle(); in getAudioPortConfig()8070 config->ext.mix.hw_module = mAudioHwDev->handle(); in getAudioPortConfig()8261 if (mAudioHwDev) { in MmapPlaybackThread()8262 if (mAudioHwDev->canSetMasterVolume()) { in MmapPlaybackThread()8266 if (mAudioHwDev->canSetMasterMute()) { in MmapPlaybackThread()8295 if (mAudioHwDev && in setMasterVolume()8296 mAudioHwDev->canSetMasterVolume()) { in setMasterVolume()8307 if (mAudioHwDev && mAudioHwDev->canSetMasterMute()) { in setMasterMute()
1550 AudioHwDevice* const mAudioHwDev; variable