Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl192 void TakesANullableIBinder(in @nullable IBinder input); in TakesANullableIBinder() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h179 ::ndk::ScopedAStatus TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) override { in TakesANullableIBinder() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h179 ::ndk::ScopedAStatus TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) override { in TakesANullableIBinder() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java477 public void TakesANullableIBinder(IBinder input) throws RemoteException { in TakesANullableIBinder() method in TestServiceServer
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h258 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& input) ov… in TakesANullableIBinder() function
DITestService.h767 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& /*input*/… in TakesANullableIBinder() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h258 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& input) ov… in TakesANullableIBinder() function
DITestService.h767 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& /*input*/… in TakesANullableIBinder() function
/system/tools/aidl/tests/rust/
Dtest_service.rs347 fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder() method
Dtest_service_async.rs391 async fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java225 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Default
538 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Delegator
3015 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Stub.Proxy
3821 public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteException; in TakesANullableIBinder() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java225 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Default
538 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Delegator
3015 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Stub.Proxy
3821 public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteException; in TakesANullableIBinder() method
/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp486 ScopedAStatus TakesANullableIBinder(const SpAIBinder& input) { in TakesANullableIBinder() function in __anonc70ad0540111::NativeService
Daidl_test_service.cpp610 Status TakesANullableIBinder(const sp<IBinder>& input) { in TakesANullableIBinder() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp3435 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) { in TakesANullableIBinder() function in aidl::android::aidl::tests::BpTestService
4654 ::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-ndk-source/gen/android/aidl/tests/
DITestService.cpp3435 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) { in TakesANullableIBinder() function in aidl::android::aidl::tests::BpTestService
4654 ::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.cpp1999 ::android::binder::Status BpTestService::TakesANullableIBinder(const ::android::sp<::android::IBind… in TakesANullableIBinder() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1999 ::android::binder::Status BpTestService::TakesANullableIBinder(const ::android::sp<::android::IBind… in TakesANullableIBinder() function in android::aidl::tests::BpTestService