Home
last modified time | relevance | path

Searched defs:hton (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore/
Dauth_token_table.cpp33 inline static IntType hton(const IntType& value) { in hton() function
45 inline static IntType hton(const IntType& value) { return value; } in hton() function
48 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function
Dkeymaster_enforcement.cpp441 inline static IntType hton(const IntType& value) { in hton() function
453 inline static IntType hton(const IntType& value) { return value; } in hton() function
456 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function
/system/keymaster/include/keymaster/
Dandroid_keymaster_utils.h207 template <typename T> T hton(T t) { in hton() function