Lines Matching refs:port
766 mpp_stopwatch_record(stopwatch, "input port user poll");
767 /* poll input port for valid task */
776 mpp_stopwatch_record(stopwatch, "input port user dequeue");
821 mpp_stopwatch_record(stopwatch, "input port user enqueue");
830 mpp_stopwatch_record(stopwatch, "input port user poll");
839 mpp_stopwatch_record(stopwatch, "input port user dequeue");
1025 MppTaskQueue port = NULL;
1040 port = mpp->mUsrInPort;
1043 port = mpp->mUsrOutPort;
1049 if (port)
1050 ret = mpp_port_poll(port, timeout);
1057 MppTaskQueue port = NULL;
1073 port = mpp->mUsrInPort;
1077 port = mpp->mUsrOutPort;
1084 if (port) {
1085 ret = mpp_port_dequeue(port, task);
1095 MppTaskQueue port = NULL;
1111 port = mpp->mUsrInPort;
1115 port = mpp->mUsrOutPort;
1122 if (port) {
1123 ret = mpp_port_enqueue(port, task);