Searched refs:subclass (Results 1 - 3 of 3) sorted by relevance

/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp127 for (const string& subclass : subclasses) {
129 class_name.c_str(), subclass.c_str());
/system/core/adb/
H A Dusb_osx.cpp132 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 DAndroid.mk44 # implementation, lacking only a subclass of the (abstract) KeymasterContext

Completed in 85 milliseconds