Searched refs:AIBinder_lt (Results 1 – 8 of 8) sorted by relevance
788 bool AIBinder_lt(const AIBinder* lhs, const AIBinder* rhs) __INTRODUCED_IN(31);
175 let less_than = unsafe { sys::AIBinder_lt(self.0.as_ptr(), other.0.as_ptr()) }; in cmp()179 let greater_than = unsafe { sys::AIBinder_lt(other.0.as_ptr(), self.0.as_ptr()) }; in cmp()
57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_lt);246 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_lt); in init_stub_library()
311 return !AIBinder_lt(b1.get(), b2.get()) && !AIBinder_lt(b2.get(), b1.get()); in areBindersEqual()
137 AIBinder_lt;
363 bool AIBinder_lt(const AIBinder* lhs, const AIBinder* rhs) { in AIBinder_lt() function