/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 28 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 31 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 34 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 37 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 40 …byteArray, 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/ |
D | ParcelableForToString.h | 36 std::vector<uint8_t> byteArray; variable 55 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 58 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 61 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 64 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 67 …byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parc… 70 …byteArray, 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/ |
D | ILoggableInterface.java | 10 … 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/ |
D | ParcelableForToString.rs | 12 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/ |
D | aidl_test_client_loggable_interface.cpp | 61 vector<uint8_t> byteArray{42, 43}; 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 | 67 vector<uint8_t> byteArray{42, 43}; in TEST_F() local 90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_parcelables.cpp | 468 p.byteArray = {5, 6}; in TEST_F()
|
/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/android/aidl/tests/ |
D | ParcelableForToString.aidl | 36 byte[] byteArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 16 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/ |
D | BpLoggableInterface.h | 20 …std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charVa…
|
D | ILoggableInterface.h | 24 …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/ |
D | ILoggableInterface.cpp | 36 …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/ |
D | ParcelableForToString.cpp | 86 _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/ |
D | ParcelableForToString.cpp | 92 _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/ |
D | TestServiceClient.java | 749 p.byteArray = new byte[]{5, 6}; in testToString()
|