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

  /system/core/adb/
adb.h 80 uint32_t calculate_apacket_checksum(const apacket* packet);
adb.cpp 106 uint32_t calculate_apacket_checksum(const apacket* p) { function
    [all...]
transport.cpp 213 p->msg.data_check = calculate_apacket_checksum(p);
    [all...]

Completed in 74 milliseconds