/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 194 void TakesANullableIBinderList(in @nullable List<IBinder> input); in TakesANullableIBinderList() method
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 185 …::ndk::ScopedAStatus TakesANullableIBinderList(const std::optional<std::vector<::ndk::SpAIBinder>>… in TakesANullableIBinderList() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 185 …::ndk::ScopedAStatus TakesANullableIBinderList(const std::optional<std::vector<::ndk::SpAIBinder>>… in TakesANullableIBinderList() function
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 485 public void TakesANullableIBinderList(List<IBinder> input) throws RemoteException { in TakesANullableIBinderList() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 264 …::android::binder::Status TakesANullableIBinderList(const ::std::optional<::std::vector<::android:… in TakesANullableIBinderList() function
|
D | ITestService.h | 773 …::android::binder::Status TakesANullableIBinderList(const ::std::optional<::std::vector<::android:… in TakesANullableIBinderList() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 264 …::android::binder::Status TakesANullableIBinderList(const ::std::optional<::std::vector<::android:… in TakesANullableIBinderList() function
|
D | ITestService.h | 773 …::android::binder::Status TakesANullableIBinderList(const ::std::optional<::std::vector<::android:… in TakesANullableIBinderList() function
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 355 fn TakesANullableIBinderList(&self, _: Option<&[Option<SpIBinder>]>) -> binder::Result<()> { in TakesANullableIBinderList() method
|
D | test_service_async.rs | 399 async fn TakesANullableIBinderList( in TakesANullableIBinderList() method
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 231 …@Override public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws a… in TakesANullableIBinderList() method in ITestService.Default 546 …@Override public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws a… in TakesANullableIBinderList() method in ITestService.Delegator 3059 …@Override public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws a… in TakesANullableIBinderList() method in ITestService.Stub.Proxy 3823 …public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws android.os.… in TakesANullableIBinderList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 231 …@Override public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws a… in TakesANullableIBinderList() method in ITestService.Default 546 …@Override public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws a… in TakesANullableIBinderList() method in ITestService.Delegator 3059 …@Override public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws a… in TakesANullableIBinderList() method in ITestService.Stub.Proxy 3823 …public void TakesANullableIBinderList(java.util.List<android.os.IBinder> input) throws android.os.… in TakesANullableIBinderList() method
|
/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 494 ScopedAStatus TakesANullableIBinderList(const optional<vector<SpAIBinder>>& input) { in TakesANullableIBinderList() function in __anonc70ad0540111::NativeService
|
D | aidl_test_service.cpp | 618 Status TakesANullableIBinderList(const optional<vector<sp<IBinder>>>& input) { in TakesANullableIBinderList() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 3511 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinderList(const std::optional<std::vector<::ndk… in TakesANullableIBinderList() function in aidl::android::aidl::tests::BpTestService 4664 ::ndk::ScopedAStatus ITestServiceDefault::TakesANullableIBinderList(const std::optional<std::vector… in TakesANullableIBinderList() 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 | 3511 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinderList(const std::optional<std::vector<::ndk… in TakesANullableIBinderList() function in aidl::android::aidl::tests::BpTestService 4664 ::ndk::ScopedAStatus ITestServiceDefault::TakesANullableIBinderList(const std::optional<std::vector… in TakesANullableIBinderList() 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 | 2069 ::android::binder::Status BpTestService::TakesANullableIBinderList(const ::std::optional<::std::vec… in TakesANullableIBinderList() 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 | 2069 ::android::binder::Status BpTestService::TakesANullableIBinderList(const ::std::optional<::std::vec… in TakesANullableIBinderList() function in android::aidl::tests::BpTestService
|