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

1234567891011>>

/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/data-binding/extensions/
H A DpublishExtensions.sh2 ./gradlew l:upArch --configure-on-demand && ./gradlew bA:upArch --configure-on-demand
/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
208 const unsigned int on = 0xff0000ff; local
212 on, off, on, off, on, off, on, off,
213 off, on, off, on, off, on, off, on,
[all...]
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp315 const unsigned int on = 0xff0000ff;
319 on, off, on, off, on, off, on, off,
320 off, on, off, on, off, on, off, on,
321 on, of
[all...]
/frameworks/base/cmds/webview_zygote/
H A Dwebview_zygote32.rc11 # distributed under the License is distributed on an "AS IS" BASIS,
21 on property:init.svc.zygote=stopped
H A Dwebview_zygote64.rc11 # distributed under the License is distributed on an "AS IS" BASIS,
21 on property:init.svc.zygote=stopped
/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/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/base/libs/hwui/
H A DBakedOpDispatcher.h11 * distributed under the License is distributed on an "AS IS" BASIS,
44 static void on##Type(BakedOpRenderer& renderer, const Type& op, const BakedOpState& state);
/frameworks/rs/script_api/
H A Drs_core.spec11 # distributed under the License is distributed on an "AS IS" BASIS,
21 RenderScript code is compiled on devices at runtime to allow platform-independence as well.
28 as the Android framework APIs for RenderScript. For documentation on the Android framework
31 For more information on how to develop with RenderScript and how the runtime and Android
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlLocalDeviceStub.java31 void onBusOvercurrentDetected(boolean on) { argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dwin_asm.bat4 echo on
/frameworks/base/packages/MtpDocumentsProvider/
H A DAndroid.mk11 # Only enable asserts on userdebug/eng builds
/frameworks/base/vr/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
16 # Library to perform dlopen on the actual shared library.
/frameworks/minikin/app/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
15 # see how_to_run.txt for instructions on running these tests
/frameworks/av/media/libaudioprocessing/
H A DAndroid.mk34 # uncomment to disable NEON on architectures that actually do support NEON, for benchmarking
/frameworks/base/docs/
H A D__DEPRECATED__DO_NOT_EDIT__.txt4 of 12/2016. Migration of content was completed on 10/16/2016.
/frameworks/base/docs/html/
H A D__DEPRECATED__DO_NOT_EDIT__.txt4 of 12/2016. Migration of content was completed on 10/16/2016.
/frameworks/rs/cpu_ref/
H A DrsCpuBLAS.inc11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
76 void setMicrophoneMute(boolean on, String callingPackage, int userId);
110 void setSpeakerphoneOn(boolean on);
114 void setBluetoothScoOn(boolean on);
118 void setBluetoothA2dpOn(boolean on);
164 int setHdmiSystemAudioSupported(boolean on);
/frameworks/base/services/core/java/com/android/server/wm/
H A DCircularDisplayMask.java11 * distributed under the License is distributed on an "AS IS" BASIS,
129 // The radius is reduced by mMaskThickness to provide an anti aliasing effect on the display edges.
136 public void setVisibility(boolean on) { argument
140 mVisible = on;
142 if (on) {
H A DEmulatorDisplayOverlay.java11 * distributed under the License is distributed on an "AS IS" BASIS,
108 public void setVisibility(boolean on) { argument
112 mVisible = on;
114 if (on) {
/frameworks/opt/net/wifi/service/
H A Dwifi-events.rc11 # distributed under the License is distributed on an "AS IS" BASIS,
17 on fs
20 on property:sys.boot_completed=1 && property:sys.wifitracing.started=0
31 # - WifiService is responsible for turning tracing off and on.
62 on property:sys.boot_completed=1 && property:wifi.interface=* && sys.wifitracing.started=1
/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,

Completed in 3410 milliseconds

1234567891011>>