/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 129 @nullable List<INamedCallback> GetInterfaceList(in @nullable String[] names); in GetInterfaceList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 124 …::ndk::ScopedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>… in GetInterfaceList() function
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 282 async fn GetInterfaceList( in GetInterfaceList() method
|
D | test_service.rs | 249 fn GetInterfaceList( in GetInterfaceList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 151 …@Override public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.Stri… in GetInterfaceList() method in ITestService.Default 445 …@Override public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.Stri… in GetInterfaceList() method in ITestService.Delegator 2272 …@Override public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.Stri… in GetInterfaceList() method in ITestService.Stub.Proxy 3364 …public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.String[] names… in GetInterfaceList() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 354 public List<INamedCallback> GetInterfaceList(String[] names) throws RemoteException { in GetInterfaceList() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 178 …::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::a… in GetInterfaceList() function
|
D | ITestService.h | 379 …::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::a… in GetInterfaceList() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1290 ::android::binder::Status BpTestService::GetInterfaceList(const ::std::optional<::std::vector<::std… in GetInterfaceList() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 49 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in GetInterfaceList() method 125 …fn GetInterfaceList<'a>(&'a self, _arg_names: Option<&'a [Option<String>]>) -> binder::BoxFuture<'… in GetInterfaceList() method 196 …async fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<V… in GetInterfaceList() method 345 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in new_async_binder() function 549 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in GetInterfaceList() method 687 …pub const GetInterfaceList: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL… constant 2171 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in GetInterfaceList() method 2746 …fn GetInterfaceList<'a>(&'a self, _arg_names: Option<&'a [Option<String>]>) -> binder::BoxFuture<'… in GetInterfaceList() method 3234 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in GetInterfaceList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2635 ::ndk::ScopedAStatus BpTestService::GetInterfaceList(const std::optional<std::vector<std::optional<… in GetInterfaceList() function in aidl::android::aidl::tests::BpTestService 4290 ::ndk::ScopedAStatus ITestServiceDefault::GetInterfaceList(const std::optional<std::vector<std::opt… in GetInterfaceList() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 501 Status GetInterfaceList(const optional<vector<optional<String16>>>& names, in GetInterfaceList() function in __anon556d30440111::NativeService
|