Home
last modified time | relevance | path

Searched refs:findHwDeviceByModule (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp190 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(hwModule); in createAudioPatch()
723 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(src.ext.device.hw_module); in releaseAudioPatch()
752 if (findHwDeviceByModule(src.ext.mix.hw_module) == 0) { in releaseAudioPatch()
851 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule() function in android::AudioFlinger::PatchPanel
H A DPatchPanel.h233 sp<DeviceHalInterface> findHwDeviceByModule(audio_module_handle_t module);