Home
last modified time | relevance | path

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

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