Searched refs:GiveMeMyCallingPid (Results 1 – 5 of 5) sorted by relevance
48 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
62 public int GiveMeMyCallingPid() { in GiveMeMyCallingPid() method in TestImpl
157 assertEquals(Process.myPid(), mInterface.GiveMeMyCallingPid()); in testCallingInfo()
65 ::ndk::ScopedAStatus GiveMeMyCallingPid(int32_t* _aidl_return) override { in GiveMeMyCallingPid() function
199 EXPECT_OK(iface->GiveMeMyCallingPid(&res)); in TEST_P()