/frameworks/base/media/java/android/media/ |
AudioManager.java | [all...] |
AudioService.java | 1868 int microphone = intent.getIntExtra("microphone", 0); local [all...] |
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 153 // start the microphone
|
/packages/inputmethods/LatinIME/java/res/values-fr/ |
strings.xml | 89 <string name="voice_hint_dialog_message" msgid="6892342981545727994">"Pour utiliser la saisie vocale, appuyez sur la touche du microphone ou faites glisser votre doigt sur le clavier à l\'écran."</string>
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
RecognitionView.java | 79 /** Updates the microphone icon to show user their volume.*/
|
VoiceInput.java | 276 * Start listening for speech from the user. This will grab the microphone
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
BluetoothVoiceDialerActivity.java | 123 private static final String MICROPHONE_EXTRA = "microphone"; 416 * Called by the {@link RecognizerEngine} when the microphone is started. [all...] |
/frameworks/base/include/media/ |
AudioSystem.h | 175 // mute/unmute microphone
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Phone.java | [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 208 // true is current platform implements a back microphone
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | 684 LOGD("No microphone Wired Headset"); 688 LOGD("No microphone Wired Headset and back mic"); [all...] |
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 557 LOGI("Routing audio to No microphone Wired Headset and Speaker (%d,%x)\n", mMode, outputDevices); 561 LOGI("Routing audio to No microphone Wired Headset (%d,%x)\n", mMode, outputDevices); [all...] |
/external/opencore/engines/2way/include/ |
pv_2way_interface.h | 178 * a)raw media sources like camera, microphone etc.
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf.h | 167 PERF_ModuleHardware, /* hardware (e.g. speaker, microphone) */ [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchActivity.java | 70 // a microphone button since one already exists in the search dialog.
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings.xml | 203 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
|
/external/opencore/android/author/ |
android_audio_input.cpp | [all...] |
/frameworks/base/core/java/android/app/ |
SearchManager.java | 390 * continue showing the microphone until the user indicates that he/she does [all...] |
/external/bluetooth/bluez/tools/ |
hciconfig.c | 533 return "Microphone"; [all...] |
hcitool.c | 233 return "Microphone"; [all...] |
/external/speex/libspeex/ |
preprocess.c | 53 J.-M. Valin, J. Rouat, and F. Michaud, "Microphone array post-filter for separation [all...] |
mdf.c | [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageManager.java | 684 * microphone. 687 public static final String FEATURE_MICROPHONE = "android.hardware.microphone"; [all...] |
/hardware/ril/include/telephony/ |
ril.h | [all...] |
/external/opencore/doc/pv2way_html/ |
classCPV2WayInterface.html | 166 This function allows the user to specify the media source for an outgoing track. Sources should be added after the PVT_INDICATION_OUTGOING_TRACK is received which specifies the format type and the unique track id. The format type is indicated using the PV2WayTrackInfoInterface extension interface in the PVAsyncInformationalEvent. Data sources could be of the following types: a)raw media sources like camera, microphone etc. b)sources of compressed data like file, combined capture and encode devices.<dl compact><dt><b>Parameters: </b></dt><dd> [all...] |