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

  /frameworks/base/media/java/android/media/
IRemoteControlClient.aidl 49 void plugRemoteControlDisplay(IRemoteControlDisplay rcd);
50 void unplugRemoteControlDisplay(IRemoteControlDisplay rcd);
IAudioService.aidl 97 oneway void registerRemoteControlDisplay(in IRemoteControlDisplay rcd);
98 oneway void unregisterRemoteControlDisplay(in IRemoteControlDisplay rcd);
99 oneway void remoteControlDisplayUsesBitmapSize(in IRemoteControlDisplay rcd, int w, int h);
RemoteControlClient.java 660 public void plugRemoteControlDisplay(IRemoteControlDisplay rcd) {
664 MSG_PLUG_DISPLAY, rcd));
668 public void unplugRemoteControlDisplay(IRemoteControlDisplay rcd) {
672 MSG_UNPLUG_DISPLAY, rcd));
    [all...]
AudioManager.java     [all...]
AudioService.java     [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-examples.cpp 9 // CHECK: const double &rcd =
11 const double &rcd = d; local
p5-0x.cpp 95 const double& rcd = d; member in namespace:std_example_1
  /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...]

Completed in 438 milliseconds