Searched refs:fInitPort (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/media/plugins/rtsp_streamer/ |
H A D | RTSPMediaIO.cpp | 109 fInitPort(-1) in HaikuRTSPClient() 111 fInitPort = create_port(1, "RTSP Client wait port"); in HaikuRTSPClient() 136 if (read_port_etc(fInitPort, NULL, &status, in WaitForInit() 141 close_port(fInitPort); in WaitForInit() 142 delete_port(fInitPort); in WaitForInit() 143 fInitPort = -1; in WaitForInit() 153 write_port(fInitPort, NULL, &status, sizeof(status)); in NotifyError() 161 write_port(fInitPort, NULL, &status, sizeof(status)); in NotifySucces()
|
H A D | RTSPMediaIO.h | 78 port_id fInitPort; variable
|