Searched refs:audioHwDev (Results 1 – 5 of 5) sorted by relevance
33 : audioHwDev(dev) in AudioStreamOut()51 return audioHwDev->hwDevice(); in hwDev()
40 AudioHwDevice * const audioHwDev;
684 AudioHwDevice* const audioHwDev; member688 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()691 audioHwDev(dev), stream(in), flags(flags) {} in AudioStreamIn()
1704 if (mOutput && mOutput->audioHwDev) { in PlaybackThread()1705 if (mOutput->audioHwDev->canSetMasterVolume()) { in PlaybackThread()1709 if (mOutput->audioHwDev->canSetMasterMute()) { in PlaybackThread()2246 if (mOutput && mOutput->audioHwDev && in setMasterVolume()2247 mOutput->audioHwDev->canSetMasterVolume()) { in setMasterVolume()2261 if (mOutput && mOutput->audioHwDev && in setMasterMute()2262 mOutput->audioHwDev->canSetMasterMute()) { in setMasterMute()3702 if (mOutput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()3703 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l()3752 if (mOutput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()[all …]
2156 mPrimaryHardwareDev = playbackThread->getOutput()->audioHwDev; in openOutput()2843 if (output != NULL && output->audioHwDev == mPrimaryHardwareDev) { in primaryPlaybackThread_l()