OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListInterfaces
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/usb/
usb_device.cc
106
scoped_refptr<UsbConfigDescriptor> interfaces =
ListInterfaces
();
132
scoped_refptr<UsbConfigDescriptor> UsbDevice::
ListInterfaces
() {
usb_device.h
56
virtual scoped_refptr<UsbConfigDescriptor>
ListInterfaces
();
/external/chromium_org/chrome/browser/extensions/api/usb/
usb_apitest.cc
83
MOCK_METHOD0(
ListInterfaces
, scoped_refptr<UsbConfigDescriptor>());
125
IN_PROC_BROWSER_TEST_F(UsbApiTest,
ListInterfaces
) {
126
EXPECT_CALL(*mock_device_.get(),
ListInterfaces
())
usb_api.cc
30
namespace
ListInterfaces
= usb::
ListInterfaces
;
738
parameters_ =
ListInterfaces
::Params::Create(*args_);
749
device_handle->device()->
ListInterfaces
();
[
all
...]
usb_api.h
145
DECLARE_EXTENSION_FUNCTION("usb.
listInterfaces
", USB_LISTINTERFACES)
167
scoped_ptr<extensions::api::usb::
ListInterfaces
::Params> parameters_;
/external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc
191
scoped_refptr<UsbConfigDescriptor> config = device->
ListInterfaces
();
214
scoped_refptr<UsbConfigDescriptor> config = (*it)->
ListInterfaces
();
270
scoped_refptr<UsbConfigDescriptor> config = (*it)->
ListInterfaces
();
Completed in 111 milliseconds