Lines Matching refs:relocation
80 hal::utils::RequestRelocation relocation; in execute() local
84 &maybeRequestInShared, &relocation))); in execute()
92 relocation); in execute()
98 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
99 if (relocation.input) { in executeInternal()
100 relocation.input->flush(); in executeInternal()
116 if (relocation.output) { in executeInternal()
117 relocation.output->flush(); in executeInternal()
129 hal::utils::RequestRelocation relocation; in executeFenced() local
132 &maybeRequestInShared, &relocation)); in executeFenced()
142 relocation); in executeFenced()
150 const hal::utils::RequestRelocation& relocation) const { in executeFencedInternal()
151 if (relocation.input) { in executeFencedInternal()
152 relocation.input->flush(); in executeFencedInternal()
173 if (relocation.output) { in executeFencedInternal()
178 relocation.output->flush(); in executeFencedInternal()
200 hal::utils::RequestRelocation relocation; in createReusableExecution() local
203 &maybeRequestInShared, &relocation)); in createReusableExecution()
208 return Execution::create(shared_from_this(), std::move(aidlRequest), std::move(relocation), in createReusableExecution()