HomeSort by relevance Sort by last modified time
    Searched refs:rcd (Results 1 - 11 of 11) 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);
IAudioService.aidl 132 * @param rcd the IRemoteControlDisplay to register. No effect if null.
138 boolean registerRemoteControlDisplay(in IRemoteControlDisplay rcd, int w, int h);
146 boolean registerRemoteController(in IRemoteControlDisplay rcd, int w, int h,
152 * @param rcd the IRemoteControlDisplay to unregister. No effect if null.
154 oneway void unregisterRemoteControlDisplay(in IRemoteControlDisplay rcd);
157 * @param rcd the IRemoteControlDisplay with the new artwork size requirement
163 oneway void remoteControlDisplayUsesBitmapSize(in IRemoteControlDisplay rcd, int w, int h);
169 * @param rcd the IRemoteControlDisplay for which the anti-drift mechanism will be enabled
176 oneway void remoteControlDisplayWantsPlaybackPositionSync(in IRemoteControlDisplay rcd,
MediaFocusControl.java 167 if (DEBUG_RC) { Log.d(TAG, "ok to register Rcd: has MEDIA_CONTENT_CONTROL permission");}
195 if (DEBUG_RC) { Log.d(TAG, "not ok to register RCD, " + listenerComp +
205 protected boolean registerRemoteController(IRemoteControlDisplay rcd, int w, int h,
209 registerRemoteControlDisplay_int(rcd, w, h, listenerComp);
219 protected boolean registerRemoteControlDisplay(IRemoteControlDisplay rcd, int w, int h) {
222 registerRemoteControlDisplay_int(rcd, w, h, null);
247 // check whether the "enable" status of each RCD with a notification listener
265 // tell the RCD whether it's enabled
267 // tell the RCCs about the change for this RCD
278 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/extensions/common/permissions/
permission_message_util.cc 99 // current best RCD.
114 // If the host has an RCD, split it off so we can detect duplicates.
115 std::string rcd; local
121 if (include_rcd) // else leave rcd empty
122 rcd = host.substr(host.size() - reg_len);
132 // If this host was found, replace the RCD if this one is better.
134 if (include_rcd && RcdBetterThan(rcd, it->second))
135 it->second = rcd;
137 hosts_best_rcd.push_back(std::make_pair(host, rcd));
  /external/chromium_org/extensions/common/manifest_handlers/
externally_connectable.cc 20 namespace rcd = net::registry_controlled_domains;
130 size_t registry_length = rcd::GetRegistryLength(
134 rcd::INCLUDE_UNKNOWN_REGISTRIES,
137 rcd::INCLUDE_PRIVATE_REGISTRIES);
  /external/clang/test/SemaCXX/
references.cpp 37 const double& rcd = d; // rcd refers to d local
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 209 milliseconds