Searched refs:subclass (Results 1 - 3 of 3) sorted by relevance
/system/tools/aidl/tests/ |
H A D | fake_io_delegate.cpp | 127 for (const string& subclass : subclasses) { 129 class_name.c_str(), subclass.c_str());
|
/system/core/adb/ |
H A D | usb_osx.cpp | 132 UInt8 if_class, subclass, protocol; local 163 kr = (*iface)->GetInterfaceSubClass(iface, &subclass); 165 if(if_class != ADB_CLASS || subclass != ADB_SUBCLASS || protocol != ADB_PROTOCOL) { 167 LOG(DEBUG) << "Ignoring interface with incorrect class/subclass/protocol - " << if_class 168 << ", " << subclass << ", " << protocol; 309 //* subclass+protocol events 333 //* Get interface class, subclass and protocol 337 LOG(ERROR) << "Unable to get interface class, subclass and protocol"; 341 //* check to make sure interface class, subclass and protocol match ADB
|
/system/keymaster/ |
H A D | Android.mk | 44 # implementation, lacking only a subclass of the (abstract) KeymasterContext
|
Completed in 85 milliseconds