/external/chromium_org/content/renderer/media/ |
webrtc_audio_device_not_impl.h | 75 virtual int32_t SetSpeakerMute(bool enable) OVERRIDE; 78 virtual int32_t SetMicrophoneMute(bool enable) OVERRIDE; 81 virtual int32_t SetMicrophoneBoost(bool enable) OVERRIDE; 83 virtual int32_t SetStereoPlayout(bool enable) OVERRIDE; 85 virtual int32_t SetStereoRecording(bool enable) OVERRIDE; 105 virtual int32_t SetLoudspeakerStatus(bool enable) OVERRIDE; 107 virtual int32_t SetAGC(bool enable) OVERRIDE;
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardPINView.java | 133 private void enableClipping(boolean enable) { 134 mKeyguardBouncerFrame.setClipToPadding(enable); 135 mKeyguardBouncerFrame.setClipChildren(enable); 136 mRow1.setClipToPadding(enable); 137 mRow2.setClipToPadding(enable); 138 mRow3.setClipToPadding(enable); 139 setClipChildren(enable);
|
/frameworks/wilhelm/src/itf/ |
IVolume.c | 118 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable) 123 enable = SL_BOOLEAN_FALSE != enable; // normalize 126 if (oldEnable != enable) { 127 thiz->mEnableStereoPosition = (SLuint8) enable; 147 SLboolean enable = thiz->mEnableStereoPosition; local 149 *pEnable = enable;
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
channel.h | 114 void SetRxApmIsEnabled(bool enable) { 116 state_.rx_apm_is_enabled = enable; 119 void SetInputExternalMedia(bool enable) { 121 state_.input_external_media = enable; 124 void SetOutputFilePlaying(bool enable) { 126 state_.output_file_playing = enable; 129 void SetInputFilePlaying(bool enable) { 131 state_.input_file_playing = enable; 134 void SetPlaying(bool enable) { 136 state_.playing = enable; [all...] |
voe_rtp_rtcp_impl.cc | 114 bool enable, 118 "SetSendAudioLevelIndicationStatus(channel=%d, enable=%d," 119 " ID=%u)", channel, enable, id); 125 if (enable && (id < kVoiceEngineMinRtpExtensionId || 144 return channelPtr->SetSendAudioLevelIndicationStatus(enable, id); 148 bool enable, 151 "SetReceiveAudioLevelIndicationStatus(channel=%d, enable=%d, id=%u)", 152 channel, enable, id); 157 if (enable && 174 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
fakewebrtcvoiceengine.h | 66 #define WEBRTC_CHECK_HEADER_EXTENSION_ID(enable, id) \ 68 if (enable && (id < 1 || id > 14)) { \ 527 WEBRTC_FUNC(SetVADStatus, (int channel, bool enable, webrtc::VadModes mode, 534 channels_[channel]->vad = enable; 540 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable)) { 542 channels_[channel]->codec_fec = enable; 545 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable)) { 547 enable = channels_[channel]->codec_fec; 569 WEBRTC_STUB(SetDtmfFeedbackStatus, (bool enable, bool directFeedback)); 571 WEBRTC_STUB(SetDtmfPlayoutStatus, (int channel, bool enable)); [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/ |
audio_device_dummy.cc | 80 int32_t AudioDeviceDummy::SetAGC(bool enable) { return -1; } 146 int32_t AudioDeviceDummy::SetSpeakerMute(bool enable) { return -1; } 154 int32_t AudioDeviceDummy::SetMicrophoneMute(bool enable) { return -1; } 162 int32_t AudioDeviceDummy::SetMicrophoneBoost(bool enable) { return -1; } 169 int32_t AudioDeviceDummy::SetStereoPlayout(bool enable) { return -1; } 177 int32_t AudioDeviceDummy::SetStereoRecording(bool enable) { return -1; }
|
audio_device_dummy.h | 69 virtual int32_t SetAGC(bool enable) OVERRIDE; 102 virtual int32_t SetSpeakerMute(bool enable) OVERRIDE; 107 virtual int32_t SetMicrophoneMute(bool enable) OVERRIDE; 112 virtual int32_t SetMicrophoneBoost(bool enable) OVERRIDE; 117 virtual int32_t SetStereoPlayout(bool enable) OVERRIDE; 120 virtual int32_t SetStereoRecording(bool enable) OVERRIDE;
|
/external/lldb/scripts/ |
build-lldb-llvm-clang | 55 ../llvm/configure --enable-targets=x86_64,arm 62 ../llvm/configure --enable-targets=x86_64,arm --enable-optimized --disable-assertions
|
/external/valgrind/main/drd/scripts/ |
download-and-build-gcc | 65 --enable-languages=c,c++ \ 66 --enable-threads=posix \ 67 --enable-tls \
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMem.h | 84 bool setSecure(bool enable); 204 inline bool OvMem::setSecure(bool enable) { 213 config.enable = enable; 215 ALOGE("OvMem::%s failed enable=%d", __FUNCTION__, enable); 221 mSecured = enable;
|
/ndk/tests/abcc/jni/mman-win32/ |
configure | 15 enable(){ 34 echo "All \"enable\" options have \"disable\" counterparts" 40 echo " --enable-static build static libraries [yes]" 41 echo " --enable-msvc create msvc-compatible import lib [auto]" 74 enable $DEFAULT_YES 98 --enable-?*|--disable-?*)
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccessInitializer.cpp | 79 void MIDIAccessInitializer::setSysexEnabled(bool enable) 81 m_sysexEnabled = enable; 82 if (enable)
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
media_optimization.h | 65 void EnableProtectionMethod(bool enable, VCMProtectionMethodEnum method); 66 void EnableQM(bool enable); 67 void EnableFrameDropper(bool enable);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
attrib.c | 38 #include "enable.h" 263 /* Copy enable flags from all other attributes into the enable struct. */ 489 pop_enable_group(struct gl_context *ctx, const struct gl_enable_attrib *enable) 499 TEST_AND_UPDATE(ctx->Color.AlphaEnabled, enable->AlphaTest, GL_ALPHA_TEST); 500 if (ctx->Color.BlendEnabled != enable->Blend) { 504 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1); 508 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1)); 514 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask)) 516 !!(enable->ClipPlanes & mask)) 1013 const struct gl_enable_attrib *enable; local [all...] |
/external/mesa3d/src/mesa/main/ |
attrib.c | 38 #include "enable.h" 263 /* Copy enable flags from all other attributes into the enable struct. */ 489 pop_enable_group(struct gl_context *ctx, const struct gl_enable_attrib *enable) 499 TEST_AND_UPDATE(ctx->Color.AlphaEnabled, enable->AlphaTest, GL_ALPHA_TEST); 500 if (ctx->Color.BlendEnabled != enable->Blend) { 504 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1); 508 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1)); 514 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask)) 516 !!(enable->ClipPlanes & mask)) 1013 const struct gl_enable_attrib *enable; local [all...] |
/device/asus/fugu/kernel-headers/linux/sound/ |
intel_sst_ioctl.h | 26 __u8 enable; member in struct:snd_ppp_params
|
/device/asus/fugu/original-kernel-headers/linux/sound/ |
intel_sst_ioctl.h | 39 __u8 enable; /* 0= disable, 1= enable*/ member in struct:snd_ppp_params
|
/device/lge/hammerhead/libsensors/ |
LightSensor.h | 52 virtual int enable(int32_t handle, int enabled);
|
/device/samsung/manta/libsensors/ |
IioSensorBase.h | 59 virtual int enable(int32_t handle, int en);
|
SensorBase.h | 52 virtual int enable(int32_t handle, int enabled) = 0;
|
/external/bluetooth/bluedroid/bta/mce/ |
bta_mce_int.h | 63 tBTA_MCE_API_ENABLE enable; member in union:__anon5579
|
/external/chromium_org/cc/test/ |
fake_output_surface.cc | 85 void FakeOutputSurface::SetNeedsBeginFrame(bool enable) { 86 needs_begin_frame_ = enable; 87 OutputSurface::SetNeedsBeginFrame(enable); 89 if (enable) {
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
slow.js | 18 $('slow-enable').addEventListener('click', function(event) { 34 $('slow-enable').hidden = enabled;
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_source_top_sites.h | 32 virtual void SetDebug(bool enable) OVERRIDE;
|