/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 28 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 31 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 34 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 37 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 40 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 51 int8_t byteValue = int8_t(0); variable 83 os << ", byteValue: " << ::android::internal::ToString(byteValue); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 35 int8_t byteValue = 0; variable 55 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 58 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 61 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 64 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 67 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 70 …byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable… 85 os << ", byteValue: " << ::android::internal::ToString(byteValue); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 11 pub byteValue: i8, field 39 byteValue: 0, in default() 80 subparcel.write(&this.byteValue)?; in serialize_option() 153 result.byteValue = parcel.read()?; in deserialize_option()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 60 int8_t byteValue = 41; 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 | 66 int8_t byteValue = 41; in TEST_F() local 90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_parcelables.cpp | 467 p.byteValue = 3; in TEST_F()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 6 String[] LogThis(boolean boolValue, inout boolean[] boolArray, byte byteValue, in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArra… in LogThis() argument 163 …java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArra… in LogThis() argument 173 _data.writeByte(byteValue); in LogThis() 207 …return getDefaultImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, … in LogThis() 254 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ParcelableForToString.aidl | 35 byte byteValue;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 15 public byte byteValue = 0; field in ParcelableForToString 54 _aidl_parcel.writeByte(byteValue); in writeToParcel() 115 byteValue = _aidl_parcel.readByte(); in readFromParcel() 177 _aidl_sj.add("byteValue: " + (byteValue)); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<u…
|
D | ILoggableInterface.h | 24 …::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<u…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 79 _aidl_ret_status = AParcel_readByte(parcel, &byteValue); in readFromParcel() 213 _aidl_ret_status = AParcel_writeByte(parcel, byteValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 84 _aidl_ret_status = _aidl_parcel->readByte(&byteValue); in readFromParcel() 240 _aidl_ret_status = _aidl_parcel->writeByte(byteValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 …terface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<u… in LogThis() argument 47 _transaction_log.input_args.emplace_back("byteValue", ::android::internal::ToString(byteValue)); in LogThis() 80 _aidl_ret_status = _aidl_data.writeByte(byteValue); in LogThis() 158 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 748 p.byteValue = 3; in testToString()
|