Home
last modified time | relevance | path

Searched refs:TakesANullableIBinder (Results 1 – 14 of 14) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp151 auto status = service->TakesANullableIBinder(nullptr); in TEST_F()
165 auto status = service->TakesANullableIBinder(input); in TEST_F()
Daidl_test_service.cpp505 Status TakesANullableIBinder(const sp<IBinder>& input) { in TakesANullableIBinder() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl126 void TakesANullableIBinder(in @nullable IBinder input); in TakesANullableIBinder() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs54 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method
191 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method
268 pub const TakesANullableIBinder: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 39; constant
1043 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method
1044 …let _aidl_reply = self.binder.transact(transactions::TakesANullableIBinder, binder::FLAG_CLEAR_BUF… in TakesANullableIBinder()
1051 return _aidl_default_impl.TakesANullableIBinder(_arg_input); in TakesANullableIBinder()
1288 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method
1799 transactions::TakesANullableIBinder => { in on_transact()
1801 let _aidl_return = _aidl_service.TakesANullableIBinder(_arg_input.as_ref()); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_client.rs438 assert_eq!(service.TakesANullableIBinder(None), Ok(())); in test_binder()
439 assert_eq!(service.TakesANullableIBinder(Some(&binder)), Ok(())); in test_binder()
Dtest_service.rs223 fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h55 ::ndk::ScopedAStatus TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) override;
DITestService.h204 virtual ::ndk::ScopedAStatus TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) = 0;
260 ::ndk::ScopedAStatus TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h57 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& input) ov…
DITestService.h150 …virtual ::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& i…
286 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>&) override… in TakesANullableIBinder() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java183 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Default
799 this.TakesANullableIBinder(_arg0); in onTransact()
1971 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Stub.Proxy
1981 getDefaultImpl().TakesANullableIBinder(input); in TakesANullableIBinder()
2477 public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteException; in TakesANullableIBinder() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java345 public void TakesANullableIBinder(IBinder input) throws RemoteException { in TakesANullableIBinder() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp799 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->TakesANullableIBinder(in_input); in _aidl_onTransact()
2671 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) { in TakesANullableIBinder() function in aidl::android::aidl::tests::BpTestService
2695 _aidl_status = ITestService::getDefaultImpl()->TakesANullableIBinder(in_input); in TakesANullableIBinder()
3411 ::ndk::ScopedAStatus ITestServiceDefault::TakesANullableIBinder(const ::ndk::SpAIBinder& /*in_input… in TakesANullableIBinder() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1602 ::android::binder::Status BpTestService::TakesANullableIBinder(const ::android::sp<::android::IBind… in TakesANullableIBinder() function in android::aidl::tests::BpTestService
1619 return ITestService::getDefaultImpl()->TakesANullableIBinder(input); in TakesANullableIBinder()
3190 ::android::binder::Status _aidl_status(TakesANullableIBinder(in_input)); in onTransact()