Home
last modified time | relevance | path

Searched refs:boolArray (Results 1 – 25 of 26) sorted by relevance

12

/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue… in LogThis() argument
51 …return _aidl_delegate->LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, i… in LogThis()
DBpLoggableInterface.h25 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
DILoggableInterface.h110 …virtual ::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t b…
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp59 vector<bool> boolArray{false, true}; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp68 vector<bool> boolArray{false, true}; in TEST_F() local
93 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue… in LogThis() argument
51 …return _aidl_delegate->LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, i… in LogThis()
DBpLoggableInterface.h25 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
DILoggableInterface.h110 …virtual ::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t b…
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument
167 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument
175 _data.writeBooleanArray(boolArray); in LogThis()
198 _reply.readBooleanArray(boolArray); in LogThis()
228 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument
167 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument
175 _data.writeBooleanArray(boolArray); in LogThis()
198 _reply.readBooleanArray(boolArray); in LogThis()
228 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
/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/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …tatus BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValu… in LogThis() argument
44 … _transaction_log.input_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis()
74 _aidl_ret_status = _aidl_data.writeBoolVector(*boolArray); in LogThis()
156 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis()
172 _aidl_ret_status = _aidl_reply.readBoolVector(boolArray); in LogThis()
229 … _transaction_log.output_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …tatus BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValu… in LogThis() argument
44 … _transaction_log.input_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis()
74 _aidl_ret_status = _aidl_data.writeBoolVector(*boolArray); in LogThis()
156 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis()
172 _aidl_ret_status = _aidl_reply.readBoolVector(boolArray); in LogThis()
229 … _transaction_log.output_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis()
/system/tools/aidl/tests/android/aidl/fixedsizearray/
DFixedSizeArrayExample.aidl25 boolean[2] boolArray;
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h193 std::array<bool, 2> boolArray = {{}}; variable
252boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
255boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
275 _aidl_os << ", boolArray: " << ::android::internal::ToString(boolArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h193 std::array<bool, 2> boolArray = {{}}; variable
252boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
255boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
275 _aidl_os << ", boolArray: " << ::android::internal::ToString(boolArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h218 std::array<bool, 2> boolArray = {{}}; variable
273boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
276boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
301 _aidl_os << ", boolArray: " << ::android::internal::ToString(boolArray); in toString()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h218 std::array<bool, 2> boolArray = {{}}; variable
273boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
276boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn…
301 _aidl_os << ", boolArray: " << ::android::internal::ToString(boolArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java14 public boolean[] boolArray; field in FixedSizeArrayExample
93 _aidl_parcel.writeFixedArray(boolArray, _aidl_flag, 2); in writeToParcel()
161 boolArray = _aidl_parcel.createFixedArray(boolean[].class, 2); in readFromParcel()
279 _aidl_sj.add("boolArray: " + (java.util.Arrays.toString(boolArray))); in toString()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java14 public boolean[] boolArray; field in FixedSizeArrayExample
93 _aidl_parcel.writeFixedArray(boolArray, _aidl_flag, 2); in writeToParcel()
161 boolArray = _aidl_parcel.createFixedArray(boolean[].class, 2); in readFromParcel()
279 _aidl_sj.add("boolArray: " + (java.util.Arrays.toString(boolArray))); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs14 pub r#boolArray: [bool; 2],
73 r#boolArray: [Default::default(), Default::default()], in default()
134 subparcel.write(&self.r#boolArray)?; in write_to_parcel()
197 self.r#boolArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs14 pub r#boolArray: [bool; 2],
73 r#boolArray: [Default::default(), Default::default()], in default()
134 subparcel.write(&self.r#boolArray)?; in write_to_parcel()
197 self.r#boolArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp37 _aidl_ret_status = _aidl_parcel->readFixedArray(&boolArray); in readFromParcel()
476 _aidl_ret_status = _aidl_parcel->writeFixedArray(boolArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp37 _aidl_ret_status = _aidl_parcel->readFixedArray(&boolArray); in readFromParcel()
476 _aidl_ret_status = _aidl_parcel->writeFixedArray(boolArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp39 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &boolArray); in readFromParcel()
425 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, boolArray); in writeToParcel()

12