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 144 * @param rcd the IRemoteControlDisplay to register. No effect if null.
150 boolean registerRemoteControlDisplay(in IRemoteControlDisplay rcd, int w, int h);
158 boolean registerRemoteController(in IRemoteControlDisplay rcd, int w, int h,
164 * @param rcd the IRemoteControlDisplay to unregister. No effect if null.
166 oneway void unregisterRemoteControlDisplay(in IRemoteControlDisplay rcd);
169 * @param rcd the IRemoteControlDisplay with the new artwork size requirement
175 oneway void remoteControlDisplayUsesBitmapSize(in IRemoteControlDisplay rcd, int w, int h);
181 * @param rcd the IRemoteControlDisplay for which the anti-drift mechanism will be enabled
188 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/permissions/
permission_message_util.cc 101 // current best RCD.
115 // If the host has an RCD, split it off so we can detect duplicates.
116 std::string rcd; local
122 if (include_rcd) // else leave rcd empty
123 rcd = host.substr(host.size() - reg_len);
133 // If this host was found, replace the RCD if this one is better.
135 if (include_rcd && RcdBetterThan(rcd, it->second))
136 it->second = rcd;
138 hosts_best_rcd.push_back(std::make_pair(host, rcd));
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable.cc 20 namespace rcd = net::registry_controlled_domains;
127 size_t registry_length = rcd::GetRegistryLength(
131 rcd::INCLUDE_UNKNOWN_REGISTRIES,
134 rcd::INCLUDE_PRIVATE_REGISTRIES);
  /external/clang/test/SemaCXX/
references.cpp 37 const double& rcd = d; // rcd refers to d local
  /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 442 milliseconds