Lines Matching refs:relocation
47 hal::utils::RequestRelocation relocation,
52 int64_t loopTimeoutDuration, hal::utils::RequestRelocation relocation,
178 hal::utils::RequestRelocation relocation; in execute() local
182 &maybeRequestInShared, &relocation))); in execute()
208 aidlLoopTimeoutDuration, relocation); in execute()
214 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
222 if (relocation.input) { in executeInternal()
223 relocation.input->flush(); in executeInternal()
239 if (relocation.output) { in executeInternal()
240 relocation.output->flush(); in executeInternal()
250 hal::utils::RequestRelocation relocation; in createReusableExecution() local
253 &maybeRequestInShared, &relocation)); in createReusableExecution()
278 aidlLoopTimeoutDuration, std::move(relocation), std::move(holds)); in createReusableExecution()
284 hal::utils::RequestRelocation relocation, in create() argument
292 std::move(memoryIdentifierTokens), measure, loopTimeoutDuration, std::move(relocation), in create()
299 hal::utils::RequestRelocation relocation, in BurstExecution() argument
306 kRelocation(std::move(relocation)), in BurstExecution()