Home
last modified time | relevance | path

Searched defs:RequestCommand (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp116 struct RequestCommand { struct
117 MagicType magic;
118 RequestType requestType;
119 FileIdx fileIdx;
120 BlockIdx blockIdx;
/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp120 struct RequestCommand { struct
121 RequestType request_type; // 2 bytes
122 FileId file_id; // 2 bytes
123 union {