Lines Matching refs:relocation
99 hal::utils::RequestRelocation relocation; in execute() local
102 &maybeRequestInShared, &relocation)); in execute()
107 return executeInternal(hidlRequest, hidlMeasure, relocation); in execute()
112 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
113 if (relocation.input) { in executeInternal()
114 relocation.input->flush(); in executeInternal()
121 if (relocation.output) { in executeInternal()
122 relocation.output->flush(); in executeInternal()
146 hal::utils::RequestRelocation relocation; in createReusableExecution() local
149 &maybeRequestInShared, &relocation)); in createReusableExecution()
153 return Execution::create(shared_from_this(), std::move(hidlRequest), std::move(relocation), in createReusableExecution()