Searched refs:on (Results 276 - 300 of 368) sorted by relevance

<<1112131415

/frameworks/native/services/inputflinger/
H A DEventHub.h11 * distributed under the License is distributed on an "AS IS" BASIS,
160 * devices on the system, including devices that may be emulated by the simulator
247 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
259 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
262 /* Wakes up getEvents() if it is blocked on a read. */
313 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
415 void setLedStateLocked(Device* device, int32_t led, bool on);
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
74 # Generate a comma separated list of patterns based on the test source files under src/
/frameworks/wilhelm/src/
H A DAndroid.mk60 # (otherwise a warning log on error results only)
199 # size of the checkout. Also, the library is dependent on Java (which is not
/frameworks/av/services/camera/libcameraservice/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUManager.java150 public void wifiStateChange(boolean on) { argument
151 if (on) {
249 Log.d(TAG, String.format("De-auth imminent on %s, delay %ss to '%s'",
/frameworks/base/wifi/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/native/cmds/atrace/
H A Datrace_userdebug.rc6 on post-fs
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/rs/script_api/
H A Drs_io.spec11 # distributed under the License is distributed on an "AS IS" BASIS,
29 arg: rs_allocation a, "Allocation to work on."
44 arg: rs_allocation a, "Allocation to work on."
85 until there is room on the message queue for this message.
H A Drs_time.spec11 # distributed under the License is distributed on an "AS IS" BASIS,
29 Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
/frameworks/support/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/libs/hwui/
H A DAndroid.mk157 # GCC false-positives on this warning, and since we -Werror that's
179 # This has to be lazy-resolved because it depends on the LOCAL_MODULE_CLASS
180 # which varies depending on what is being built
/frameworks/base/media/java/android/media/
H A DAudioManager.java11 * distributed under the License is distributed on an "AS IS" BASIS,
83 * on receipt of this intent so as not to surprise the user with audio
125 * @deprecated Applications should maintain their own vibrate policy based on
191 * @deprecated Applications should maintain their own vibrate policy based on
202 * @deprecated Applications should maintain their own vibrate policy based on
217 * reflected by a change of the volume of its alias, {@link #STREAM_RING} on some devices,
218 * {@link #STREAM_MUSIC} on others (e.g. a television).
346 * @deprecated Do not iterate on volume stream type values.
418 * By default this is on for the ring stream. If this flag is included,
562 * if the vibrate setting is on
1212 setSpeakerphoneOn(boolean on) argument
1428 setBluetoothScoOn(boolean on) argument
1457 setBluetoothA2dpOn(boolean on) argument
1488 setWiredHeadsetOn(boolean on) argument
1520 setMicrophoneMute(boolean on) argument
3817 setHdmiSystemAudioSupported(boolean on) argument
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
116 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the
259 /** If this is a sticky key, is it on? */
260 public boolean on; field in class:Keyboard.Key
417 * @param inside whether the finger was released inside the key. Works only on Android M and
424 on = !on;
486 * Returns the drawable state for the key, based on the current state and type of the key.
493 if (on) {
580 * @param characters the list of characters to display on th
[all...]
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java11 * distributed under the License is distributed on an "AS IS" BASIS,
39 * {@link #getMetaState(long)} operate on a meta key state bit mask.</li>
41 * {@link #getMetaState(CharSequence, int)} operate on meta key state flags stored
75 * Flag that indicates that the SHIFT key is on.
80 * Flag that indicates that the ALT key is on.
85 * Flag that indicates that the SYM key is on.
250 int on, int lock) {
261 return on;
446 // Version of API that operates on a state bit mask
249 getActive(CharSequence text, Object meta, int on, int lock) argument
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl11 ** distributed under the License is distributed on an "AS IS" BASIS,
64 * and tools rely on their transaction number to work properly.
167 // For StrictMode flashing a red border on violations from the UI
171 // on screen)
172 void showStrictModeViolation(boolean on);
194 * Update the current screen rotation based on the current state of
346 * @param targetStackId The id of the task stack the dim layer should be placed on.
/frameworks/opt/net/wifi/libwifi_hal/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
215 public void sendBurstDtmf(String dtmfString, int on, int off, argument
271 public void setRadioPower(boolean on, Message result) { argument
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
143 * This implementation focuses on delivering a responsive UI. Most methods are
525 // interpretation of whether the volume stream has been selected by the user by clicking on a
576 // lock always taken synchronized on mConnectedDevices
712 // state on streams affected by ringer mode.
927 Log.e(TAG, "Interrupted while waiting on volume handler.");
1258 // Play sounds on STREAM_RING only.
1358 // convert one UI step (+/-1) into a number of internal units on the stream alias
1538 // setting volume on ui sounds stream type also controls silent mode
1583 // setting volume on u
2108 setMicrophoneMute(boolean on, String callingPackage, int userId) argument
2132 setMicrophoneMuteNoCallerCheck(boolean on, int userId) argument
2770 setSpeakerphoneOn(boolean on) argument
2795 setBluetoothScoOn(boolean on) argument
2802 setBluetoothScoOnInt(boolean on) argument
2821 setBluetoothA2dpOn(boolean on) argument
5889 setBluetoothA2dpOnInt(boolean on) argument
5964 setSafeMediaVolumeEnabled(boolean on, String caller) argument
6076 setHdmiSystemAudioSupported(boolean on) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsdWriteMacroblock.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S11 @ distributed under the License is distributed on an "AS IS" BASIS,

Completed in 616 milliseconds

<<1112131415