Searched refs:hwDevice (Results 1 – 6 of 6) sorted by relevance
42 sp<DeviceHalInterface> hwDevice, in AudioHwDevice() argument46 , mHwDevice(hwDevice) in AudioHwDevice()60 sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice() function
205 sp<DeviceHalInterface> hwDevice = in createAudioPatch() local206 audioflinger->mAudioHwDevs.valueAt(index)->hwDevice(); in createAudioPatch()207 hwDevice->releaseAudioPatch(halHandle); in createAudioPatch()347 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in createAudioPatch() local348 status = hwDevice->createAudioPatch(patch->num_sources, in createAudioPatch()627 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in releaseAudioPatch() local628 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle); in releaseAudioPatch()694 return audioHwDevice->hwDevice()->setAudioPortConfig(config); in setAudioPortConfig()
376 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l()533 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump()901 dev->hwDevice()->setMasterVolume(value); in setMasterVolume()938 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setMode()969 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute()990 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getMicMute()1036 dev->hwDevice()->setMasterMute(muted); in setMasterMute()1245 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters()1320 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters()1363 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in getInputBufferSize()[all …]
51 return audioHwDev->hwDevice(); in hwDev()
3703 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l() local3704 status = hwDevice->createAudioPatch(patch->num_sources, in createAudioPatch_l()3753 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in releaseAudioPatch_l() local3754 status = hwDevice->releaseAudioPatch(handle); in releaseAudioPatch_l()7808 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in createAudioPatch_l() local7809 status = hwDevice->createAudioPatch(patch->num_sources, in createAudioPatch_l()7848 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in releaseAudioPatch_l() local7849 status = hwDevice->releaseAudioPatch(handle); in releaseAudioPatch_l()7929 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()
688 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()