Home
last modified time | relevance | path

Searched refs:ResponseHeader (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp130 struct ResponseHeader { struct
138 return dataSize + sizeof(ResponseHeader); in responseSizeFor()
144 ResponseHeader header;
405 Send(&buffer, ResponseHeader::responseSizeFor(bytesRead), /*flush=*/false); in SendTreeBlock()
440 ResponseHeader* header; in SendDataBlock()
460 Send(header, ResponseHeader::responseSizeFor(blockSize), flush); in SendDataBlock()
466 ResponseHeader header; in SendDone()
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dipc_helper.h150 class ResponseHeader {
158 PDX_SERIALIZABLE_MEMBERS(ResponseHeader, ret_code, recv_len, file_descriptors,
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_factory.cpp147 ResponseHeader<LocalHandle> response; in Connect()
H A Dclient_channel.cpp70 ResponseHeader<LocalHandle> response;
H A Dservice_endpoint.cpp121 android::pdx::uds::ResponseHeader<BorrowedHandle> response;