Searched defs:getInt8 (Results 1 – 3 of 3) sorted by relevance
48 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); } in getInt8() function
56 public native final byte getInt8(long offset); in getInt8() method in HwBlob
608 { "getInt8", "(J)B", (void *)JHwBlob_native_getInt8 }, in getInt8() method