Home
last modified time | relevance | path

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

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Dsession.c262 SRD_API int srd_session_send(struct srd_session *sess, in srd_session_send() function
H A Dlibsigrokdecode.h334 SRD_API int srd_session_send(struct srd_session *sess,
H A DChangeLog1521 srd_session_send(): Improve Doxygen comments.
2560 set the channel map. Instead, srd_session_send() now has a parameter
5264 session.c: In function 'srd_session_send':
5502 * srd_session_send() now takes an end_samplenum parameter, and had its
7940 srd/cli/qt: s/srd_session_feed/srd_session_send/.
/dports/science/sigrok-cli/sigrok-cli-0.7.1/
H A Dsession.c278 if (srd_session_send(srd_sess, rcvd_samples_logic, end_sample, in datafeed_in()
H A DChangeLog518 Pass unitsize to srd_session_send() directly.
521 no longer gets passed a unitsize, but rather srd_session_send() gets it.
2917 srd/cli/qt: s/srd_session_feed/srd_session_send/.
/dports/science/pulseview/pulseview-0.4.2/pv/data/
H A Ddecodesignal.cpp1158 if (srd_session_send(srd_session_, i, chunk_end, chunk, in decode_data()