Searched refs:audioHwDev (Results 1 – 3 of 3) sorted by relevance
630 AudioHwDevice* const audioHwDev; member634 audio_hw_device_t* hwDev() const { return audioHwDev->hwDevice(); } in hwDev()637 audioHwDev(dev), stream(out), flags(flags) {} in AudioStreamOut()641 AudioHwDevice* const audioHwDev; member644 audio_hw_device_t* hwDev() const { return audioHwDev->hwDevice(); } in hwDev()647 audioHwDev(dev), stream(in) {} in AudioStreamIn()
1216 if (mOutput && mOutput->audioHwDev) { in PlaybackThread()1217 if (mOutput->audioHwDev->canSetMasterVolume()) { in PlaybackThread()1221 if (mOutput->audioHwDev->canSetMasterMute()) { in PlaybackThread()1572 if (mOutput && mOutput->audioHwDev && in setMasterVolume()1573 mOutput->audioHwDev->canSetMasterVolume()) { in setMasterVolume()1584 if (mOutput && mOutput->audioHwDev && in setMasterMute()1585 mOutput->audioHwDev->canSetMasterMute()) { in setMasterMute()2728 if (mOutput->audioHwDev->version() >= AUDIO_DEVICE_API_VERSION_3_0) { in createAudioPatch_l()2739 audio_hw_device_t *hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l()2755 if (mOutput->audioHwDev->version() >= AUDIO_DEVICE_API_VERSION_3_0) { in releaseAudioPatch_l()[all …]
1804 mPrimaryHardwareDev = thread->getOutput()->audioHwDev; in openOutput()2340 if (output != NULL && output->audioHwDev == mPrimaryHardwareDev) { in primaryPlaybackThread_l()