Searched refs:on (Results 226 - 250 of 268) sorted by relevance

1234567891011

/frameworks/wilhelm/src/
H A DAndroid.mk62 # (otherwise a warning log on error results only)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_polyphase_filter_window_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_mdct_18_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_chroma_hor.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_chroma_hor_ver.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_chroma_ver.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_hor_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_ver_half.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_ver_quarter.s10 ; 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,
51 /* @hide The audio stream for phone calls when connected on bluetooth */
69 * Sets the microphone mute on or off.
71 * @param on set <var>true</var> to mute the microphone;
75 public static native int muteMicrophone(boolean on); argument
78 * Checks whether the microphone mute is on or off.
116 * return true if any track playing on this stream is active.
121 * Checks whether the specified stream type is active on a remotely connected device. The notion
124 * return true if any track playing on this stream is active on
[all...]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
105 // Bluetooth persisted setting is on
108 // Bluetooth persisted setting is on
257 * Returns true if airplane mode is currently on
265 * Returns true if the Bluetooth saved state is "on"
281 * Save the Bluetooth on/off state
712 Log.e(TAG, "Unable to call onBluetoothStateChange() on callback #" + i , e);
730 Log.e(TAG, "Unable to call onBluetoothServiceUp() on callback #" + i, e);
748 Log.e(TAG, "Unable to call onBluetoothServiceDown() on callback #" + i, e);
1418 * if on i
1422 waitForOnOff(boolean on, boolean off) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java11 * distributed under the License is distributed on an "AS IS" BASIS,
450 * ar.exception carries exception on failure
480 * ar.exception carries exception on failure
492 * ar.exception carries exception on failure
494 * ar.result is null on success and failure
496 * CLIR_DEFAULT == on "use subscription default value"
497 * CLIR_SUPPRESSION == on "CLIR suppression" (allow CLI presentation)
498 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
510 * ar.exception carries exception on failure
512 * ar.result is null on succes
984 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1107 setRadioPower(boolean on, Message result) argument
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
107 // Touch devices get dibs on touch-related axes.
506 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { argument
509 setLedStateLocked(device, led, on);
512 void EventHub::setLedStateLocked(Device* device, int32_t led, bool on) { argument
520 ev.value = on ? 1 : 0;
578 // built-in so we need to rely on other information to uniquely identify
579 // the input device. Usually we try to avoid relying on the device name or
641 ALOGW("Could not start force feedback effect on device %s due to error %d.",
663 ALOGW("Could not stop force feedback effect on devic
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h11 * distributed under the License is distributed on an "AS IS" BASIS,
452 // volume curve for non-media audio on ext media outputs (HDMI, Line, etc)
454 // volume curve for media strategy on speakers
457 // volume curve for sonification strategy on speakers
574 int mSession; // audio session the effect is on
644 // Mute or unmute all streams handled by the specified strategy on the specified output
646 bool on,
651 // Mute or unmute the stream on the specified output
653 bool on,
705 // selects the most appropriate device on outpu
[all...]
/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl12 ** distributed under the License is distributed on an "AS IS" BASIS,
176 void setMasterVolumeMuted(in ComponentName admin, boolean on);
H A DDevicePolicyManager.java11 * distributed under the License is distributed on an "AS IS" BASIS,
65 * Public interface for managing policies enforced on a device. Most clients of this class must be
127 * to itself on the managed profile when provisioning completes. The mobile device management
199 * A Long extra holding the wall clock time (in milliseconds) to be set on the device's
403 * to remotely control restrictions on the user.
1389 * entire device, not for individual accounts) on the user. This takes
1671 * Activity action: begin the process of encrypting data on the device. This activity should
1674 * to check encryption status. However, on some devices this activity may never return, as
1692 * Disable the camera on secure keyguard screens (e.g. PIN/Pattern/Password)
1697 * Disable showing all notifications on secur
3432 setMasterVolumeMuted(ComponentName admin, boolean on) argument
[all...]
/frameworks/support/v4/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
82 * functions on the device.
196 // go negative before turning the screen on.
222 // is actually on or actually off or whatever was requested.
232 // The suspend blocker used to keep the CPU alive when the display is on, the
234 // must be on).
243 // True if boot completed occurred. We keep the screen on until this happens.
286 // True if dreams are supported on this device.
292 // Default value for dreams activate-on-sleep
295 // Default value for dreams activate-on
2242 setAttentionLightInternal(boolean on, int color) argument
3174 setAttentionLight(boolean on, int color) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java11 * distributed under the License is distributed on an "AS IS" BASIS,
145 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL
303 * Get current signal strength. No change notification available on this
408 * Notifies when out-band on-hold tone is needed.<p>
413 * AsyncResult.result = boolean, true to start play on-hold tone
419 * Unregisters for on-hold tone notification.
682 * Answers a ringing or waiting call. Active calls, if any, go on hold.
704 * Places any active calls on hold, and makes any held calls
869 * see 3GPP 20.030, section 6.5.5.1 for specs on the allowed MMI commands.
878 * Play a DTMF tone on th
912 sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) argument
[all...]
H A DPhoneProxy.java12 * distributed under the License is distributed on an "AS IS" BASIS,
123 logd("Unexpected exception on EVENT_RIL_CONNECTED");
312 // phone on which they perform hierarchical funcs: phone.getA().getB()
1155 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ argument
1156 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DRIL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
172 // use a random so that on recovery we probably don't mix old requests
425 * @return Length of message less header, or -1 on end of stream.
584 // Clear request list on close
1253 sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1258 rr.mParcel.writeString(Integer.toString(on));
1511 setRadioPower(boolean on, Message result) { argument
1515 rr.mParcel.writeInt(on ? 1 : 0);
1519 + (on ? " on"
2230 sendScreenState(boolean on) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java11 * distributed under the License is distributed on an "AS IS" BASIS,
199 // additional instrumentation for testing purposes; intended to be left on during development
412 Log.d(TAG, "dismissing any existing heads up notification on disable event");
527 // emits visibility events via NoMan on changes.
1225 // this will allow the navbar to run in an overlay on devices that support this
1966 // Make it disappear faster, as the focus should be on the activity behind.
2459 // Close any "App info" popups that might have snuck on-screen
2761 public void setLightsOn(boolean on) { argument
2762 Log.v(TAG, "setLightsOn(" + on + ")");
2763 if (on) {
4270 fireNotificationLight(boolean on) argument
[all...]

Completed in 516 milliseconds

1234567891011