HomeSort by relevance Sort by last modified time
    Searched defs:interfacesEqual (Results 1 - 3 of 3) sorted by null

  /system/libhidl/transport/include/hidl/
HidlTransportSupport.h 91 bool interfacesEqual(sp<ILeft> left, sp<IRight> right) {
  /frameworks/base/core/java/android/os/
HidlSupport.java 191 * interfacesEqual function.
197 * optionally override it, and {@code interfacesEqual} will use it here.
201 public static boolean interfacesEqual(IHwInterface lft, Object rgt) {
  /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java 120 // .equals and HidlSupport.interfacesEqual should have the same behavior.
124 ExpectTrue(HidlSupport.interfacesEqual(l, r));
125 ExpectTrue(HidlSupport.interfacesEqual(r, l));
130 ExpectFalse(HidlSupport.interfacesEqual(l, r));
131 ExpectFalse(HidlSupport.interfacesEqual(r, l));
776 // HidlSupport.interfacesEqual use overridden .equals for stubs
800 ExpectTrue(HidlSupport.interfacesEqual(baz, swi_back.dummy));
    [all...]

Completed in 231 milliseconds