Searched refs:AdbObjectType (Results 1 - 6 of 6) sorted by relevance

/development/host/windows/usb/api/
H A Dadb_object_handle.h30 enum AdbObjectType { enum
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_;
H A Dadb_interface_enum.h86 static AdbObjectType Type() {
H A Dadb_io_completion.h118 static AdbObjectType Type() {
H A Dadb_object_handle.cpp36 AdbObjectHandle::AdbObjectHandle(AdbObjectType obj_type)
140 bool AdbObjectHandle::IsObjectOfType(AdbObjectType obj_type) const {
H A Dadb_endpoint_object.h187 static AdbObjectType Type() {
H A Dadb_interface.h168 static AdbObjectType Type() {

Completed in 219 milliseconds