Searched defs:Pipe (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/system/libqemu/
H A Dtest_util.h27 } Pipe; typedef in typeref:struct:__anon612
29 int pipe_openSocket( Pipe* pipe, int port );
30 int pipe_openQemuPipe( Pipe* pipe, const char* pipename );
31 int pipe_send( Pipe* pipe, const void* buff, size_t bufflen );
32 int pipe_recv( Pipe* pipe, void* buff, size_t bufflen );
33 void pipe_close( Pipe* pipe );

Completed in 81 milliseconds