Home
last modified time | relevance | path

Searched refs:byteValue (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.h25byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
28byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
31byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
34byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
37byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
40byteValue, 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/
DParcelableForToString.h35 int8_t byteValue = 0; variable
55byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
58byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
61byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
64byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
67byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
70byteValue, 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/
DParcelableForToString.rs11 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/
Daidl_test_client_loggable_interface.cpp60 int8_t byteValue = 41; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp66 int8_t byteValue = 41; in TEST_F() local
90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_parcelables.cpp467 p.byteValue = 3; in TEST_F()
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl6 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/
DILoggableInterface.java10 …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/
DParcelableForToString.aidl35 byte byteValue;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java15 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/
DBpLoggableInterface.h20 …::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<u…
DILoggableInterface.h24 …::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/
DParcelableForToString.cpp79 _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/
DParcelableForToString.cpp84 _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/
DILoggableInterface.cpp36 …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/
DTestServiceClient.java748 p.byteValue = 3; in testToString()