Home
last modified time | relevance | path

Searched refs:bytes8 (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dutil.cpp27 const uint8_t* bytes8 = static_cast<const uint8_t*>(bytes); in hexString() local
33 result[2 * i] = chars[bytes8[i] >> 4]; in hexString()
34 result[2 * i + 1] = chars[bytes8[i] & 0xf]; in hexString()
/frameworks/native/libs/gralloc/types/fuzzer/
Dutil.cpp27 const uint8_t* bytes8 = static_cast<const uint8_t*>(bytes); in hexString() local
33 result[2 * i] = chars[bytes8[i] >> 4]; in hexString()
34 result[2 * i + 1] = chars[bytes8[i] & 0xf]; in hexString()
/frameworks/native/libs/binder/tests/
DbinderClearBufTest.cpp36 const uint8_t* bytes8 = static_cast<const uint8_t*>(bytes); in hexString() local
42 result[2 * i] = chars[bytes8[i] >> 4]; in hexString()
43 result[2 * i + 1] = chars[bytes8[i] & 0xf]; in hexString()
/frameworks/native/libs/binder/
DDebug.cpp32 const uint8_t* bytes8 = static_cast<const uint8_t*>(bytes); in hexString() local
38 result[2 * i] = chars[bytes8[i] >> 4]; in hexString()
39 result[2 * i + 1] = chars[bytes8[i] & 0xf]; in hexString()