/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …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/ |
D | aidl_test_client_loggable_interface.cpp | 63 vector<char16_t> charArray{'a', 'b', 'c'}; in TEST_F() local 85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 69 vector<char16_t> charArray{'a', 'b', 'c'}; in TEST_F() local 90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_primitives.cpp | 144 TEST_F(AidlPrimitiveTest, charArray) { in TEST_F() argument
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 7 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/ |
D | BpLoggableInterface.h | 20 …ector<uint8_t>* byteArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValu…
|
D | ILoggableInterface.h | 24 …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/ |
D | ILoggableInterface.cpp | 36 …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()
|