Home
last modified time | relevance | path

Searched defs:byteArray (Results 1 – 13 of 13) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h38 std::vector<uint8_t> byteArray; variable
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl7 inout byte[] byteArray, char charValue, inout char[] charArray, int intValue, in LogThis()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp61 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp67 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/
DILoggableInterface.java10 …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/
DParcelableForToString.java16 public byte[] byteArray; field in ParcelableForToString
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h37 …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/
DParcelableForToString.rs14 pub byteArray: Vec<u8>, field
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp27 …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/
DFixedSizeArrayExample.h180 std::array<uint8_t, 2> byteArray = {{}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h201 std::array<uint8_t, 2> byteArray = {{}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java10 public byte[] byteArray; field in FixedSizeArrayExample
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs7 pub byteArray: [u8; 2], field