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.h216 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(&t); in ntoh() local
220 retval |= byte_ptr[i]; in ntoh()
232 uint8_t* byte_ptr = reinterpret_cast<uint8_t*>(&retval); in hton() local
234 byte_ptr[i - 1] = t & 0xFF; in hton()
/system/update_engine/
Domaha_request_action.cc866 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); in ReceivedBytes() local
867 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length); in ReceivedBytes()