Lines Matching defs:in

5 ** you may not use this file except in compliance with the License.
10 ** Unless required by applicable law or agreed to in writing, software
85 // enable or disable 2-mic noise suppression in call on receiver mode
87 //FIXME add new settings in A1026 driver for an incall no ns mode, based on the current vr no ns
175 // reset voice mode in case media_server crashed and restarted while in call
274 AudioStreamInMSM72xx* in = new AudioStreamInMSM72xx();
275 status_t lStatus = in->set(this, devices, format, channels, sampleRate, acoustic_flags);
281 delete in;
285 mInputs.add(in);
288 return in;
291 void AudioHardware::closeInputStream(AudioStreamIn* in) {
294 ssize_t index = mInputs.indexOf((AudioStreamInMSM72xx *)in);
307 // VR mode is never used in a call and must be cleared when entering the IN_CALL mode
319 // when entering or exiting in call mode even if the new device
432 "(%s not in acoustic database)", value.string());
604 ALOGD("Setting in-call volume to %d\n", volume);
626 ALOGD("HAC enable: Setting in-call volume to maximum.\n");
639 // We return an error code here to let the audioflinger do in-software
654 // hack -- kernel needs to put these in include file
826 /* use default BT entry defined in AudioBTID.csv */
837 /* use default carkit entry defined in AudioBTID.csv */
997 ALOGD("skip update ACDB due to in-call");
1138 //TODO: what do we do for camcorder when in call?
1159 //TODO: what do we do for camcorder when in call?
1452 ALOGD("HAC enable: Setting in-call volume to maximum.\n");
1524 // return first input found not being in standby mode
1525 // as only one input can be in this state
1669 // Simulate audio output timing in case of error
1906 // Simulate audio input timing in case of error