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

  /frameworks/av/include/media/stagefright/
Utils.h 39 uint64_t hton64(uint64_t x);
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 216 #define hton64(x) ntoh64(x) macro
  /external/bluetooth/bluez/health/
mcap_sync.c 95 #define hton64(x) ntoh64(x) macro
472 rsp->timestst = hton64(timestamp);
539 cmd->timestst = hton64(tmstamp);
993 cmd->timestst = hton64(timestamp);
  /frameworks/av/media/libstagefright/
Utils.cpp 62 uint64_t hton64(uint64_t x) { function in namespace:android
MPEG4Writer.cpp 686 size = hton64(size);
960 x = hton64(x);
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 313 dp->ts = hton64(ts + 0x00E03AB44A676000ll);
  /external/bluetooth/bluez/test/
hciemu.c 219 pkt.ts = hton64(ts + 0x00E03AB44A676000ll);
  /external/bluetooth/bluez/lib/
sdp.c 838 u64 = hton64(d->val.uint64);
858 u64 = hton64(d->val.int64);
    [all...]

Completed in 812 milliseconds