Searched refs:HOST_PIPE_DLOG (Results 1 – 1 of 1) sorted by relevance
/hardware/google/aemu/host-common/ |
D | HostGoldfishPipe.cpp | 45 #define HOST_PIPE_DLOG(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARGS_… macro 49 #define HOST_PIPE_DLOG(fmt,...) macro 106 HOST_PIPE_DLOG("New pipe: service: for '%s', hwpipe: %p hostpipe: %p", in connect() 123 HOST_PIPE_DLOG("Close fd=%d", fd); in close() 217 HOST_PIPE_DLOG("Saving snapshot"); in saveSnapshot() 226 HOST_PIPE_DLOG("save pipe: fd=%d hwPipe=%p hostPipe=%p", in saveSnapshot() 249 HOST_PIPE_DLOG("attempt to load a host pipe"); in loadSnapshot() 257 HOST_PIPE_DLOG("Successfully loaded host pipe %p for hw pipe %p", in loadSnapshot() 260 HOST_PIPE_DLOG("Failed to load host pipe for hw pipe %p", hwpipe); in loadSnapshot() 271 HOST_PIPE_DLOG("Saving snapshot for fd=%d", fd); in saveSnapshot() [all …]
|