Home
last modified time | relevance | path

Searched defs:CacheCallingInfoFromOneway (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl52 oneway void CacheCallingInfoFromOneway(); in CacheCallingInfoFromOneway() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java87 public void CacheCallingInfoFromOneway() { in CacheCallingInfoFromOneway() method in TestImpl
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h82 ::ndk::ScopedAStatus CacheCallingInfoFromOneway() override { in CacheCallingInfoFromOneway() function