| /system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
| D | BnLoggableInterface.h | 50 …::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()
|
| D | BpLoggableInterface.h | 25 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
|
| D | ILoggableInterface.h | 110 …virtual ::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t b…
|
| /system/tools/aidl/tests/ |
| D | aidl_test_client_loggable_interface.cpp | 59 vector<bool> boolArray{false, true}; 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 | 68 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/ |
| D | BnLoggableInterface.h | 50 …::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()
|
| D | BpLoggableInterface.h | 25 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
|
| D | ILoggableInterface.h | 110 …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/ |
| D | ILoggableInterface.java | 15 …@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/ |
| D | ILoggableInterface.java | 15 …@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/ |
| D | ILoggableInterface.aidl | 6 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/ |
| D | ILoggableInterface.cpp | 34 …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/ |
| D | ILoggableInterface.cpp | 34 …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/ |
| D | FixedSizeArrayExample.aidl | 25 boolean[2] boolArray;
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/ |
| D | FixedSizeArrayExample.h | 193 std::array<bool, 2> boolArray = {{}}; variable 252 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 255 …boolArray, 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/ |
| D | FixedSizeArrayExample.h | 193 std::array<bool, 2> boolArray = {{}}; variable 252 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 255 …boolArray, 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/ |
| D | FixedSizeArrayExample.h | 218 std::array<bool, 2> boolArray = {{}}; variable 273 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 276 …boolArray, 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/ |
| D | FixedSizeArrayExample.h | 218 std::array<bool, 2> boolArray = {{}}; variable 273 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 276 …boolArray, 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/ |
| D | FixedSizeArrayExample.java | 14 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/ |
| D | FixedSizeArrayExample.java | 14 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/ |
| D | FixedSizeArrayExample.rs | 14 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/ |
| D | FixedSizeArrayExample.rs | 14 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/ |
| D | FixedSizeArrayExample.cpp | 37 _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/ |
| D | FixedSizeArrayExample.cpp | 37 _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/ |
| D | FixedSizeArrayExample.cpp | 39 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &boolArray); in readFromParcel() 425 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, boolArray); in writeToParcel()
|