/device/moto/wingray/taudio/ |
tctl.c | 115 printf("speaker volume: %d\n", volume);
|
/external/quake/quake/src/WinQuake/ |
snd_dos.cpp | 204 WriteDSP(0xd1); // turn on speaker
220 WriteDSP(0xd1); // turn on speaker
248 WriteDSP(0xd1); // turn on speaker
541 WriteDSP(0xd3); // turn off speaker
|
/external/srec/srec/AcousticState/include/ |
SR_AcousticState.h | 105 * - Properties of the channels (microphone, environment, speaker). These properties are updated
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Control.c | 101 * If the sample rate or speaker has changed then perform a full re-initialisation
|
/frameworks/base/voip/java/android/net/rtp/ |
AudioStream.java | 29 * interacts with the speaker and the microphone at the same time. The simplest
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
channelmap.h | 36 * specific speaker position. This relieves applications of having to
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | 149 LOGD("speaker amplifier tpa2018 is not supported\n"); 676 LOGD("Stereo Headset + Speaker"); 680 LOGD("Stereo Headset + Speaker and back mic"); 700 LOGD("Stereo FM speaker"); 1014 LOGD("Enable ALT for speaker\n"); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneApp.java | 314 // speakerphone, update the "speaker" state. We ONLY want to do 319 // Do not change speaker state if phone is not off hook 323 // if the state is "not connected", restore the speaker state. 326 // if the state is "connected", force the speaker off without 366 // is connected: turn on/off the speaker accordingly. [all...] |
PhoneUtils.java | 93 /** Speaker state, persisting between wired headset connection events */ 297 // Check is phone in any dock, and turn on speaker accordingly 683 if (DBG) log("about to activate speaker"); 684 // Check is phone in any dock, and turn on speaker accordingly [all...] |
/device/moto/wingray/libaudio/ |
AudioHardware.cpp | 668 LOGW("output device set %x not supported, defaulting to speaker", 980 bool speaker, bool bluetooth, bool spdif, int sampleRate) 982 LOGV("Out setDriver_l() Analog speaker? %s. Bluetooth? %s. S/PDIF? %s. sampleRate %d", 983 speaker?"yes":"no", bluetooth?"yes":"no", spdif?"yes":"no", sampleRate); 987 if (mIsSpkrEnabled != speaker || mIsBtEnabled != bluetooth || mIsSpdifEnabled != spdif) { 994 mIsSpkrEnabledReq = speaker; [all...] |
AudioHardware.h | 207 void setDriver_l(bool speaker, bool bluetooth, bool spdif, int sampleRate);
|
AudioPostProcessor.cpp | 94 else // speaker dock 177 // Speaker Dock 610 and AC002 for speaker docks, numbers might change, keeping
|
/packages/apps/Contacts/src/com/android/contacts/voicemail/ |
VoicemailPlaybackPresenter.java | 468 // Only enable if we are not currently using the speaker phone. 544 // If we are currently playing and we are disabling the speaker phone, enable the
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
CalibrateVolumeActivity.java | 37 * This is not an absolute sound level meter, but lets the speaker volume
|
/external/kernel-headers/original/linux/ |
telephony.h | 95 speaker enumerator in enum:__anon7504
|
/external/replicaisland/src/com/replica/replicaisland/ |
ConversationDialogActivity.java | 184 ImageView image = (ImageView)findViewById(R.id.speaker);
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/lib/ |
LVCS.h | 161 * Speaker Coefficients Table
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioSystemLegacy.h | 81 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be routed to speaker
|
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 121 CHECK_FOR(SPEAKER) 515 LOGI("Routing audio to Wired Headset and Speaker\n"); 552 LOGI("Routing audio to Wired Headset and Speaker\n"); 557 LOGI("Routing audio to No microphone Wired Headset and Speaker (%d,%x)\n", mMode, outputDevices); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
telephony.h | 95 speaker enumerator in enum:__anon21248
|
/system/core/include/system/ |
audio.h | 46 AUDIO_STREAM_ENFORCED_AUDIBLE = 7, /* Sounds that cannot be muted by user and must be routed to speaker */
|
/cts/apps/CtsVerifier/res/values/ |
strings.xml | 282 the speaker cone with the microphone facing the speaker, 283 and adjust the volume of the speaker until the status message
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 587 // FIXME: need a delay to make sure that audio path switches to speaker before sound [all...] |
/device/samsung/tuna/audio/ |
audio_hw.c | 834 /* If we have run out of range in the codec (analog) speaker volume, 882 /* force earpiece route for in call state if speaker is the 884 down the modem PCMs to change route from speaker to earpiece 887 speaker is not the only thing active, just remove it from 956 /* rx path to device speaker */ 964 /* force speaker on when in call and HDMI or S/PDIF is selected [all...] |
/frameworks/base/media/java/android/media/ |
AudioManager.java | 63 * switch audio route to the speaker. Applications that are controlling 66 * from the speaker. [all...] |