HomeSort by relevance Sort by last modified time
    Searched refs:rcd (Results 1 - 13 of 13) sorted by null

  /frameworks/base/media/java/android/media/
IRemoteControlClient.aidl 46 * @param rcd the display to which current info should be sent
48 void informationRequestForDisplay(IRemoteControlDisplay rcd, int w, int h);
55 void plugRemoteControlDisplay(IRemoteControlDisplay rcd, int w, int h);
56 void unplugRemoteControlDisplay(IRemoteControlDisplay rcd);
57 void setBitmapSizeForDisplay(IRemoteControlDisplay rcd, int w, int h);
58 void setWantsSyncForDisplay(IRemoteControlDisplay rcd, boolean wantsSync);
59 void enableRemoteControlDisplay(IRemoteControlDisplay rcd, boolean enabled);
RemoteControlClient.java     [all...]
IAudioService.aidl 142 * @param rcd the IRemoteControlDisplay to register. No effect if null.
148 boolean registerRemoteControlDisplay(in IRemoteControlDisplay rcd, int w, int h);
156 boolean registerRemoteController(in IRemoteControlDisplay rcd, int w, int h,
162 * @param rcd the IRemoteControlDisplay to unregister. No effect if null.
164 oneway void unregisterRemoteControlDisplay(in IRemoteControlDisplay rcd);
167 * @param rcd the IRemoteControlDisplay with the new artwork size requirement
173 oneway void remoteControlDisplayUsesBitmapSize(in IRemoteControlDisplay rcd, int w, int h);
179 * @param rcd the IRemoteControlDisplay for which the anti-drift mechanism will be enabled
186 oneway void remoteControlDisplayWantsPlaybackPositionSync(in IRemoteControlDisplay rcd,
MediaFocusControl.java 175 if (DEBUG_RC) { Log.d(TAG, "ok to register Rcd: has MEDIA_CONTENT_CONTROL permission");}
203 if (DEBUG_RC) { Log.d(TAG, "not ok to register RCD, " + listenerComp +
213 protected boolean registerRemoteController(IRemoteControlDisplay rcd, int w, int h,
217 registerRemoteControlDisplay_int(rcd, w, h, listenerComp);
227 protected boolean registerRemoteControlDisplay(IRemoteControlDisplay rcd, int w, int h) {
230 registerRemoteControlDisplay_int(rcd, w, h, null);
255 // check whether the "enable" status of each RCD with a notification listener
273 // tell the RCD whether it's enabled
275 // tell the RCCs about the change for this RCD
286 Log.e(TAG, "Error en/disabling RCD: ", e)
    [all...]
AudioManager.java     [all...]
AudioService.java     [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-examples.cpp 9 // CHECK: VarDecl{{.*}}rcd 'const double &'
11 const double &rcd = d; local
p5-0x.cpp 95 const double& rcd = d; member in namespace:std_example_1
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable.cc 20 namespace rcd = net::registry_controlled_domains;
128 size_t registry_length = rcd::GetRegistryLength(
132 rcd::INCLUDE_UNKNOWN_REGISTRIES,
135 rcd::INCLUDE_PRIVATE_REGISTRIES);
  /external/clang/test/SemaCXX/
references.cpp 37 const double& rcd = d; // rcd refers to d local
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set.cc 392 // current best RCD.
406 // If the host has an RCD, split it off so we can detect duplicates.
407 std::string rcd; local
413 if (include_rcd) // else leave rcd empty
414 rcd = host.substr(host.size() - reg_len);
424 // If this host was found, replace the RCD if this one is better.
426 if (include_rcd && RcdBetterThan(rcd, it->second))
427 it->second = rcd;
429 hosts_best_rcd.push_back(std::make_pair(host, rcd));
  /external/chromium/chrome/common/extensions/
extension.cc 562 // current best RCD.
572 // If the host has an RCD, split it off so we can detect duplicates.
573 std::string rcd; local
577 if (include_rcd) // else leave rcd empty
578 rcd = host.substr(host.size() - reg_len);
588 // If this host was found, replace the RCD if this one is better.
590 if (include_rcd && RcdBetterThan(rcd, it->second))
591 it->second = rcd;
593 hosts_best_rcd.push_back(std::make_pair(host, rcd));
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 443 milliseconds