Searched refs:on (Results 1 - 25 of 221) 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,
55 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/av/media/libnbaio/
H A DAndroid.mk36 # This dependency on libmedia is for SingleStateQueueInstantiations.
/frameworks/base/services/java/com/android/server/wm/
H A DFocusedStackFrame.java11 * distributed under the License is distributed on an "AS IS" BASIS,
110 public void setVisibility(boolean on) { argument
111 if (false && DEBUG_STACK) Slog.i(TAG, "setVisibility: on=" + on +
117 if (on) {
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
106 void setSpeakerphoneOn(boolean on);
110 void setBluetoothScoOn(boolean on);
114 void setBluetoothA2dpOn(boolean on);
138 * Success of registration is subject to a check on
151 * Like registerRemoteControlDisplay, but with success being subject to a check on
/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 687 milliseconds

123456789