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()339 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice(); in createAudioPatch()690 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(src.ext.device.hw_module); in releaseAudioPatch()808 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule()
49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev()
444 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l()594 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump()1156 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setMode()1188 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev->hwDevice(); in setMicMute()1196 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute()1216 sp<DeviceHalInterface> primaryDev = mPrimaryHardwareDev->hwDevice(); in getMicMute()1528 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters()1603 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters()1648 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in getInputBufferSize()1705 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setVoiceVolume()[all …]
227 sp<DeviceHalInterface> findHwDeviceByModule(audio_module_handle_t module);
105 class DeviceHalInterface; variable787 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev()
1836 sp<DeviceHalInterface> mHalDevice;
4118 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in createAudioPatch_l()4168 sp<DeviceHalInterface> hwDevice = mOutput->audioHwDev->hwDevice(); in releaseAudioPatch_l()8373 sp<DeviceHalInterface> hwDevice = mInput->audioHwDev->hwDevice(); in createAudioPatch_l()8414 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);
32 status_t DevicesFactoryHalHybrid::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice()
61 status_t DevicesFactoryHalLocal::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()