Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/api/1/test_package/
DITest.aidl9 int GiveMeMyCallingPidFromOneway(); in GiveMeMyCallingPidFromOneway() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/api/2/test_package/
DITest.aidl9 int GiveMeMyCallingPidFromOneway(); in GiveMeMyCallingPidFromOneway() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl44 int GiveMeMyCallingPidFromOneway(); in GiveMeMyCallingPidFromOneway() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java89 public int GiveMeMyCallingPidFromOneway() { in GiveMeMyCallingPidFromOneway() method in TestImpl
DJavaClientTest.java137 assertEquals(0, mInterface.GiveMeMyCallingPidFromOneway()); in testCallingInfo()
139 assertEquals(Process.myPid(), mInterface.GiveMeMyCallingPidFromOneway()); in testCallingInfo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h80 ::ndk::ScopedAStatus GiveMeMyCallingPidFromOneway( in GiveMeMyCallingPidFromOneway() function
Dtest_native_aidl_client.cpp144 EXPECT_OK(iface->GiveMeMyCallingPidFromOneway(&res)); in TEST_P()