Lines Matching refs:relocation
143 hal::utils::RequestRelocation relocation; in execute() local
147 &maybeRequestInShared, &relocation))); in execute()
156 relocation); in execute()
163 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
164 if (relocation.input) { in executeInternal()
165 relocation.input->flush(); in executeInternal()
173 if (relocation.output) { in executeInternal()
174 relocation.output->flush(); in executeInternal()
186 hal::utils::RequestRelocation relocation; in executeFenced() local
189 &maybeRequestInShared, &relocation)); in executeFenced()
200 relocation); in executeFenced()
208 const hal::utils::RequestRelocation& relocation) const { in executeFencedInternal()
209 if (relocation.input) { in executeFencedInternal()
210 relocation.input->flush(); in executeFencedInternal()
223 if (relocation.output) { in executeFencedInternal()
228 relocation.output->flush(); in executeFencedInternal()
239 hal::utils::RequestRelocation relocation; in createReusableExecution() local
242 &maybeRequestInShared, &relocation)); in createReusableExecution()
247 return Execution::create(shared_from_this(), std::move(hidlRequest), std::move(relocation), in createReusableExecution()