OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDeviceConfigured
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/legacy/driver/
android_usb_device_object.h
473
__forceinline bool
IsDeviceConfigured
() const {
479
ASSERT(
IsDeviceConfigured
());
480
return
IsDeviceConfigured
() ? configuration_descriptor()->bNumInterfaces : 0;
android_usb_device_object.cpp
883
ASSERT(
IsDeviceConfigured
());
884
if (!
IsDeviceConfigured
())
[
all
...]
Completed in 20 milliseconds