Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl42 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl6 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/
DITest.aidl6 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/
DITest.aidl23 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl6 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl23 int GiveMeMyCallingPid(); in GiveMeMyCallingPid() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java61 public int GiveMeMyCallingPid() { in GiveMeMyCallingPid() method in TestImpl
DJavaClientTest.java141 assertEquals(Process.myPid(), mInterface.GiveMeMyCallingPid()); in testCallingInfo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h57 ::ndk::ScopedAStatus GiveMeMyCallingPid(int32_t* _aidl_return) override { in GiveMeMyCallingPid() function
Dtest_native_aidl_client.cpp157 EXPECT_OK(iface->GiveMeMyCallingPid(&res)); in TEST_P()