Home
last modified time | relevance | path

Searched refs:hwPipePtr (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/host-common/
DHostGoldfishPipe.cpp256 HostHwPipe* hwPipePtr = associatePipes(std::move(hwPipe), hostPipe); in loadSnapshot() local
258 hostPipe, hwPipePtr); in loadSnapshot()
370 HostHwPipe* hwPipePtr = hwPipe.get(); in associatePipes() local
371 const int hwPipeFd = hwPipePtr->getFd(); in associatePipes()
373 mPipeToHwPipe[hostPipe] = hwPipePtr; in associatePipes()
384 return hwPipePtr; in associatePipes()