| /system/tools/aidl/tests/android/aidl/tests/ |
| D | ITestService.aidl | 192 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/ |
| D | BnTestService.h | 183 ::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/ |
| D | BnTestService.h | 183 ::ndk::ScopedAStatus TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) override { in TakesANullableIBinder() function
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
| D | BnTestService.h | 263 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& input) ov… in TakesANullableIBinder() function
|
| D | ITestService.h | 775 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& /*input*/… in TakesANullableIBinder() function
|
| /system/tools/aidl/tests/java/src/android/aidl/service/ |
| D | TestServiceServer.java | 478 public void TakesANullableIBinder(IBinder input) throws RemoteException { in TakesANullableIBinder() method in TestServiceServer
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
| D | BnTestService.h | 263 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& input) ov… in TakesANullableIBinder() function
|
| D | ITestService.h | 775 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>& /*input*/… in TakesANullableIBinder() function
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
| D | ITestService.java | 229 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Default 547 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Delegator 3080 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Stub.Proxy 3914 public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteException; in TakesANullableIBinder() method
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
| D | ITestService.java | 229 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Default 547 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Delegator 3080 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Stub.Proxy 3914 public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteException; in TakesANullableIBinder() method
|
| /system/tools/aidl/tests/rust/ |
| D | test_service_async.rs | 392 async fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder() method
|
| D | test_service.rs | 348 fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder() method
|
| /system/tools/aidl/tests/ |
| D | aidl_test_service_ndk.cpp | 487 ScopedAStatus TakesANullableIBinder(const SpAIBinder& input) { in TakesANullableIBinder() function in __anon4c0400ca0111::NativeService
|
| D | aidl_test_service.cpp | 611 Status TakesANullableIBinder(const sp<IBinder>& input) { in TakesANullableIBinder() function in __anon6380430e0111::NativeService
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
| D | ITestService.cpp | 3458 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) { in TakesANullableIBinder() function in aidl::android::aidl::tests::BpTestService 4718 ::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/ |
| D | ITestService.cpp | 3458 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) { in TakesANullableIBinder() function in aidl::android::aidl::tests::BpTestService 4718 ::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/ |
| D | ITestService.cpp | 2002 ::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/ |
| D | ITestService.cpp | 2002 ::android::binder::Status BpTestService::TakesANullableIBinder(const ::android::sp<::android::IBind… in TakesANullableIBinder() function in android::aidl::tests::BpTestService
|