Searched refs:interfacesEqual (Results 1 - 4 of 4) sorted by relevance

/system/hwservicemanager/
H A DHidlService.cpp59 using ::android::hardware::interfacesEqual;
64 if (interfacesEqual(*it, listener.promote())) {
H A DServiceManager.cpp135 using ::android::hardware::interfacesEqual;
140 if (interfacesEqual(*it, who.promote())) {
152 using ::android::hardware::interfacesEqual;
468 using ::android::hardware::interfacesEqual;
476 if (interfacesEqual(service->getService(), who.promote())) {
/system/libhidl/transport/include/hidl/
H A DHidlTransportSupport.h66 bool interfacesEqual(sp<ILeft> left, sp<IRight> right) { function in namespace:android::hardware
/system/tools/hidl/test/
H A Dhidl_test_client.cpp761 using android::hardware::interfacesEqual;
771 EXPECT_TRUE(interfacesEqual(manager, retManager));

Completed in 87 milliseconds