Home
last modified time | relevance | path

Searched refs:DeviceHalInterface (Results 1 – 18 of 18) 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;
DAudioStreamOut.cpp49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev()
DPatchPanel.cpp166 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(hwModule); in createAudioPatch()
335 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in createAudioPatch()
643 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(src.ext.device.hw_module); in releaseAudioPatch()
756 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule()
DAudioFlinger.cpp393 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l()
543 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump()
1072 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setMode()
1103 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute()
1124 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getMicMute()
1425 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters()
1502 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters()
1545 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in getInputBufferSize()
1599 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setVoiceVolume()
2015 sp<DeviceHalInterface> dev; in loadHwModule_l()
[all …]
DPatchPanel.h188 sp<DeviceHalInterface> findHwDeviceByModule(audio_module_handle_t module);
DAudioFlinger.h102 class DeviceHalInterface; variable
757 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()
DThreads.h1798 sp<DeviceHalInterface> mHalDevice;
DThreads.cpp4020 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l()
4071 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in releaseAudioPatch_l()
8344 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in createAudioPatch_l()
8385 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in releaseAudioPatch_l()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h31 class DeviceHalInterface : public RefBase
118 DeviceHalInterface() {} in DeviceHalInterface() function
121 virtual ~DeviceHalInterface() {} in ~DeviceHalInterface()
DDevicesFactoryHalInterface.h31 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.cpp32 status_t DevicesFactoryHalHybrid::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
DDevicesFactoryHalHidl.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()
DDevicesFactoryHalHidl.cpp85 status_t DevicesFactoryHalHidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
DDeviceHalLocal.h26 class DeviceHalLocal : public DeviceHalInterface
DDeviceHalHidl.h33 class DeviceHalHidl : public DeviceHalInterface, public ConversionHelperHidl