OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDevices
(Results
1 - 8
of
8
) 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
100
void UsbService::
GetDevices
(std::vector<scoped_refptr<UsbDevice> >* devices) {
/external/chromium_org/build/android/pylib/device/
adb_wrapper.py
143
def
GetDevices
(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES):
/external/chromium_org/chrome/test/chromedriver/chrome/
adb_impl.cc
83
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 182 milliseconds