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

1 2 3

  /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);
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
Port.java 28 public static final Info MICROPHONE = new Info(Port.class,
29 "MICROPHONE", true); //$NON-NLS-1$
  /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-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.
575 // post a Toast if not real contacts or microphone
RecognizerLogger.java 48 * <li> datename.wav - what the microphone heard.
  /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)
  /frameworks/base/data/etc/
handheld_core_hardware.xml 33 <feature name="android.hardware.microphone" />
  /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
  /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/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
  /external/bluetooth/bluez/doc/
audio-api.txt 104 Returns the current microphone gain if available,
157 The microphone gain changed.
  /external/bluetooth/bluez/src/
hcid.conf.5.in 134 Bit 4: Capturing (Scanner, Microphone, ...)
138 Bit 6: Audio (Speaker, Microphone, Headset service, ...)
  /packages/apps/Phone/res/values/
config.xml 114 <!-- Determine whether calls to mute the microphone in PhoneUtils
  /frameworks/base/tools/aapt/
Command.cpp 548 bool specMicrophoneFeature = false; // microphone-related
788 } else if (name == "android.hardware.microphone") {
    [all...]
  /external/speex/libspeex/
scal.c 38 Hands­free Speech Communication and Microphone Arrays (HSCMA), 2008.
  /frameworks/base/core/java/android/app/
SearchDialog.java 90 // a microphone button since one already exists in the search dialog.
464 // the soft keyboard display a microphone button if it would have otherwise.
700 // Always want to show the microphone if the context is voice.
701 // Also show the microphone if this is a browser search and the
    [all...]

Completed in 428 milliseconds

1 2 3