Searched refs:DeviceHalInterface (Results 1 – 20 of 20) sorted by relevance
49 const sp<DeviceHalInterface>& hwDevice, in AudioHwDevice()75 [[nodiscard]] sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice()121 sp<DeviceHalInterface> mHwDevice;
30 class DeviceHalInterface; variable42 [[nodiscard]] sp<DeviceHalInterface> hwDev() const;
43 [[nodiscard]] sp<DeviceHalInterface> hwDev() const;
42 sp<DeviceHalInterface> AudioStreamIn::hwDev() const in hwDev()
43 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev()
41 class DeviceHalInterface : public virtual RefBase169 DeviceHalInterface() {} in DeviceHalInterface() function172 virtual ~DeviceHalInterface() {} in ~DeviceHalInterface()
43 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device) = 0;
36 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
44 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
30 class DeviceHalHidl : public DeviceHalInterface, public CoreConversionHelperHidl
113 status_t DevicesFactoryHalHidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
179 status_t DevicesFactoryHalAidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
73 class DeviceHalAidl : public DeviceHalInterface, public ConversionHelperAidl,
67 const sp<DeviceHalInterface>& device) EXCLUDES_MelReporter_Mutex;
85 sp<DeviceHalInterface> findHwDeviceByModule_l(audio_module_handle_t module)
174 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()
397 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 …]
32 const sp<DeviceHalInterface>& device) { in activateHalSoundDoseComputation()
4984 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()
2339 sp<DeviceHalInterface> mHalDevice GUARDED_BY(mutex());