Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp120 struct RequestCommand { struct
234 std::optional<RequestCommand> ReadRequest(bool blocking);
336 std::optional<RequestCommand> IncrementalServer::ReadRequest(bool blocking) { in ReadRequest()
337 uint8_t commandBuf[sizeof(RequestCommand)]; in ReadRequest()
342 if (size < sizeof(RequestCommand)) { in ReadRequest()
345 RequestCommand request; in ReadRequest()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp116 struct RequestCommand { struct
123 static_assert(COMMAND_SIZE == sizeof(RequestCommand));
127 const RequestCommand command{.magic = INCR, in sendRequest()