Lines Matching refs:relocation
97 hal::utils::RequestRelocation relocation; in execute() local
101 &maybeRequestInShared, &relocation))); in execute()
106 return executeInternal(hidlRequest, hidlMeasure, relocation); in execute()
111 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
112 if (relocation.input) { in executeInternal()
113 relocation.input->flush(); in executeInternal()
120 if (relocation.output) { in executeInternal()
121 relocation.output->flush(); in executeInternal()
142 hal::utils::RequestRelocation relocation; in createReusableExecution() local
145 &maybeRequestInShared, &relocation)); in createReusableExecution()
149 return Execution::create(shared_from_this(), std::move(hidlRequest), std::move(relocation), in createReusableExecution()