Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_msg.c62 static FILE *get_pipe (void);
69 get_pipe (void) in get_pipe() function
90 ppack (get_pipe (), CK_MSG_FAIL, (CheckMsg *) & fmsg); in send_failure_info()
100 ppack (get_pipe (), CK_MSG_DURATION, (CheckMsg *) & dmsg); in send_duration_info()
110 ppack (get_pipe (), CK_MSG_LOC, (CheckMsg *) & lmsg); in send_loc_info()
120 ppack (get_pipe (), CK_MSG_CTX, (CheckMsg *) & cmsg); in send_ctx_info()
130 fp = get_pipe (); in receive_test_result()