Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl126 void TakesANullableIBinder(in @nullable IBinder input); in TakesANullableIBinder() method
/system/tools/aidl/tests/rust/
Dtest_service.rs223 fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { 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
1288 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… 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-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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2671 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) { in TakesANullableIBinder() function in aidl::android::aidl::tests::BpTestService
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-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
1971 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Stub.Proxy
2477 public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteException; in TakesANullableIBinder() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h286 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>&) override… in TakesANullableIBinder() function
/system/tools/aidl/tests/
Daidl_test_service.cpp505 Status TakesANullableIBinder(const sp<IBinder>& input) { in TakesANullableIBinder() function in __anonee08dd980111::NativeService