Home
last modified time | relevance | path

Searched refs:byte_ptr (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dandroid_keymaster_utils.h59 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(&t); in ntoh() local
63 retval |= byte_ptr[i]; in ntoh()
75 uint8_t* byte_ptr = reinterpret_cast<uint8_t*>(&retval); in hton() local
77 byte_ptr[i - 1] = t & 0xFF; in hton()
/system/update_engine/cros/
Domaha_request_action.cc552 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); in ReceivedBytes() local
553 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length); in ReceivedBytes()