OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntoh64
(Results
1 - 8
of
8
) 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
614
chunk_size =
ntoh64
(chunk_size);
820
duration =
ntoh64
(duration);
[
all
...]
/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);
/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 1050 milliseconds