HomeSort by relevance Sort by last modified time
    Searched defs:GetDevices (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_adapter.cc 19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
21 const_cast<const BluetoothAdapter *>(this)->GetDevices();
31 BluetoothAdapter::ConstDeviceList BluetoothAdapter::GetDevices() const {
  /external/chromium_org/chrome/browser/usb/
usb_service.cc 124 void UsbService::GetDevices(std::vector<scoped_refptr<UsbDevice> >* devices) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb_impl.cc 82 Status AdbImpl::GetDevices(std::vector<std::string>* devices) {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 87 static bool GetDevices(const CLSID& catid, std::vector<Device>* out);
166 if (!GetDevices(CLSID_VideoInputDeviceCategory, devices)) {
172 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) {
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 226 GetDevices();
896 void CallClient::GetDevices() {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 136 static bool GetDevices(const CLSID& catid, std::vector<Device>* out);
386 return GetDevices(CLSID_VideoInputDeviceCategory, devices);
389 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 365 GetDevices();
    [all...]

Completed in 682 milliseconds