OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdbObjectType
(Results
1 - 6
of
6
) sorted by null
/development/host/windows/usb/api/
adb_object_handle.h
30
enum
AdbObjectType
{
80
@param[in] obj_type Object type from
AdbObjectType
enum
82
explicit AdbObjectHandle(
AdbObjectType
obj_type);
132
@param[in] obj_type One of the
AdbObjectType
types to check
135
virtual bool IsObjectOfType(
AdbObjectType
obj_type) const;
163
AdbObjectType
object_type() const {
178
AdbObjectType
object_type_;
adb_interface_enum.h
86
static
AdbObjectType
Type() {
adb_io_completion.h
118
static
AdbObjectType
Type() {
adb_interface.h
168
static
AdbObjectType
Type() {
adb_object_handle.cpp
36
AdbObjectHandle::AdbObjectHandle(
AdbObjectType
obj_type)
140
bool AdbObjectHandle::IsObjectOfType(
AdbObjectType
obj_type) const {
adb_endpoint_object.h
187
static
AdbObjectType
Type() {
Completed in 185 milliseconds