Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h85 sp<DeviceHalInterface> findHwDeviceByModule_l(audio_module_handle_t module)
DPatchPanel.cpp174 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule_l(hwModule); in createAudioPatch_l()
792 sp<DeviceHalInterface> hwDevice = findHwDeviceByModule_l(src.ext.device.hw_module); in releaseAudioPatch_l()
823 if (findHwDeviceByModule_l(src.ext.mix.hw_module) == 0) { in releaseAudioPatch_l()
943 sp<DeviceHalInterface> PatchPanel::findHwDeviceByModule_l(audio_module_handle_t module) in findHwDeviceByModule_l() function in android::PatchPanel