Searched refs:AIBinder_isRemote (Results 1 – 6 of 6) sorted by relevance
18 AIBinder_isRemote;
359 bool AIBinder_isRemote(const AIBinder* binder) { in AIBinder_isRemote() function
238 bool AIBinder_isRemote(const AIBinder* binder) __INTRODUCED_IN(29);
178 bool isRemote() override { return AIBinder_isRemote(mBinder.get()); } in isRemote()
159 if (AIBinder_isRemote(binder)) { in getService()
103 EXPECT_TRUE(AIBinder_isRemote(binder)); in TEST()