Lines Matching refs:relocation

58         const ExecutionResult& result, const hal::utils::RequestRelocation& relocation) {  in handleExecutionResult()  argument
68 if (relocation.output) { in handleExecutionResult()
69 relocation.output->flush(); in handleExecutionResult()
76 const hal::utils::RequestRelocation& relocation) { in handleFencedExecutionResult() argument
89 if (relocation.output) { in handleFencedExecutionResult()
94 relocation.output->flush(); in handleFencedExecutionResult()
136 hal::utils::RequestRelocation relocation; in execute() local
139 &maybeRequestInShared, &relocation)); in execute()
146 extensionNameToPrefix, relocation); in execute()
154 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
155 if (relocation.input) { in executeInternal()
156 relocation.input->flush(); in executeInternal()
174 return handleExecutionResult(executionResult, relocation); in executeInternal()
187 hal::utils::RequestRelocation relocation; in executeFenced() local
190 &maybeRequestInShared, &relocation)); in executeFenced()
200 extensionNameToPrefix, relocation); in executeFenced()
209 const hal::utils::RequestRelocation& relocation) const { in executeFencedInternal()
210 if (relocation.input) { in executeFencedInternal()
211 relocation.input->flush(); in executeFencedInternal()
230 return handleFencedExecutionResult(result, relocation); in executeFencedInternal()
240 hal::utils::RequestRelocation relocation; in createReusableExecution() local
243 &maybeRequestInShared, &relocation)); in createReusableExecution()
260 return Execution::create(std::move(execution), std::move(relocation)); in createReusableExecution()
264 std::move(relocation), aidlMeasure, in createReusableExecution()