Searched refs:on (Results 151 - 175 of 211) sorted by relevance

123456789

/frameworks/base/libs/androidfw/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/services/input/
H A DEventHub.h11 * distributed under the License is distributed on an "AS IS" BASIS,
136 * devices on the system, including devices that may be emulated by the simulator
218 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
230 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
233 /* Wakes up getEvents() if it is blocked on a read. */
281 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
/frameworks/native/libs/utils/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/native/opengl/tests/hwc/
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,
168 public void sendBurstDtmf(String dtmfString, int on, int off, argument
198 public void setRadioPower(boolean on, Message result) { argument
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
115 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the
258 /** If this is a sticky key, is it on? */
259 public boolean on; field in class:Keyboard.Key
412 on = !on;
474 * Returns the drawable state for the key, based on the current state and type of the key.
481 if (on) {
567 * @param characters the list of characters to display on the keyboard. One key will be created
699 shiftKey.on
[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.
191 int on, int lock) {
202 return on;
387 // Version of API that operates on a state bit mask
190 getActive(CharSequence text, Object meta, int on, int lock) argument
/frameworks/base/docs/html/google/
H A Dgoogle_toc.cs104 <span class="en">Filters on Google Play</span></a>
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java11 * distributed under the License is distributed on an "AS IS" BASIS,
345 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
373 public void setRadioPower(boolean on, Message response) { argument
/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,
H A Dh264bsdWriteMacroblock.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/java/android/media/
H A DAudioSystem.java11 * distributed under the License is distributed on an "AS IS" BASIS,
47 /* @hide The audio stream for phone calls when connected on bluetooth */
65 * Sets the microphone mute on or off.
67 * @param on set <var>true</var> to mute the microphone;
71 public static native int muteMicrophone(boolean on); argument
74 * Checks whether the microphone mute is on or off.
109 * return true if any track playing on this stream is active.
173 // Calling a method on AudioFlinger here makes sure that we bind to IAudioFlinger
175 // media_server process death if no other method is called on AudioSystem that reaches
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java11 * distributed under the License is distributed on an "AS IS" BASIS,
61 * on behalf of {@link WifiDisplayAdapter}.
68 * The controller must be instantiated on the handler thread.
139 // The remote display that is listening on the connection.
475 Slog.i(TAG, "Stopped listening for RTSP connection on " + mRemoteDisplayInterface
635 Slog.i(TAG, "Listening for RTSP connection on " + iface
678 private void setRemoteSubmixOn(boolean on) { argument
679 if (mRemoteSubmixOn != on) {
680 mRemoteSubmixOn = on;
681 mAudioManager.setRemoteSubmixOn(on, REMOTE_SUBMIX_ADDRES
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java11 * distributed under the License is distributed on an "AS IS" BASIS,
57 * Everything this class does internally is serialized on its handler although
75 // If true, uses the electron beam on animation.
77 // actually turns on and starts showing new content after the call to set the
212 // Amount of time to delay auto-brightness after screen on while waiting for
253 // Must only be accessed on the handler thread.
277 // When the screen turns on again, we report user activity to the power manager.
280 // True if the screen on is being blocked.
283 // The elapsed real time when the screen on was blocked.
461 * negative proximity before turning the screen back on, assumin
764 setScreenOn(boolean on) argument
[all...]
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java11 * distributed under the License is distributed on an "AS IS" BASIS,
456 // bar on a tablet that has only the system bar
515 // ensure the menu button doesn't stick around on the status bar after it's been
523 // no multi-touch on the nav buttons
546 // on, we need them to come up faster so that they can catch this motion
814 if (DEBUG) Slog.d(TAG, "hiding shadows (lights on)");
1079 public void setLightsOn(boolean on) { argument
1083 on = true;
1086 Slog.v(TAG, "setLightsOn(" + on + ")");
1087 if (on) {
1259 hilite(final boolean on) argument
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_arm.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/data/fonts/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs73 optimized user experience on multiple device form factors using a single APK."
97 to present multiple UI components on large screens and a more constrained set of
98 UI components on smaller screens&mdash;essential for building a single APK for both
125 "How to save data on the device, whether it's temporary files, downloaded
150 on the device to perform advanced user tasks, such as capture a photo or view
151 an address on a map."
236 "How to leverage existing camera apps on the user's device to capture
426 "How to minimize your app's impact on the battery when performing downloads
444 Modifying Patterns Based on the Connectivity Type
489 for the user's online data, and create custom accounts on th
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
32 RADIO_ON; /* Radio is on */
114 * Fires on any RadioState transition
118 * on previous invocations of this notification. Instead, use the other
128 * Fires on any transition into RadioState.isOn()
137 * Fires on any transition out of RadioState.isAvailable()
146 * Fires on any transition into !RadioState.isAvailable()
155 * Fires on any transition into RADIO_OFF or !RadioState.isAvailable()
164 * Fires on any change in ICC status
236 * seconds on syste
987 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1036 setRadioPower(boolean on, Message response) argument
[all...]
/frameworks/support/v4/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/wilhelm/src/
H A DAndroid.mk62 # (otherwise a warning log on error results only)

Completed in 596 milliseconds

123456789