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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
ConfigParsingUtils.h 47 static status_t loadHwModuleProfile(cnode *root, sp<HwModule> &module, audio_port_role_t role);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 150 status_t ConfigParsingUtils::loadHwModuleProfile(cnode *root, sp<HwModule> &module,
244 status_t tmpStatus = loadHwModuleProfile(node, module, AUDIO_PORT_ROLE_SOURCE);
256 status_t tmpStatus = loadHwModuleProfile(node, module, AUDIO_PORT_ROLE_SINK);

Completed in 80 milliseconds