Home
last modified time | relevance | path

Searched refs:mAudioHwDev (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp9084 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()
[all …]
DThreads.h1985 AudioHwDevice* const mAudioHwDev; variable