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

  /frameworks/base/include/media/stagefright/
Utils.h 36 uint64_t ntoh64(uint64_t x);
  /frameworks/base/media/libstagefright/
Utils.cpp 48 uint64_t ntoh64(uint64_t x) { function in namespace:android
SampleIterator.cpp 211 *offset = ntoh64(offset64);
MPEG4Extractor.cpp 429 chunk_size = ntoh64(chunk_size);
664 duration = ntoh64(duration);
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 54 static inline uint64_t ntoh64(uint64_t n) function
63 #define ntoh64(x) (x) macro
67 #define hton64(x) ntoh64(x)
450 ts = ntoh64(ph.ts);
456 ts = ntoh64(dp.ts) - 0x00E03AB44A676000ll;
  /external/bluetooth/bluez/test/
hciemu.c 57 static inline uint64_t ntoh64(uint64_t n) function
66 #define ntoh64(x) (x) macro
70 #define hton64(x) ntoh64(x)
  /external/bluetooth/bluez/lib/
sdp.c 65 #define ntoh64(x) (x) macro
73 static inline uint64_t ntoh64(uint64_t n) function
89 #define hton64(x) ntoh64(x)
1132 d->val.uint64 = ntoh64(bt_get_unaligned((uint64_t *) p));
    [all...]

Completed in 122 milliseconds