Searched defs:TestOneway (Results 1 – 9 of 9) sorted by relevance
72 oneway void TestOneway(); in TestOneway() method
128 fn TestOneway(&self) -> binder::Result<()> { in TestOneway() method
17 fn TestOneway(&self) -> binder::public_api::Result<()>; in TestOneway() method80 fn TestOneway(&self) -> binder::public_api::Result<()> { in TestOneway() method231 pub const TestOneway: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 2; constant394 fn TestOneway(&self) -> binder::public_api::Result<()> { in TestOneway() method1251 fn TestOneway(&self) -> binder::public_api::Result<()> { self.0.TestOneway() } in TestOneway() method
105 public void TestOneway() throws RemoteException { in TestOneway() method in TestServiceServer
115 ::android::binder::Status BpTestService::TestOneway() { in TestOneway() function in android::aidl::tests::BpTestService
1092 ::ndk::ScopedAStatus BpTestService::TestOneway() { in TestOneway() function in aidl::android::aidl::tests::BpTestService3226 ::ndk::ScopedAStatus ITestServiceDefault::TestOneway() { in TestOneway() function in aidl::android::aidl::tests::ITestServiceDefault
32 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Default1016 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Stub.Proxy2434 public void TestOneway() throws android.os.RemoteException; in TestOneway() method
175 ::android::binder::Status TestOneway() override { in TestOneway() function
299 Status TestOneway() override { return Status::fromStatusT(android::UNKNOWN_ERROR); } in TestOneway() function in __anonee08dd980111::NativeService