Home
last modified time | relevance | path

Searched refs:charArray (Results 1 – 8 of 8) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …n[] boolArray, byte byteValue, byte[] byteArray, char charValue, char[] charArray, int intValue, i… in LogThis() argument
163 …n[] boolArray, byte byteValue, byte[] byteArray, char charValue, char[] charArray, int intValue, i… in LogThis() argument
176 _data.writeCharArray(charArray); in LogThis()
207 …ltImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, intValue, intAr… in LogThis()
214 _reply.readCharArray(charArray); in LogThis()
254 …n[] boolArray, byte byteValue, byte[] byteArray, char charValue, char[] charArray, int intValue, i… in LogThis() argument
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp63 vector<char16_t> charArray{'a', 'b', 'c'}; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp69 vector<char16_t> charArray{'a', 'b', 'c'}; in TEST_F() local
90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_primitives.cpp144 TEST_F(AidlPrimitiveTest, charArray) { in TEST_F() argument
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl7 inout byte[] byteArray, char charValue, inout char[] charArray, int intValue, in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 …ector<uint8_t>* byteArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValu…
DILoggableInterface.h24 …ector<uint8_t>* byteArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValu…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 …ector<uint8_t>* byteArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValu… in LogThis() argument
50 … _transaction_log.input_args.emplace_back("charArray", ::android::internal::ToString(*charArray)); in LogThis()
92 _aidl_ret_status = _aidl_data.writeCharVector(*charArray); in LogThis()
158 …tImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, intValue, intAr… in LogThis()
182 _aidl_ret_status = _aidl_reply.readCharVector(charArray); in LogThis()
233 … _transaction_log.output_args.emplace_back("charArray", ::android::internal::ToString(*charArray)); in LogThis()