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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
ConfigParsingUtils.h 48 static void loadDevicesFromTag(const char *tag, DeviceVector &devices,
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 178 loadDevicesFromTag(node->value, devices, module->getDeclaredDevices());
288 void ConfigParsingUtils::loadDevicesFromTag(const char *tag, DeviceVector &devices,
337 loadDevicesFromTag(node->value, availableOutputDevices, declaredDevices);
353 loadDevicesFromTag(node->value, availableInputDevices, declaredDevices);

Completed in 64 milliseconds