HomeSort by relevance Sort by last modified time
    Searched full:microphone (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /frameworks/base/voip/java/android/net/rtp/
AudioGroup.java 23 * An AudioGroup acts as a router connected to the speaker, the microphone, and
26 * packets and stores in its buffer. Then, if the microphone is enabled,
46 * microphone are shared globally, only one AudioGroup is allowed to run in
56 * the microphone are disabled.
61 * This mode is similar to {@link #MODE_NORMAL} except the microphone is
67 * This mode indicates that the speaker, the microphone, and all
70 * from the microphone. Then, the results are played back to the speaker,
  /frameworks/base/services/java/com/android/server/
HeadsetObserver.java 158 int microphone = 0; local
161 microphone = 1;
168 intent.putExtra("microphone", microphone);
170 if (LOG) Slog.v(TAG, "Intent.ACTION_HEADSET_PLUG: state: "+state+" name: "+headsetName+" mic: "+microphone);
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_AndroidConfiguration.h 36 /** uses the microphone audio source with the same orientation as the camera
37 * if available, the main device microphone otherwise */
39 /** uses the main microphone tuned for voice recognition */
  /system/media/opensles/include/SLES/
OpenSLES_AndroidConfiguration.h 36 /** uses the microphone audio source with the same orientation as the camera
37 * if available, the main device microphone otherwise */
39 /** uses the main microphone tuned for voice recognition */
  /device/samsung/crespo/libaudio/
AudioPolicyManager.h 38 // true is current platform implements a back microphone
  /hardware/msm7k/libaudio/
AudioPolicyManager.h 38 // true is current platform implements a back microphone
  /external/srec/doc/logs/uapi/
run_robustness2.log 23 Recording from microphone...
49 Recording from microphone...
75 Recording from microphone...
101 Recording from microphone...
127 Recording from microphone...
153 Recording from microphone...
179 Recording from microphone...
205 Recording from microphone...
231 Recording from microphone...
257 Recording from microphone..
    [all...]
run_robustness3.log 88 UNLOADING_GRAMMAR2 --> MICROPHONE
90 MICROPHONE --> STATE_MICROPHONE_STARTING
212 UNLOADING_GRAMMAR2 --> MICROPHONE
214 MICROPHONE --> STATE_MICROPHONE_STARTING
336 UNLOADING_GRAMMAR2 --> MICROPHONE
338 MICROPHONE --> STATE_MICROPHONE_STARTING
460 UNLOADING_GRAMMAR2 --> MICROPHONE
462 MICROPHONE --> STATE_MICROPHONE_STARTING
584 UNLOADING_GRAMMAR2 --> MICROPHONE
586 MICROPHONE --> STATE_MICROPHONE_STARTIN
    [all...]
  /frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java 29 * PCM input stream from the microphone, 16 bits per sample.
42 * @param sampleRate sample rate of the microphone, typically 11025 or 8000.
  /device/htc/passion-common/overlay/packages/apps/Phone/res/values/
config.xml 35 so microphone muting calls should be routed through the AudioManager API. -->
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.h 41 // true is current platform implements a back microphone
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.h 41 // true is current platform implements a back microphone
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 43 * collected by the microphone.
97 * <li>Create and start the microphone.
104 * <li>Stop the microphone.
212 // stop microphone
VoiceDialerActivity.java 68 private static final String MICROPHONE_EXTRA = "microphone";
175 File microphone = mVoiceDialerTester.getWavFile();
178 notifyText("Testing\n" + microphone + "\n" + contacts);
180 microphone, SAMPLE_RATE);
343 * Called by the {@link RecognizerEngine} when the microphone is started.
603 // post a Toast if not real contacts or microphone
  /external/speex/include/speex/
speex_echo.h 82 * @param nb_mic Number of microphone channels
97 * @param rec Signal from the microphone (near end + far end echo)
109 * @param rec Signal from the microphone (near end + far end echo)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
GainLinearityExperiment.java 26 * Experiment to test the linearity of the microphone gain response.
OverflowExperiment.java 28 * Experiment to test the clipping behaviour of the microphone.
  /development/samples/SipDemo/
AndroidManifest.xml 43 <uses-feature android:name="android.hardware.microphone" android:required="true" />
  /frameworks/base/media/java/android/media/
AudioSystem.java 64 * Sets the microphone mute on or off.
66 * param on set <var>true</var> to mute the microphone;
73 * Checks whether the microphone mute is on or off.
75 * return true if microphone is muted, false if it's not
MediaRecorder.java 129 /** Microphone audio source */
141 /** Microphone audio source with same orientation as camera if available, the main
142 * device microphone otherwise */
145 /** Microphone audio source tuned for voice recognition if available, behaves like
151 * Microphone audio source tuned for voice communications such as VoIP. It
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 105 * - Properties of the channels (microphone, environment, speaker). These properties are updated
106 * during recognition. E.g. There may be more than one microphone in use, offering zone-based
  /external/srec/srec/cfront/
nisthdr.h 99 MICROPHONE,
221 Nist1AHeaderSetDef(setMicrophone, char*, s, MICROPHONE)
  /frameworks/base/docs/html/resources/articles/
speech-input.jd 15 tap the new microphone button on the keyboard, and you can speak in just about
66 when a user taps the microphone button on the search widget or the voice-enabled
  /frameworks/base/data/etc/
handheld_core_hardware.xml 33 <feature name="android.hardware.microphone" />
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 212 <li>Android 2.2, meanwhile, allowed the microphone to be optional on some
214 microphone which allows developers to filter their apps if necessary, but
216 assumed to require the microphone feature by default. If your app can use a
217 microphone but doesn?t strictly need it, you can explicitly state that you don?t

Completed in 444 milliseconds

1 2 3 4