Lines Matching refs:relocation
67 hal::utils::RequestRelocation relocation; in execute() local
70 &maybeRequestInShared, &relocation)); in execute()
74 return executeInternal(hidlRequest, relocation); in execute()
79 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
80 if (relocation.input) { in executeInternal()
81 relocation.input->flush(); in executeInternal()
92 if (relocation.output) { in executeInternal()
93 relocation.output->flush(); in executeInternal()
117 hal::utils::RequestRelocation relocation; in createReusableExecution() local
120 &maybeRequestInShared, &relocation)); in createReusableExecution()
123 return Execution::create(shared_from_this(), std::move(hidlRequest), std::move(relocation)); in createReusableExecution()