Home
last modified time | relevance | path

Searched defs:TestOneway (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl72 oneway void TestOneway(); in TestOneway() method
/system/tools/aidl/tests/rust/
Dtest_service.rs128 fn TestOneway(&self) -> binder::Result<()> { in TestOneway() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs17 fn TestOneway(&self) -> binder::public_api::Result<()>; in TestOneway() method
80 fn TestOneway(&self) -> binder::public_api::Result<()> { in TestOneway() method
231 pub const TestOneway: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 2; constant
394 fn TestOneway(&self) -> binder::public_api::Result<()> { in TestOneway() method
1251 fn TestOneway(&self) -> binder::public_api::Result<()> { self.0.TestOneway() } in TestOneway() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java105 public void TestOneway() throws RemoteException { in TestOneway() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp115 ::android::binder::Status BpTestService::TestOneway() { in TestOneway() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1092 ::ndk::ScopedAStatus BpTestService::TestOneway() { in TestOneway() function in aidl::android::aidl::tests::BpTestService
3226 ::ndk::ScopedAStatus ITestServiceDefault::TestOneway() { in TestOneway() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java32 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Default
1016 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Stub.Proxy
2434 public void TestOneway() throws android.os.RemoteException; in TestOneway() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h175 ::android::binder::Status TestOneway() override { in TestOneway() function
/system/tools/aidl/tests/
Daidl_test_service.cpp299 Status TestOneway() override { return Status::fromStatusT(android::UNKNOWN_ERROR); } in TestOneway() function in __anonee08dd980111::NativeService