HomeSort by relevance Sort by last modified time
    Searched refs:clearing (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/media/java/android/media/
IRemoteControlDisplay.aidl 37 * @param clearing true if the new client generation value maps to a remote control update
41 boolean clearing);
RemoteController.java 164 * @param clearing true if there is no selected RemoteControlClient and no information
167 public void onClientChange(boolean clearing);
555 boolean clearing) {
571 if (isNew || clearing) {
573 genId /*arg1*/, clearing ? 1 : 0, null /*obj*/, 0 /*delay*/);
    [all...]
MediaFocusControl.java     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 6 * This class wraps the popup's form, and performs the proper clearing of data
102 * state of `timeframe_` in order to pull a timeframe, then calls the clearing
111 this.button_.innerText = 'Clearing...';
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.h 58 bool clearing; member in struct:vl_compositor_layer
vl_compositor.c 689 if (dirty && layer->clearing) {
779 s->layers[i].clearing = i ? false : true;
846 s->layers[layer].clearing = is_clearing;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 58 bool clearing; member in struct:vl_compositor_layer
vl_compositor.c 689 if (dirty && layer->clearing) {
779 s->layers[i].clearing = i ? false : true;
846 s->layers[layer].clearing = is_clearing;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 74 console.error('Error clearing rules: ' + chrome.runtime.lastError);
  /external/chromium_org/v8/test/mjsunit/
object-literal-gc.js 30 // Test that the clearing of object literal when normalizing objects
getters-on-elements.js 36 // function due to leftover map clearing work that results in deoptimizing
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 103 public void onClientChange(boolean clearing) {
104 if (clearing) {
KeyguardHostView.java 188 mTransportState = (dcs.clearing ? TRANSPORT_GONE :
    [all...]
KeyguardUpdateMonitor.java 424 public boolean clearing; field in class:KeyguardUpdateMonitor.DisplayClientState
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 210 public void onClientChange(boolean clearing) {
214 0, (clearing ? 1 : 0), null).sendToTarget();
278 if (DEBUG) Log.v(TAG, "New genId = " + msg.arg1 + ", clearing = " + msg.arg2);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 234 // Only adding new entries to the model is supported (or clearing).
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 334 * Tracks disk cache read or write rate. Doesn't include clearing, opening,
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
exc.pxd 23 # handling the error and clearing the exception or returning after
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 359 * Updates our sign in state by clearing the view is not signed in or sending
  /external/chromium_org/extensions/renderer/resources/
web_view.js 506 // Once we have navigated, we don't allow clearing the src attribute.
  /external/chromium_org/remoting/webapp/
remoting.js 374 * Sign the user out of Chromoting by clearing (and revoking, if possible) the
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 512 * Resets the image by forcing the garbage collection and clearing the src
  /external/iproute2/doc/
api-ip6-flowlabels.tex 125 but I still think that they are right: clearing all the address
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_horz_w16out.s 123 bic r14, #1 @ clearing bit[0], so that it goes back to mode
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 387 * @param {boolean=} opt_announce True to announce the clearing.
    [all...]

Completed in 889 milliseconds

1 2