Searched refs:hwDevice (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioHwDevice.h | 42 sp<DeviceHalInterface> hwDevice, in AudioHwDevice() argument 46 , mHwDevice(hwDevice) in AudioHwDevice() 60 sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice() function
|
D | PatchPanel.cpp | 205 sp<DeviceHalInterface> hwDevice = in createAudioPatch() local 206 audioflinger->mAudioHwDevs.valueAt(index)->hwDevice(); in createAudioPatch() 207 hwDevice->releaseAudioPatch(halHandle); in createAudioPatch() 347 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in createAudioPatch() local 348 status = hwDevice->createAudioPatch(patch->num_sources, in createAudioPatch() 628 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in releaseAudioPatch() local 629 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle); in releaseAudioPatch() 695 return audioHwDevice->hwDevice()->setAudioPortConfig(config); in setAudioPortConfig()
|
D | AudioFlinger.cpp | 359 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l() 516 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump() 878 dev->hwDevice()->setMasterVolume(value); in setMasterVolume() 915 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setMode() 946 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute() 967 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getMicMute() 1000 dev->hwDevice()->setMasterMute(muted); in setMasterMute() 1179 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters() 1269 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters() 1312 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in getInputBufferSize() [all …]
|
D | AudioStreamOut.cpp | 51 return audioHwDev->hwDevice(); in hwDev()
|
D | Threads.cpp | 3503 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l() local 3504 status = hwDevice->createAudioPatch(patch->num_sources, in createAudioPatch_l() 3553 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in releaseAudioPatch_l() local 3554 status = hwDevice->releaseAudioPatch(handle); in releaseAudioPatch_l() 7407 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in createAudioPatch_l() local 7408 status = hwDevice->createAudioPatch(patch->num_sources, in createAudioPatch_l() 7447 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in releaseAudioPatch_l() local 7448 status = hwDevice->releaseAudioPatch(handle); in releaseAudioPatch_l() 7547 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev) in MmapThread()
|
D | AudioFlinger.h | 704 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()
|
/frameworks/av/services/radio/ |
D | RadioService.h | 72 Module(sp<RadioInterface> hwDevice, 89 sp<RadioInterface> hwDevice() const { return mHwDevice; } in hwDevice() function
|
D | RadioService.cpp | 373 RadioService::Module::Module(sp<RadioInterface> hwDevice, radio_properties properties) in Module() argument 374 : mHwDevice(hwDevice), mProperties(properties), mMute(true) in Module()
|