Searched defs:GetDevices (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.cc19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() { function in class:device::BluetoothAdapter
21 const_cast<const BluetoothAdapter *>(this)->GetDevices();
31 BluetoothAdapter::ConstDeviceList BluetoothAdapter::GetDevices() const { function in class:device::BluetoothAdapter
/external/chromium_org/chrome/browser/usb/
H A Dusb_service.cc124 void UsbService::GetDevices(std::vector<scoped_refptr<UsbDevice> >* devices) { function in class:UsbService
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc82 Status AdbImpl::GetDevices(std::vector<std::string>* devices) { function in class:AdbImpl
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dwin32devicemanager.cc87 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) { function in namespace:cricket
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc226 GetDevices();
896 void CallClient::GetDevices() { function in class:CallClient
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.cc136 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) { function in namespace:cricket
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc365 GetDevices();
1397 void CallClient::GetDevices() { function in class:CallClient

Completed in 199 milliseconds