Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DHostGoldfishPipe.cpp457 void HostGoldfishPipeDevice::closeFromHostCallback(void* hwPipeRaw) { in closeFromHostCallback() argument
458 const int fd = static_cast<const HostHwPipe*>(hwPipeRaw)->getFd(); in closeFromHostCallback()
468 void HostGoldfishPipeDevice::signalWakeCallback(void* hwPipeRaw, unsigned wakes) { in signalWakeCallback() argument
469 const int fd = static_cast<const HostHwPipe*>(hwPipeRaw)->getFd(); in signalWakeCallback()
474 int HostGoldfishPipeDevice::getPipeIdCallback(void* hwPipeRaw) { in getPipeIdCallback() argument
475 return static_cast<const HostHwPipe*>(hwPipeRaw)->getFd(); in getPipeIdCallback()