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()
340 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in createAudioPatch()
691 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(src.ext.device.hw_module); in releaseAudioPatch()
809 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule()
DAudioStreamOut.cpp49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev()
DAudioFlinger.cpp453 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l()
604 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump()
1166 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setMode()
1202 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev->hwDevice(); in setMicMute()
1210 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute()
1230 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev->hwDevice(); in getMicMute()
1542 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters()
1617 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters()
1657 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in getInputBufferSize()
1743 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setVoiceVolume()
[all …]
DPatchPanel.h227 sp<DeviceHalInterface> findHwDeviceByModule(audio_module_handle_t module);
DAudioFlinger.h109 class DeviceHalInterface; variable
800 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()
DThreads.h1860 sp<DeviceHalInterface> mHalDevice;
DThreads.cpp4242 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l()
4303 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in releaseAudioPatch_l()
8574 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in createAudioPatch_l()
8624 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);
DDevicesFactoryHalLocal.cpp61 status_t DevicesFactoryHalLocal::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
DDevicesFactoryHalHybrid.cpp32 status_t DevicesFactoryHalHybrid::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()