Searched refs:DeviceHalInterface (Results 1 – 19 of 19) sorted by relevance
45 sp<DeviceHalInterface> hwDevice, in AudioHwDevice()67 sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice()89 sp<DeviceHalInterface> mHwDevice;
29 class DeviceHalInterface; variable44 sp<DeviceHalInterface> hwDev() const;
167 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()
49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev()
453 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 …]
227 sp<DeviceHalInterface> findHwDeviceByModule(audio_module_handle_t module);
109 class DeviceHalInterface; variable800 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()
1860 sp<DeviceHalInterface> mHalDevice;
4242 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()
32 class DeviceHalInterface : public RefBase124 DeviceHalInterface() {} in DeviceHalInterface() function127 virtual ~DeviceHalInterface() {} in ~DeviceHalInterface()
38 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device) = 0;
34 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device);
37 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device);
61 status_t DevicesFactoryHalLocal::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
32 status_t DevicesFactoryHalHybrid::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
43 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
26 class DeviceHalLocal : public DeviceHalInterface
33 class DeviceHalHidl : public DeviceHalInterface, public ConversionHelperHidl
110 status_t DevicesFactoryHalHidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()