Home
last modified time | relevance | path

Searched refs:IsObjectOfType (Results 1 – 2 of 2) sorted by relevance

/development/host/windows/usb/api/
Dadb_object_handle.h135 virtual bool IsObjectOfType(AdbObjectType obj_type) const;
200 if (!adb_object->IsObjectOfType(obj_class::Type())) { in LookupObject()
Dadb_object_handle.cpp140 bool AdbObjectHandle::IsObjectOfType(AdbObjectType obj_type) const { in IsObjectOfType() function in AdbObjectHandle