Home
last modified time | relevance | path

Searched defs:preamble (Results 1 – 4 of 4) sorted by relevance

/system/extras/memory_replay/
DNativeInfo.cpp63 void PrintNativeInfo(const char* preamble) { in PrintNativeInfo()
/system/media/audio_utils/spdif/
DSPDIFEncoder.cpp204 uint16_t preamble[4]; in startDataBurst() local
/system/bt/btif/src/
Dbtif_debug_btsnoop.c176 btsnooz_preamble_t preamble; in btif_debug_btsnoop_dump() local
/system/bt/hci/src/
Dhci_layer.c56 #define RETRIEVE_ACL_LENGTH(preamble) ((((preamble)[3]) << 8) | (preamble)[2]) argument
84 uint8_t preamble[PREAMBLE_BUFFER_SIZE]; member