Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:loadInputSource

1226 AudioPolicyService::InputSourceDesc *AudioPolicyService::loadInputSource(
1232 ALOGW("loadInputSource() empty element %s", root->name);
1240 ALOGV("loadInputSource() found effect %s in list", node->name);
1245 ALOGV("loadInputSource() effect %s not in list", node->name);
1251 ALOGV("loadInputSource() adding effect %s uuid %08x", effect->mName, effect->mUuid.timeLow);
1256 ALOGW("loadInputSource() no valid effects found in source %s", root->name);
1278 InputSourceDesc *desc = loadInputSource(node, effects);