Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/datapath/
DAudioHwDevice.h49 const sp<DeviceHalInterface>& hwDevice, in AudioHwDevice()
75 [[nodiscard]] sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice()
121 sp<DeviceHalInterface> mHwDevice;
DAudioStreamOut.h30 class DeviceHalInterface; variable
42 [[nodiscard]] sp<DeviceHalInterface> hwDev() const;
DAudioStreamIn.h43 [[nodiscard]] sp<DeviceHalInterface> hwDev() const;
DAudioStreamIn.cpp42 sp<DeviceHalInterface> AudioStreamIn::hwDev() const in hwDev()
DAudioStreamOut.cpp43 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h41 class DeviceHalInterface : public virtual RefBase
169 DeviceHalInterface() {} in DeviceHalInterface() function
172 virtual ~DeviceHalInterface() {} in ~DeviceHalInterface()
DDevicesFactoryHalInterface.h43 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device) = 0;
/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalAidl.h36 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
DDevicesFactoryHalHidl.h44 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
DDeviceHalHidl.h30 class DeviceHalHidl : public DeviceHalInterface, public CoreConversionHelperHidl
DDevicesFactoryHalHidl.cpp113 status_t DevicesFactoryHalHidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
DDevicesFactoryHalAidl.cpp179 status_t DevicesFactoryHalAidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
DDeviceHalAidl.h73 class DeviceHalAidl : public DeviceHalInterface, public ConversionHelperAidl,
/frameworks/av/services/audioflinger/
DMelReporter.h67 const sp<DeviceHalInterface>& device) EXCLUDES_MelReporter_Mutex;
DPatchPanel.h85 sp<DeviceHalInterface> findHwDeviceByModule_l(audio_module_handle_t module)
DPatchPanel.cpp174 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule_l(hwModule); in createAudioPatch_l()
361 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in createAudioPatch_l()
792 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule_l(src.ext.device.hw_module); in releaseAudioPatch_l()
943 sp<DeviceHalInterface> PatchPanel::findHwDeviceByModule_l(audio_module_handle_t module) in findHwDeviceByModule_l()
DAudioFlinger.cpp397 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setDeviceConnectedState()
418 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setSimulateDeviceConnections()
653 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l()
804 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump()
1358 sp<DeviceHalInterface> dev = mPrimaryHardwareDev.load()->hwDevice(); in setMode()
1395 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev.load()->hwDevice(); in setMicMute()
1403 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute()
1423 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev.load()->hwDevice(); in getMicMute()
1827 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters()
1903 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters()
[all …]
DMelReporter.cpp32 const sp<DeviceHalInterface>& device) { in activateHalSoundDoseComputation()
DThreads.cpp4984 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l()
5036 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in releaseAudioPatch_l()
9877 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in createAudioPatch_l()
9918 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in releaseAudioPatch_l()
DThreads.h2339 sp<DeviceHalInterface> mHalDevice GUARDED_BY(mutex());