Home
last modified time | relevance | path

Searched refs:htole32 (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/device/
Dusb_client.cpp160 .magic = htole32(FUNCTIONFS_STRINGS_MAGIC),
161 .length = htole32(sizeof(strings)),
162 .str_count = htole32(1),
163 .lang_count = htole32(1),
175 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
176 .length = htole32(sizeof(v2_descriptor)),
/system/libbase/
Dendian_test.cpp55 ASSERT_EQ(le32, htole32(le32)); in TEST()
/system/libbase/include/android-base/
Dendian.h83 #define htole32(x) (x) macro
/system/logging/logd/
DLogBufferElement.cpp253 event->header.tag = htole32(CHATTY_LOG_TAG); in PopulateDroppedMessage()
255 event->length = htole32(len); in PopulateDroppedMessage()
DLogAudit.cpp272 event->header.tag = htole32(AUDITD_LOG_TAG); in logPrint()
274 event->length = htole32(str_len); in logPrint()