/external/webrtc/webrtc/voice_engine/include/ |
voe_audio_processing.h | 74 virtual int GetNsStatus(bool& enabled, NsModes& mode) = 0; 81 virtual int GetAgcStatus(bool& enabled, AgcModes& mode) = 0; 98 virtual int GetEcStatus(bool& enabled, EcModes& mode) = 0; 102 // only be enabled if supported on the current platform; otherwise an error 125 // and low-frequency noise. Recommended to be enabled. 137 virtual int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) = 0; 147 virtual int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) = 0; 176 virtual int GetEcMetricsStatus(bool& enabled) = 0; 205 virtual int GetTypingDetectionStatus(bool& enabled) = 0; 209 // * Time in seconds since the typing detection was enabled [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
VsyncEventObserver.cpp | 71 WTRACE("vsync is still enabled"); 87 bool VsyncEventObserver::control(bool enabled) 89 ATRACE("enabled = %d on device %d", enabled, mDevice); 90 if (enabled == mEnabled) { 91 WTRACE("vsync state %d is not changed", enabled); 96 bool ret = mVsyncControl->control(mDevice, enabled); 98 ETRACE("failed to control (%d) vsync on display %d", enabled, mDevice); 102 mEnabled = enabled; 125 WTRACE("failed to wait for vsync on display %d, vsync enabled %d", mDevice, mEnabled) [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/ |
VsyncEventObserver.cpp | 70 WLOGTRACE("vsync is still enabled"); 86 bool VsyncEventObserver::control(bool enabled) 88 ALOGTRACE("enabled = %d on device %d", enabled, mDevice); 89 if (enabled == mEnabled) { 90 WLOGTRACE("vsync state %d is not changed", enabled); 95 bool ret = mVsyncControl->control(mDevice, enabled); 97 ELOGTRACE("failed to control (%d) vsync on display %d", enabled, mDevice); 101 mEnabled = enabled; 124 WLOGTRACE("failed to wait for vsync on display %d, vsync enabled %d", mDevice, mEnabled) [all...] |
/packages/apps/Settings/src/com/android/settings/development/ |
BugReportInPowerPreferenceController.java | 80 public void enablePreference(boolean enabled) { 82 mPreference.setEnabled(enabled); 97 final boolean enabled = Settings.Secure.getInt( 99 mPreference.setChecked(enabled); 100 return enabled; 114 final boolean enabled = mPreference.isChecked(); 116 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
|
/external/llvm/test/MC/Mips/mips3/ |
invalid-mips5.s | 10 ldxc1 $f8,$s7($t3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 movf $gp,$8,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 movf.s $f23,$f5,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 19 movn $v1,$s1,$s0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 20 movn.d $f27,$f21,$k0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 21 movn.s $f12,$f0,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 22 movt $zero,$s4,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled [all...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_zsa.c | 47 (!so->depth.enabled || so->depth.func == PIPE_FUNC_ALWAYS) && 67 if (so->stencil[0].enabled) { 69 (so->stencil[1].enabled && so->stencil[1].func != PIPE_FUNC_ALWAYS)) 76 } else if (so->stencil[1].enabled) { 85 /* Disable early z reject when no depth test is enabled. 88 if (so->depth.enabled == false || so->depth.func == PIPE_FUNC_ALWAYS) 96 VIVS_PE_DEPTH_CONFIG_DEPTH_FUNC(so->depth.enabled ? so->depth.func 102 COND(so->alpha.enabled, VIVS_PE_ALPHA_OP_ALPHA_TEST) | 115 translate_stencil_mode(so->stencil[0].enabled, so->stencil[1].enabled) | [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
LoggingSessionOutputBuffer.java | 72 if (this.wire.enabled()) { 79 if (this.wire.enabled()) { 86 if (this.wire.enabled()) { 97 if (this.wire.enabled()) { 105 if (this.wire.enabled()) {
|
/external/webrtc/talk/app/webrtc/ |
rtpreceiver.cc | 41 cached_track_enabled_(track->enabled()) { 55 if (cached_track_enabled_ != track_->enabled()) { 56 cached_track_enabled_ = track_->enabled(); 65 if (provider_ && track_->enabled()) 82 provider_->SetAudioPlayout(ssrc_, track_->enabled());
|
/packages/apps/Car/Settings/src/com/android/car/settings/display/ |
AutoBrightnessLineItem.java | 66 boolean enabled = isEnabled(); 67 holder.titleView.setEnabled(enabled); 68 holder.descView.setEnabled(enabled); 69 holder.toggle.setEnabled(enabled); 70 holder.itemView.setEnabled(enabled);
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_logging.cc | 36 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) { 37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled); local 41 bool enabled) { 42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); 46 bool enabled) { 47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); 73 void Logging::SetGlobalEnable(bool enabled) { 75 thread_map_[rtc::CurrentThreadId()].global_state.enabled = enabled; 83 if (state.enabled) { [all...] |
/external/llvm/test/MC/Mips/micromips32r6/ |
invalid-wrong-error.s | 12 teq $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 15 tge $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 18 tgeu $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 21 tlt $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 24 tltu $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 27 tne $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 30 syscall 1024 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 31 ldc2 $1, -2049($12) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 32 ldc2 $1, 2048($12) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled 34 lwc2 $1, -2049($4) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled [all...] |
/cts/hostsidetests/devicepolicy/app/DeviceAdminService/src/com/android/cts/deviceadminservice/ |
ComponentController.java | 26 private void enableComponent(ComponentName cn, boolean enabled) { 28 (enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED : 31 Log.i(TAG, "setComponentEnabledSetting: " + cn + " enabled=" + enabled);
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
ResetPasswordTest.java | 73 private void assertResetPasswordEnabled(boolean enabled, String password) { 79 if (enabled) { 84 if (enabled) {
|
/external/autotest/frontend/client/src/autotest/afe/ |
ControlTypeSelect.java | 34 public void setEnabled(boolean enabled) { 35 display.getClient().setEnabled(enabled); 36 display.getServer().setEnabled(enabled);
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
ServicesPage.cpp | 99 DWORD enabled; local 115 err = RegQueryValueEx( key, L"Advertise", NULL, NULL, (LPBYTE) &enabled, &dwSize ); 118 m_SMBCheckBox.SetCheck( enabled ); 132 err = RegQueryValueEx( key, L"Enabled", NULL, NULL, (LPBYTE) &enabled, &dwSize ); 135 m_powerManagementCheckBox.SetCheck( enabled ); 171 DWORD enabled; local 178 enabled = m_SMBCheckBox.GetCheck(); 179 err = RegSetValueEx( key, L"Advertise", NULL, REG_DWORD, (LPBYTE) &enabled, sizeof( enabled ) ); [all...] |
/test/vts/utils/python/web/ |
feature_utils.py | 29 enabled: boolean, True if the feature is enabled, False otherwise 32 enabled = False variable in class:Feature 43 self.enabled = False 58 self.enabled = True
|
/external/v8/src/compiler/arm/ |
unwinding-info-writer-arm.cc | 14 if (!enabled()) return; 42 if (!enabled() || block_will_exit_) return; 62 if (!enabled()) return; 83 if (!enabled()) return; 92 if (!enabled()) return; 100 if (!enabled()) return;
|
/external/v8/src/compiler/arm64/ |
unwinding-info-writer-arm64.cc | 14 if (!enabled()) return; 42 if (!enabled() || block_will_exit_) return; 62 if (!enabled()) return; 83 if (!enabled()) return; 93 if (!enabled()) return; 101 if (!enabled()) return;
|
/frameworks/base/location/java/android/location/ |
SettingInjectorService.java | 29 * Dynamically specifies the enabled status of a preference injected into 111 * Name of the bundle key for the string specifying whether the setting is currently enabled. 115 public static final String ENABLED_KEY = "enabled"; 154 boolean enabled; 156 enabled = onGetEnabled(); 164 sendStatus(intent, enabled); 168 * Send the enabled values back to the caller via the messenger encoded in the 171 private void sendStatus(Intent intent, boolean enabled) { 174 bundle.putBoolean(ENABLED_KEY, enabled); 179 + ", enabled=" + enabled + ", sending message: " + message) [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
SetArcTransmissionStateAction.java | 43 * @param enabled whether to enable ARC Transmission channel 46 boolean enabled) { 51 mEnabled = enabled; 61 // "Enabled" if <Report ARC Initiated> is acknowledged and no 104 private void setArcStatus(boolean enabled) { 105 boolean wasEnabled = tv().setArcStatus(enabled); 106 Slog.i(TAG, "Change arc status [old:" + wasEnabled + ", new:" + enabled + "]"); 108 // If enabled before and set to "disabled" and send <Report Arc Terminated> to 110 if (!enabled && wasEnabled) {
|
/device/google/marlin/vr/ |
vr.c | 36 static void vr_set_vr_mode(struct vr_module *module, bool enabled) { 37 if (enabled) {
|
/external/llvm/test/MC/Mips/ |
rotations32-bad.s | 16 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 18 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 20 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 22 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 25 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 27 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 29 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 31 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
|
set-softfloat-hardfloat-bad.s | 6 # CHECK-NOT: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 8 # CHECK-NOT: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 12 # CHECK: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 14 # CHECK: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
freedreno_state.h | 37 return ctx->zsa && ctx->zsa->depth.enabled; 42 return ctx->zsa && ctx->zsa->stencil[0].enabled;
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
FactoryAnnotation.java | 54 public void setEnabled(boolean enabled) { 55 m_enabled = enabled;
|