Searched refs:on (Results 1 - 25 of 211) sorted by relevance

123456789

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothStateChangeCallback.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
26 void onBluetoothStateChange(boolean on);
/frameworks/base/core/java/android/os/
H A DIHardwareService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
24 void setFlashlightEnabled(boolean on);
H A DIPowerManager.aidl12 ** distributed under the License is distributed on an "AS IS" BASIS,
53 void setAttentionLight(boolean on, int color);
H A DTokenWatcher.java11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * on. If you don't care, just call it like this, although your thread
60 * the current count is 0, the acquired method is called on the given
164 private void sendNotificationLocked(boolean on) argument
166 int value = on ? 1 : 0;
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp115 const unsigned int on = 0xff0000ff; local
119 on, off, on, off, on, off, on, off,
120 off, on, off, on, off, on, off, on,
121 on, of
[all...]
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp2 // ITERATIONS. Should draw a checkerboard on the screen after
207 const unsigned int on = 0xff0000ff; local
211 on, off, on, off, on, off, on, off,
212 off, on, off, on, off, on, off, on,
[all...]
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp314 const unsigned int on = 0xff0000ff;
318 on, off, on, off, on, off, on, off,
319 off, on, off, on, off, on, off, on,
320 on, of
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
H A DMapView.java11 * distributed under the License is distributed on an "AS IS" BASIS,
79 public void setSatellite(boolean on) { argument
86 public void setTraffic(boolean on) { argument
93 public void setStreetView(boolean on) { argument
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerState.java11 * distributed under the License is distributed on an "AS IS" BASIS,
40 * the display is done on a separate thread to avoid blocking the looper.
83 // At boot time, we know that the screen is on and the electron beam
86 // Although we set the brightness to full on here, the display power controller
125 * Sets whether the screen is on or off.
127 public void setScreenOn(boolean on) { argument
128 if (mScreenOn != on) {
130 Slog.d(TAG, "setScreenOn: on=" + on);
133 mScreenOn = on;
342 setState(boolean on, int backlight) argument
[all...]
/frameworks/base/core/java/com/android/server/
H A DResettableTimeout.java11 * distributed under the License is distributed on an "AS IS" BASIS,
24 * Utility class that you can call on with a timeout, and get called back
33 * This is called with the monitor on this method held, so be careful.
37 public abstract void on(boolean alreadyOn); method in class:ResettableTimeout
41 * This is called with the monitor on this method held, so be careful.
47 * <p>1. Call on()</p>
60 // thread to stop it can't start, we don't turn the vibrator on
76 on(alreadyOn);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dwin_asm.bat4 echo on
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DCompatModePanel.java11 * distributed under the License is distributed on an "AS IS" BASIS,
130 final boolean on = (mode == ActivityManager.COMPAT_MODE_ENABLED);
131 mOnButton.setChecked(on);
132 mOffButton.setChecked(!on);
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
99 void setSpeakerphoneOn(boolean on);
103 void setBluetoothScoOn(boolean on);
107 void setBluetoothA2dpOn(boolean on);
111 oneway void setRemoteSubmixOn(boolean on, int address);
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk12 # support (e.g., on Darwin). This should only be used to build fat
22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/java/android/view/
H A DIWindow.aidl12 ** distributed under the License is distributed on an "AS IS" BASIS,
38 * and tools rely on their transaction number to work properly.
53 void dispatchScreenState(boolean on);
57 * to date on the current state showing navigational focus (touch mode) too.
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 6679 milliseconds

123456789