Home | History | Annotate | Download | only in src

Lines Matching defs:tx

167  * Ideally the (SRC) max tx buffer capacity should equal the sinks
174 /* The typical runlevel of the tx queue size is ~1 buffer
233 long long tx;
300 cur_stat.tx+=len;
310 APPL_TRACE_WARNING4("tput rx:%d, tx:%d (bytes/s) (tot : rx %d, tx %d bytes)",
312 (cur_stat.tx*1000000)/((now_us - cur_stat.ts_prev_us)),
317 cur_stat.tx = 0;
936 /* ensure tx frames are immediately suspended */
970 /* ensure tx frames are immediately flushed */
977 /* when true media task discards any tx frames */
980 APPL_TRACE_EVENT1("## DROP TX %d ##", enable);
1035 log_tstamps_us("media task tx timer");
1837 /* audio engine stopped, reset tx suspended flag */
2165 VERBOSE("TX QUEUE NOW %d", btif_media_cb.TxAaQ.count);
2169 APPL_TRACE_DEBUG0("### tx suspended, discarded frame ###");
2178 /* Enqueue the encoded SBC frame in AA Tx Queue */