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

  /frameworks/av/include/media/stagefright/
Utils.h 38 uint64_t ntoh64(uint64_t x);
  /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)
  /external/bluetooth/bluez/health/
mcap_sync.c 95 #define hton64(x) ntoh64(x)
653 timestamp = ntoh64(req->timestst);
846 timestamp = ntoh64(rsp->timestst);
877 data.timestamp = ntoh64(req->timestst);
  /frameworks/av/media/libstagefright/
SampleIterator.cpp 211 *offset = ntoh64(offset64);
Utils.cpp 58 uint64_t ntoh64(uint64_t x) { function in namespace:android
MPEG4Extractor.cpp 617 chunk_size = ntoh64(chunk_size);
824 duration = ntoh64(duration);
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 430 ts = ntoh64(ph.ts);
436 ts = ntoh64(dp.ts) - 0x00E03AB44A676000ll;
  /external/bluetooth/bluez/lib/
sdp.c 1103 d->val.uint64 = ntoh64(bt_get_unaligned((uint64_t *) p));
    [all...]

Completed in 436 milliseconds