Home
last modified time | relevance | path

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

/external/sandboxed-api/sandboxed_api/
Drpcchannel.cc80 comms::ReallocRequest req = { in Reallocate()
85 if (!comms_->SendTLV(comms::kMsgReallocate, sizeof(comms::ReallocRequest), in Reallocate()
Dcall.h26 struct ReallocRequest { struct
Dclient.cc367 auto req = BytesAs<comms::ReallocRequest>(bytes); in ServeRequest()