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

  /frameworks/native/include/utils/
ByteOrder.h 72 #define tolel(x) (x) macro
77 #define tolel(x) (android_swap_long(x)) macro
  /frameworks/base/libs/androidfw/
BackupData.cpp 124 header.type = tolel(BACKUP_HEADER_ENTITY_V1);
125 header.keyLen = tolel(keyLen);
126 header.dataSize = tolel(dataSize);
BackupHelpers.cpp 246 metadata.version = tolel(CURRENT_METADATA_VERSION);
247 metadata.mode = tolel(mode);
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 322 uint32_t ms = tolel(ALooper::GetNowUs() / 1000ll);
323 uint32_t length = tolel(buffer->size());

Completed in 67 milliseconds