Home
last modified time | relevance | path

Searched refs:TESTDATA_U8 (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.hpp40 extern const uint8_t TESTDATA_U8[4];
H A Dserialization.cpp45 const uint8_t TESTDATA_U8[4] = {0, 42, 117, 255}; variable
122 vector<uint8_t> u8s(begin(TESTDATA_U8), end(TESTDATA_U8)); in TEST_F()
H A Dserialization.rs136 assert_eq!(parcel.read::<Vec<u8>>()?, unsafe { bindings::TESTDATA_U8 }); in on_transact()
143 reply.write(&unsafe { bindings::TESTDATA_U8 }[..])?; in on_transact()