Lines Matching defs:source
2 * Copyright (C) 2014 The Android Open Source Project
86 // create audio pre processors according to input source
93 ALOGV("addInputEffects(): no processing needs to be attached to this source");
117 ALOGW("addInputEffects(): failed to create Fx %s on source %d",
125 ALOGV("addInputEffects(): added Fx %s on source: %d",
336 // returns the audio_source_t enum corresponding to the input source name or
343 ALOGV("inputSourceNameToEnum found source %s %d", name, i);
609 audio_source_t source = inputSourceNameToEnum(node->name);
610 if (source == AUDIO_SOURCE_CNT) {
611 ALOGW("loadInputSources() invalid input source %s", node->name);
615 ALOGV("loadInputSources() loading input source %s", node->name);
621 mInputSources.add(source, desc);