Lines Matching refs:relocation
143 hal::utils::RequestRelocation relocation; in execute() local
146 &maybeRequestInShared, &relocation)); in execute()
154 relocation); in execute()
161 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
162 if (relocation.input) { in executeInternal()
163 relocation.input->flush(); in executeInternal()
171 if (relocation.output) { in executeInternal()
172 relocation.output->flush(); in executeInternal()
187 hal::utils::RequestRelocation relocation; in executeFenced() local
190 &maybeRequestInShared, &relocation)); in executeFenced()
201 relocation); in executeFenced()
209 const hal::utils::RequestRelocation& relocation) const { in executeFencedInternal()
210 if (relocation.input) { in executeFencedInternal()
211 relocation.input->flush(); in executeFencedInternal()
224 if (relocation.output) { in executeFencedInternal()
229 relocation.output->flush(); in executeFencedInternal()
242 hal::utils::RequestRelocation relocation; in createReusableExecution() local
245 &maybeRequestInShared, &relocation)); in createReusableExecution()
250 return Execution::create(shared_from_this(), std::move(hidlRequest), std::move(relocation), in createReusableExecution()