Home | History | Annotate | Download | only in alsa_sound

Lines Matching defs:in

7  ** you may not use this file except in compliance with the License.
12 ** Unless required by applicable law or agreed to in writing, software
274 // So adjust the volume to get the correct volume index in driver
393 ALOGV("Enabling Incall Music setting in the setparameter\n");
400 ALOGV("Disabling Incall Music setting in the setparameter\n");
414 ALOGV("Enabling ANC setting in the setparameter\n");
417 ALOGV("Disabling ANC setting in the setparameter\n");
803 ALOGD("Routing to proxy for normal voip call in openOutputStream");
807 ALOGD("enabling VOIP in openoutputstream, musbPlaybackState: %d", musbPlaybackState);
810 ALOGD("Starting recording in openoutputstream, musbRecordingState: %d", musbRecordingState);
958 ALOGD("Routing to proxy for normal playback in openOutputStream");
1051 ALOGD("Routing to proxy for LPA in openOutputSession");
1105 AudioStreamInALSA *in = 0;
1111 return in;
1139 return in;
1172 ALOGD("enabling VOIP in openInputstream, musbPlaybackState: %d", musbPlaybackState);
1175 ALOGD("Starting recording in openoutputstream, musbRecordingState: %d", musbRecordingState);
1199 in = new AudioStreamInALSA(this, &(*it), acoustics);
1200 err = in->set(format, channels, sampleRate, devices);
1207 return in;
1373 in = new AudioStreamInALSA(this, &(*it), acoustics);
1374 err = in->set(format, channels, sampleRate, devices);
1377 return in;
1382 AudioHardwareALSA::closeInputStream(AudioStreamIn* in)
1384 delete in;