Home
last modified time | relevance | path

Searched refs:DeviceHalInterface (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioHwDevice.h45 sp<DeviceHalInterface> hwDevice, in AudioHwDevice()
67 sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice()
89 sp<DeviceHalInterface> mHwDevice;
DAudioStreamOut.h29 class DeviceHalInterface; variable
44 sp<DeviceHalInterface> hwDev() const;
DPatchPanel.cpp167 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(hwModule); in createAudioPatch()
339 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in createAudioPatch()
690 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(src.ext.device.hw_module); in releaseAudioPatch()
808 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule()
DAudioStreamOut.cpp49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev()
DAudioFlinger.cpp444 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l()
594 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump()
1156 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setMode()
1188 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev->hwDevice(); in setMicMute()
1196 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute()
1216 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev->hwDevice(); in getMicMute()
1528 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters()
1603 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters()
1648 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in getInputBufferSize()
1705 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setVoiceVolume()
[all …]
DPatchPanel.h227 sp<DeviceHalInterface> findHwDeviceByModule(audio_module_handle_t module);
DAudioFlinger.h105 class DeviceHalInterface; variable
787 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()
DThreads.h1836 sp<DeviceHalInterface> mHalDevice;
DThreads.cpp4118 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l()
4168 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in releaseAudioPatch_l()
8373 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in createAudioPatch_l()
8414 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in releaseAudioPatch_l()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h32 class DeviceHalInterface : public RefBase
124 DeviceHalInterface() {} in DeviceHalInterface() function
127 virtual ~DeviceHalInterface() {} in ~DeviceHalInterface()
DDevicesFactoryHalInterface.h38 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device) = 0;
/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalLocal.h34 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device);
DDevicesFactoryHalHybrid.h37 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device);
DDevicesFactoryHalHybrid.cpp32 status_t DevicesFactoryHalHybrid::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
DDevicesFactoryHalLocal.cpp61 status_t DevicesFactoryHalLocal::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
DDevicesFactoryHalHidl.h43 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
DDeviceHalLocal.h26 class DeviceHalLocal : public DeviceHalInterface
DDeviceHalHidl.h33 class DeviceHalHidl : public DeviceHalInterface, public ConversionHelperHidl
DDevicesFactoryHalHidl.cpp110 status_t DevicesFactoryHalHidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()