Home
last modified time | relevance | path

Searched refs:AIBinder_lt (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_lt);
196 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_lt); in init_stub_library()
Dstubs_arm64.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_lt);
196 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_lt); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt137 AIBinder_lt;
Dibinder.cpp328 bool AIBinder_lt(const AIBinder* lhs, const AIBinder* rhs) { in AIBinder_lt() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h762 bool AIBinder_lt(const AIBinder* lhs, const AIBinder* rhs) __INTRODUCED_IN(31);
/frameworks/native/libs/binder/rust/src/
Dproxy.rs181 sys::AIBinder_lt(self.0.as_ptr(), other.0.as_ptr()) in cmp()
187 sys::AIBinder_lt(other.0.as_ptr(), self.0.as_ptr()) in cmp()