Home
last modified time | relevance | path

Searched defs:readUint8 (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dbyte_array_utils.h76 static AK_FORCE_INLINE uint8_t readUint8(const uint8_t *const buffer, const int pos) { in readUint8() function
/aosp12/system/libhwbinder/
H A DParcel.cpp972 status_t Parcel::readUint8(uint8_t *pArg) const in readUint8() function in android::hardware::Parcel