Home
last modified time | relevance | path

Searched refs:byteArray (Results 1 – 16 of 16) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h25byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
28byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
31byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
34byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
37byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
40byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
52 ::std::vector<uint8_t> byteArray;
84 os << ", byteArray: " << ::android::internal::ToString(byteArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h36 std::vector<uint8_t> byteArray; variable
55byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
58byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
61byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
64byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
67byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
70byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc…
86 os << ", byteArray: " << ::android::internal::ToString(byteArray); in toString()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 … LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charValue,… in LogThis() argument
163 … LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charValue,… in LogThis() argument
174 _data.writeByteArray(byteArray); in LogThis()
207 …return getDefaultImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, … in LogThis()
213 _reply.readByteArray(byteArray); in LogThis()
254 … LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charValue,… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs12 pub byteArray: Vec<u8>, field
40 byteArray: Default::default(), in default()
81 subparcel.write(&this.byteArray)?; in serialize_option()
157 result.byteArray = parcel.read()?; in deserialize_option()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp61 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp67 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_parcelables.cpp468 p.byteArray = {5, 6}; 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/android/aidl/tests/
DParcelableForToString.aidl36 byte[] byteArray;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java16 public byte[] byteArray; field in ParcelableForToString
55 _aidl_parcel.writeByteArray(byteArray); in writeToParcel()
117 byteArray = _aidl_parcel.createByteArray(); in readFromParcel()
178 _aidl_sj.add("byteArray: " + (java.util.Arrays.toString(byteArray))); in toString()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 …std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charVa…
DILoggableInterface.h24 …std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charVa…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 …std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charVa… in LogThis() argument
48 … _transaction_log.input_args.emplace_back("byteArray", ::android::internal::ToString(*byteArray)); in LogThis()
84 _aidl_ret_status = _aidl_data.writeByteVector(*byteArray); in LogThis()
158 …leInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, charValue, char… in LogThis()
178 _aidl_ret_status = _aidl_reply.readByteVector(byteArray); in LogThis()
232 … _transaction_log.output_args.emplace_back("byteArray", ::android::internal::ToString(*byteArray)); in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DParcelableForToString.cpp86 _aidl_ret_status = ::ndk::AParcel_readVector(parcel, &byteArray); in readFromParcel()
216 _aidl_ret_status = ::ndk::AParcel_writeVector(parcel, byteArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp92 _aidl_ret_status = _aidl_parcel->readByteVector(&byteArray); in readFromParcel()
244 _aidl_ret_status = _aidl_parcel->writeByteVector(byteArray); in writeToParcel()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java749 p.byteArray = new byte[]{5, 6}; in testToString()