Home
last modified time | relevance | path

Searched defs:GetInterfaceList (Results 1 – 12 of 12) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl129 @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/
DBnTestService.h124 …::ndk::ScopedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>… in GetInterfaceList() function
/system/tools/aidl/tests/rust/
Dtest_service_async.rs282 async fn GetInterfaceList( in GetInterfaceList() method
Dtest_service.rs249 fn GetInterfaceList( in GetInterfaceList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java151 …@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/
DTestServiceServer.java354 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/
DBnTestService.h178 …::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::a… in GetInterfaceList() function
DITestService.h379 …::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/
DITestService.cpp1290 ::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/
DITestService.rs49 …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/
DITestService.cpp2635 ::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/
Daidl_test_service.cpp501 Status GetInterfaceList(const optional<vector<optional<String16>>>& names, in GetInterfaceList() function in __anon556d30440111::NativeService