Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp167 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(hwModule); in createAudioPatch()
690 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule(src.ext.device.hw_module); in releaseAudioPatch()
719 if (findHwDeviceByModule(src.ext.mix.hw_module) == 0) { in releaseAudioPatch()
808 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule() function in android::AudioFlinger::PatchPanel
DPatchPanel.h227 sp<DeviceHalInterface> findHwDeviceByModule(audio_module_handle_t module);