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 149 * @param clearing true if there is no selected RemoteControlClient and no information
152 public void onClientChange(boolean clearing);
518 boolean clearing) {
534 if (isNew || clearing) {
536 genId /*arg1*/, clearing ? 1 : 0, null /*obj*/, 0 /*delay*/);
    [all...]
MediaFocusControl.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 142 void onMusicClientIdChanged(int clientGeneration, boolean clearing, PendingIntent intent) { }
KeyguardUpdateMonitor.java 205 public boolean clearing; field in class:KeyguardUpdateMonitor.DisplayClientState
249 boolean clearing) throws RemoteException {
251 clientGeneration, (clearing ? 1 : 0), mediaIntent);
457 protected void handleSetGenerationId(int clientGeneration, boolean clearing, PendingIntent p) {
459 mDisplayClientState.clearing = clearing;
462 Log.v(TAG, "handleSetGenerationId(g=" + clientGeneration + ", clear=" + clearing + ")");
466 cb.onMusicClientIdChanged(clientGeneration, clearing, p);
    [all...]
KeyguardHostView.java 218 mTransportState = (dcs.clearing ? TRANSPORT_GONE :
271 int clientGeneration, boolean clearing, android.app.PendingIntent intent) {
273 if (DEBUGXPORT && (mClientGeneration != clientGeneration || clearing)) {
274 Log.v(TAG, (clearing ? "hide" : "show") + " transport, gen:" + clientGeneration);
277 final int newState = (clearing ? TRANSPORT_GONE
    [all...]
KeyguardTransportControlView.java 104 public void onClientChange(boolean clearing) {
105 if (clearing) {
  /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...]
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 137 boolean clearing) {
139 + " intent=" + clientMediaIntent + " clearing=" + clearing);
  /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
  /external/v8/test/mjsunit/
object-literal-gc.js 30 // Test that the clearing of object literal when normalizing objects
  /external/chromium_org/tools/page_cycler/webpagereplay/tests/
2012Q2.js 15 // Load url pairs without clearing browser data (e.g. cache) in-between.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 245 // clearing and connection clearing may not be thorough.
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 248 boolean clearing) throws RemoteException {
252 clientGeneration, (clearing ? 1 : 0), mediaIntent).sendToTarget();
291 if (DEBUG) Log.v(TAG, "New genId = " + msg.arg1 + ", clearing = " + msg.arg2);
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 91 * logging events. In either case, called after clearing the old entries,
eventsview.js 491 * logging events. In either case, called after clearing the old entries,
  /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/remoting/webapp/
remoting.js 281 * Sign the user out of Chromoting by clearing (and revoking, if possible) the
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 518 * Resets the image by forcing the garbage collection and clearing the src
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 343 // notifications center and bug 260376 is fixed, the below clearing

Completed in 560 milliseconds

1 2