Home
last modified time | relevance | path

Searched refs:GiveMeMyCallingPid (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/api/1/test_package/
DITest.aidl6 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/api/2/test_package/
DITest.aidl6 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl39 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java57 public int GiveMeMyCallingPid() { in GiveMeMyCallingPid() method in TestImpl
DJavaClientTest.java132 assertEquals(Process.myPid(), mInterface.GiveMeMyCallingPid()); in testCallingInfo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h54 ::ndk::ScopedAStatus GiveMeMyCallingPid(int32_t* _aidl_return) override { in GiveMeMyCallingPid() function
Dtest_native_aidl_client.cpp138 EXPECT_OK(iface->GiveMeMyCallingPid(&res)); in TEST_P()