Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl53 int GiveMeMyCallingPidFromOneway(); in GiveMeMyCallingPidFromOneway() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java94 public int GiveMeMyCallingPidFromOneway() { in GiveMeMyCallingPidFromOneway() method in TestImpl
DJavaClientTest.java162 assertEquals(0, mInterface.GiveMeMyCallingPidFromOneway()); in testCallingInfo()
164 assertEquals(Process.myPid(), mInterface.GiveMeMyCallingPidFromOneway()); in testCallingInfo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h91 ::ndk::ScopedAStatus GiveMeMyCallingPidFromOneway( in GiveMeMyCallingPidFromOneway() function
Dtest_native_aidl_client.cpp205 EXPECT_OK(iface->GiveMeMyCallingPidFromOneway(&res)); in TEST_P()