/frameworks/base/services/sensorservice/ |
GravitySensor.cpp | 69 status_t GravitySensor::activate(void* ident, bool enabled) { 70 return mSensorFusion.activate(this, enabled);
|
OrientationSensor.cpp | 65 status_t OrientationSensor::activate(void* ident, bool enabled) { 66 return mSensorFusion.activate(this, enabled);
|
/hardware/ti/omap4xxx/hwc/ |
Android.mk | 19 # LOG_NDEBUG=0 means verbose logging enabled
|
/packages/apps/Phone/src/com/android/phone/sip/ |
SipSharedPreferences.java | 93 public void setReceivingCallsEnabled(boolean enabled) { 95 Settings.System.SIP_RECEIVE_CALLS, (enabled ? 1 : 0));
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockGeneric.java | 241 boolean enabled = true; 244 enabled = quality <= DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED; 246 enabled = quality <= DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED; 248 enabled = quality <= DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK; 251 enabled = quality <= DevicePolicyManager.PASSWORD_QUALITY_SOMETHING; 253 enabled = quality <= DevicePolicyManager.PASSWORD_QUALITY_NUMERIC; 255 enabled = quality <= DevicePolicyManager.PASSWORD_QUALITY_COMPLEX; 259 } else if (!enabled) {
|
ChooseLockPattern.java | 196 * @param enabled Whether the button should be enabled. 198 LeftButtonMode(int text, boolean enabled) { 200 this.enabled = enabled; 204 final boolean enabled; field in class:ChooseLockPattern.ChooseLockPatternFragment.LeftButtonMode 219 * @param enabled Whether the button should be enabled. 221 RightButtonMode(int text, boolean enabled) { 223 this.enabled = enabled 227 final boolean enabled; field in class:ChooseLockPattern.ChooseLockPatternFragment.RightButtonMode [all...] |
/system/media/wilhelm/tests/examples/ |
slesTestEqFdPath.cpp | 243 SLboolean enabled; local 244 result = (*eqItf)->IsEnabled(eqItf, &enabled); 246 enabled = alwaysOn || !enabled; 247 if (enabled != previousEnabled) { 248 result = (*eqItf)->SetEnabled(eqItf, enabled); 250 previousEnabled = enabled; 251 if (SL_BOOLEAN_TRUE == enabled) {
|
slesTestEqOutputPath.cpp | 247 SLboolean enabled; local 248 result = (*eqOutputItf)->IsEnabled(eqOutputItf, &enabled); 250 enabled = alwaysOn || !enabled; 251 if (enabled != previousEnabled) { 252 result = (*eqOutputItf)->SetEnabled(eqOutputItf, enabled); 254 previousEnabled = enabled; 255 if (SL_BOOLEAN_TRUE == enabled) {
|
/device/samsung/crespo/libsensors/ |
sensors.cpp | 130 int activate(int handle, int enabled); 211 int sensors_poll_context_t::activate(int handle, int enabled) { 214 int err = mSensors[index]->enable(handle, enabled); 215 if (enabled && !err) { 288 int handle, int enabled) { 290 return ctx->activate(handle, enabled);
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_lock_view.cc | 191 void ScreenLockView::SetSignoutEnabled(bool enabled) { 192 user_view_->SetSignoutEnabled(enabled); 202 void ScreenLockView::SetEnabled(bool enabled) { 203 views::View::SetEnabled(enabled); 205 if (!enabled) { 215 password_field_->SetEnabled(enabled);
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api.cc | 109 void ExtensionAccessibilityEventRouter::SetAccessibilityEnabled(bool enabled) { 110 if (enabled_ != enabled) { 111 enabled_ = enabled; 193 bool enabled; local 194 EXTENSION_FUNCTION_VALIDATE(args_->GetBoolean(0, &enabled)); 196 ->SetAccessibilityEnabled(enabled);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/ |
SDL_nto_audio.c | 254 if (!this->enabled) 309 } while ((towrite > 0) && (this->enabled)); 314 this->enabled = 0; 329 this->enabled = 0; 355 this->enabled = 0; 500 this->enabled = 1;
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 165 if (!scrollbar->enabled()) 183 if (!scrollbar->enabled()) 194 if (!scrollbar->enabled()) 205 if (!scrollbar->enabled()) 215 if (!scrollbar->enabled()) 229 if (!scrollbar->enabled())
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
WebAutofill.cpp | 90 if (!enabled()) 132 if (!enabled()) { 184 if (!enabled()) 197 if (!enabled()) 218 if (!enabled()) 229 bool WebAutofill::enabled() const function in class:android::WebAutofill 282 // Set an empty profile. This will ensure that when autofill is enabled,
|
/external/webkit/Source/WebKit2/Shared/ |
WebPreferencesStore.cpp | 84 void WebPreferencesStore::overrideXSSAuditorEnabledForTestRunner(bool enabled) 87 xssAuditorEnabledTestRunnerOverride = enabled; 90 void WebPreferencesStore::overrideAllowUniversalAccessFromFileURLsForTestRunner(bool enabled) 93 allowUniversalAccessFromFileURLsTestRunnerOverride = enabled; 96 void WebPreferencesStore::overrideAllowFileAccessFromFileURLsForTestRunner(bool enabled) 99 allowFileAccessFromFileURLsTestRunnerOverride = enabled;
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundle.cpp | 126 void WKBundleOverrideXSSAuditorEnabledForTestRunner(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, bool enabled) 128 toImpl(bundleRef)->overrideXSSAuditorEnabledForTestRunner(toImpl(pageGroupRef), enabled); local 131 void WKBundleOverrideAllowUniversalAccessFromFileURLsForTestRunner(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, bool enabled) 133 toImpl(bundleRef)->overrideAllowUniversalAccessFromFileURLsForTestRunner(toImpl(pageGroupRef), enabled); local 136 void WKBundleSetAllowFileAccessFromFileURLs(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, bool enabled) 138 toImpl(bundleRef)->setAllowFileAccessFromFileURLs(toImpl(pageGroupRef), enabled); local
|
/external/webkit/Tools/DumpRenderTree/wx/ |
LayoutTestControllerWx.cpp | 180 void LayoutTestController::setJavaScriptCanAccessClipboard(bool enabled) 185 void LayoutTestController::setXSSAuditorEnabled(bool enabled) 190 void LayoutTestController::setFrameFlatteningEnabled(bool enabled) 195 void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled) 200 void LayoutTestController::setAllowFileAccessFromFileURLs(bool enabled) 430 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
|
/frameworks/base/media/java/android/media/audiofx/ |
Visualizer.java | 53 * <p>Before capturing data, the Visualizer must be enabled by calling the 213 * @param enabled requested enable state 218 public int setEnabled(boolean enabled) 225 if ((enabled && (mState == STATE_INITIALIZED)) || 226 (!enabled && (mState == STATE_ENABLED))) { 227 status = native_setEnabled(enabled); 229 mState = enabled ? STATE_ENABLED : STATE_INITIALIZED; 269 * This method must not be called when the Visualizer is enabled. 317 * <p>This method must be called when the Visualizer is enabled. 335 * <p>This method must be called when the Visualizer is enabled [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
IndicatorControl.java | 195 public void setEnabled(boolean enabled) { 196 super.setEnabled(enabled); 202 v.setEnabled(enabled); 205 v.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE); 210 mCameraPicker.setEnabled(enabled); 212 mCameraPicker.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE);
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerLogger.java | 56 private static final String ENABLED = "enabled"; 64 * Determine if logging is enabled. If the 66 * @return true if logging is enabled, determined by the 'enabled' file. 70 File enabled = new File(dir, ENABLED); local 71 return enabled.exists(); 81 File enabled = new File(dir, ENABLED); local 96 File enabled = new File(dir, ENABLED); local [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
EmulatorControlPanel.java | 409 // suppose that we are enabled when the text is modified... [all...] |
/external/qemu/android/ |
hw-sensors.c | 107 char enabled; member in struct:__anon9439 131 * - Once at least one sensor is "enabled", this code should periodically 132 * send information about the corresponding enabled sensors. The default 155 * appear if the corresponding sensor has been enabled by the HAL module. 370 if (hw->sensors[nn].enabled) 403 int id, enabled, oldEnabledMask = cl->enabledMask; local 418 if (!hw->sensors[id].enabled) { 422 enabled = (q[0] == '1'); 424 if (enabled) 506 qemu_put_be32(f, s->enabled); [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Context.h | 239 void setCullFace(bool enabled); 246 void setDepthTest(bool enabled); 253 void setBlend(bool enabled); 260 void setStencilTest(bool enabled); 270 void setPolygonOffsetFill(bool enabled); 275 void setSampleAlphaToCoverage(bool enabled); 278 void setSampleCoverage(bool enabled); 283 void setScissorTest(bool enabled); 286 void setDither(bool enabled); 309 void setEnableVertexAttribArray(unsigned int attribNum, bool enabled); [all...] |
/external/wpa_supplicant/ |
driver_ipw.c | 201 static int wpa_driver_ipw_set_wpa(void *priv, int enabled) 206 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled); 208 if (!enabled && ipw_set_wpa_ie(drv, NULL, 0) < 0) 211 if (ipw_set_wpa_param(drv, IPW_PARAM_WPA_ENABLED, enabled) < 0) 281 static int wpa_driver_ipw_set_countermeasures(void *priv, int enabled) 284 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled); 286 enabled); 291 static int wpa_driver_ipw_set_drop_unencrypted(void *priv, int enabled) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ipw.c | 199 static int wpa_driver_ipw_set_wpa(void *priv, int enabled) 204 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled); 206 if (!enabled && ipw_set_wpa_ie(drv, NULL, 0) < 0) 209 if (ipw_set_wpa_param(drv, IPW_PARAM_WPA_ENABLED, enabled) < 0) 279 static int wpa_driver_ipw_set_countermeasures(void *priv, int enabled) 282 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled); 284 enabled); 289 static int wpa_driver_ipw_set_drop_unencrypted(void *priv, int enabled) [all...] |