HomeSort by relevance Sort by last modified time
    Searched refs:getDevicesFromHwModule (Results 1 - 5 of 5) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 116 DeviceVector getDevicesFromHwModule(audio_module_handle_t moduleHandle) const;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 191 DeviceVector DeviceVector::getDevicesFromHwModule(audio_module_handle_t moduleHandle) const
HwModule.cpp 313 return availableDevices.getDevicesFromHwModule(module->getHandle());
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 635 return mAvailableInputDevices.getDevicesFromHwModule(
    [all...]
AudioPolicyManager.cpp 648 return mAvailableOutputDevices.getDevicesFromHwModule(module->getHandle())
650 || mAvailableInputDevices.getDevicesFromHwModule(module->getHandle())
    [all...]

Completed in 159 milliseconds