Home
last modified time | relevance | path

Searched refs:ExtractMessageLength (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dtcp_client.cpp33 static uint64_t ExtractMessageLength(const void* buffer) { in ExtractMessageLength() function
70 message_bytes_left_ = ExtractMessageLength(buffer); in Read()
/aosp14/system/core/fastboot/
H A Dtcp.cpp41 static uint64_t ExtractMessageLength(const void* buffer) { in ExtractMessageLength() function
140 message_bytes_left_ = ExtractMessageLength(buffer); in Read()