Lines Matching refs:relocation
65 hal::utils::RequestRelocation relocation; in execute() local
69 &maybeRequestInShared, &relocation))); in execute()
73 return executeInternal(hidlRequest, relocation); in execute()
78 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
79 if (relocation.input) { in executeInternal()
80 relocation.input->flush(); in executeInternal()
91 if (relocation.output) { in executeInternal()
92 relocation.output->flush(); in executeInternal()
113 hal::utils::RequestRelocation relocation; in createReusableExecution() local
116 &maybeRequestInShared, &relocation)); in createReusableExecution()
119 return Execution::create(shared_from_this(), std::move(hidlRequest), std::move(relocation)); in createReusableExecution()