Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl46 oneway void CacheCallingInfoFromOneway(); in CacheCallingInfoFromOneway() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl8 oneway void CacheCallingInfoFromOneway(); in CacheCallingInfoFromOneway() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/
DITest.aidl8 oneway void CacheCallingInfoFromOneway(); in CacheCallingInfoFromOneway() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/
DITest.aidl25 oneway void CacheCallingInfoFromOneway(); in CacheCallingInfoFromOneway() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl8 oneway void CacheCallingInfoFromOneway(); in CacheCallingInfoFromOneway() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl25 oneway void CacheCallingInfoFromOneway(); in CacheCallingInfoFromOneway() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java86 public void CacheCallingInfoFromOneway() { in CacheCallingInfoFromOneway() method in TestImpl
DJavaClientTest.java139 mInterface.CacheCallingInfoFromOneway(); in testCallingInfo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h74 ::ndk::ScopedAStatus CacheCallingInfoFromOneway() override { in CacheCallingInfoFromOneway() function
Dtest_native_aidl_client.cpp154 EXPECT_OK(iface->CacheCallingInfoFromOneway()); in TEST_P()