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.cpp407 inline static IntType hton(const IntType& value) { in hton() function
419 inline static IntType hton(const IntType& value) { return value; } in hton() function
422 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function
/system/keymaster/include/keymaster/
Dandroid_keymaster_utils.h230 template <typename T> T hton(T t) { in hton() function