Home
last modified time | relevance | path

Searched refs:charValue (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp62 char16_t charValue = 'x'; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp68 char16_t charValue = 'x'; in TEST_F() local
90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
/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-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 … boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charValue, char[] charArra… in LogThis() argument
163 … boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charValue, char[] charArra… in LogThis() argument
175 _data.writeInt(((int)charValue)); in LogThis()
207 …return getDefaultImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, … in LogThis()
254 … boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charValue, char[] charArra… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 …oolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charValue, ::std::vector<c…
DILoggableInterface.h24 …oolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charValue, ::std::vector<c…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 …oolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charValue, ::std::vector<c… in LogThis() argument
49 _transaction_log.input_args.emplace_back("charValue", ::android::internal::ToString(charValue)); in LogThis()
88 _aidl_ret_status = _aidl_data.writeChar(charValue); in LogThis()
158 …::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, intV… in LogThis()