HomeSort by relevance Sort by last modified time
    Searched defs:ntoh64 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
Utils.cpp 58 uint64_t ntoh64(uint64_t x) { function in namespace:android
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 173 #define ntoh64(x) (x) macro
190 static inline uint64_t ntoh64(uint64_t n) function
216 #define hton64(x) ntoh64(x)

Completed in 49 milliseconds