Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dfile_sync_protocol.h38 #define ID_QUIT MKID('Q', 'U', 'I', 'T') macro
/aosp12/packages/modules/adb/daemon/
H A Dfile_sync_service.cpp795 case ID_QUIT: in sync_id_to_name()
851 case ID_QUIT: in handle_sync_command()
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp966 return SendRequest(ID_QUIT, ""); // TODO: add a SendResponse? in SendQuit()