Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:loadInputSource

1216 AudioPolicyService::InputSourceDesc *AudioPolicyService::loadInputSource(
1222 ALOGW("loadInputSource() empty element %s", root->name);
1230 ALOGV("loadInputSource() found effect %s in list", node->name);
1235 ALOGV("loadInputSource() effect %s not in list", node->name);
1241 ALOGV("loadInputSource() adding effect %s uuid %08x", effect->mName, effect->mUuid.timeLow);
1246 ALOGW("loadInputSource() no valid effects found in source %s", root->name);
1268 InputSourceDesc *desc = loadInputSource(node, effects);