Lines Matching refs:relocation
48 hal::utils::RequestRelocation relocation,
55 hal::utils::RequestRelocation relocation,
187 hal::utils::RequestRelocation relocation; in execute() local
190 &maybeRequestInShared, &relocation)); in execute()
214 aidlLoopTimeoutDuration, hints, extensionNameToPrefix, relocation); in execute()
221 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
229 if (relocation.input) { in executeInternal()
230 relocation.input->flush(); in executeInternal()
258 if (relocation.output) { in executeInternal()
259 relocation.output->flush(); in executeInternal()
271 hal::utils::RequestRelocation relocation; in createReusableExecution() local
274 &maybeRequestInShared, &relocation)); in createReusableExecution()
300 std::move(relocation), std::move(holds)); in createReusableExecution()
308 hal::utils::RequestRelocation relocation, in create() argument
317 extensionNameToPrefix, std::move(relocation), std::move(cacheHolds)); in create()
325 hal::utils::RequestRelocation relocation, in BurstExecution() argument
334 kRelocation(std::move(relocation)), in BurstExecution()