Searched defs:ReverseUtf8CppStringList (Results 1 – 9 of 9) sorted by relevance
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 142 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 242 fn ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 59 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method 206 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method 273 pub const ReverseUtf8CppStringList: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 44; constant 1131 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method 1293 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 379 public List<String> ReverseUtf8CppStringList(List<String> input, List<String> repeated) in ReverseUtf8CppStringList() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1804 ::android::binder::Status BpTestService::ReverseUtf8CppStringList(const ::std::optional<::std::vect… in ReverseUtf8CppStringList() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2885 ::ndk::ScopedAStatus BpTestService::ReverseUtf8CppStringList(const std::vector<std::string>& in_inp… in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::BpTestService 3436 ::ndk::ScopedAStatus ITestServiceDefault::ReverseUtf8CppStringList(const std::vector<std::string>& … in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 203 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Default 2099 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Stub.Proxy 2483 …public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lang.String> … in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 301 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti… in ReverseUtf8CppStringList() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 541 Status ReverseUtf8CppStringList(const optional<vector<optional<string>>>& input, in ReverseUtf8CppStringList() function in __anonee08dd980111::NativeService
|