Lines Matching refs:mAudioHwDev
9084 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()
9544 && !mAudioHwDev->supportsAudioPatches(), in createAudioPatch_l()
9580 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
9654 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()
9658 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()
9825 if (mAudioHwDev) { in MmapPlaybackThread()
9826 if (mAudioHwDev->canSetMasterVolume()) { in MmapPlaybackThread()
9830 if (mAudioHwDev->canSetMasterMute()) { in MmapPlaybackThread()
9859 if (mAudioHwDev && in setMasterVolume()
9860 mAudioHwDev->canSetMasterVolume()) { in setMasterVolume()
9871 if (mAudioHwDev && mAudioHwDev->canSetMasterMute()) { in setMasterMute()