Home
last modified time | relevance | path

Searched refs:ID_OKAY (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dfile_sync_protocol.h36 #define ID_OKAY MKID('O', 'K', 'A', 'Y') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp403 msg.status.id = ID_OKAY; in handle_send_file()
486 msg.status.id = ID_OKAY; in handle_send_link()
/system/core/adb/client/
Dfile_sync_client.cpp831 if (hdr->id == ID_OKAY) { in ReadAcknowledgements()