Searched defs:Body (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
H A DExecutionPlan.h228 struct Body { struct in class:android::nn::ExecutionPlan
229 virtual ~Body() {}
236 struct SimpleBody : Body {
249 struct CompoundBody : Body {
272 Body* mBody = nullptr;
/frameworks/native/include/input/
H A DInputTransport.h56 // compute the size of this structure as sizeof(Header) + sizeof(Body).
60 // Body *must* be 8 byte aligned.
61 union Body { union in struct:android::InputMessage

Completed in 69 milliseconds