Searched refs:AIBinder_isRemote (Results 1 – 8 of 8) sorted by relevance
44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_isRemote);153 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_isRemote); in init_stub_library()
18 AIBinder_isRemote;
416 bool AIBinder_isRemote(const AIBinder* binder) { in AIBinder_isRemote() function
253 bool AIBinder_isRemote(const AIBinder* binder) __INTRODUCED_IN(29);
159 if (AIBinder_isRemote(binder)) { in getService()
217 EXPECT_TRUE(AIBinder_isRemote(binder)); in TEST()
202 bool isRemote() override { return AIBinder_isRemote(mBinder.get()); } in isRemote()