/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 38 std::vector<uint8_t> byteArray; variable
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 7 inout byte[] byteArray, char charValue, inout char[] charArray, int intValue, in LogThis()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 61 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
|
D | aidl_test_client_ndk_loggable_interface.cpp | 67 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …g[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charVal… in LogThis() 151 …g[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charVal… in LogThis() 208 …g[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArray, char charVal… in LogThis()
|
/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
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BnLoggableInterface.h | 37 …oolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, cha… in LogThis()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 14 pub byteArray: Vec<u8>, field
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 27 …oolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<uint8_t>* byteArray, cha… in LogThis()
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 180 std::array<uint8_t, 2> byteArray = {{}}; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 201 std::array<uint8_t, 2> byteArray = {{}}; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 10 public byte[] byteArray; field in FixedSizeArrayExample
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.rs | 7 pub byteArray: [u8; 2], field
|