Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_protocol.h38 #define ID_QUIT MKID('Q', 'U', 'I', 'T') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp786 case ID_QUIT: in sync_id_to_name()
842 case ID_QUIT: in handle_sync_command()
/system/core/adb/client/
Dfile_sync_client.cpp956 return SendRequest(ID_QUIT, ""); // TODO: add a SendResponse? in SendQuit()