Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_protocol.h30 #define ID_OKAY MKID('O', 'K', 'A', 'Y') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp303 msg.status.id = ID_OKAY; in handle_send_file()
385 msg.status.id = ID_OKAY; in handle_send_link()
/system/core/adb/client/
Dfile_sync_client.cpp484 if (msg.status.id == ID_OKAY) { in CopyDone()