Home | History | Annotate | Download | only in android

Lines Matching refs:pmsg

149  * '*pmsg' which contains '*plen' bytes
151 * this functions updates '*pmsg' and '*plen', and returns
155 qemud_sink_fill( QemudSink* ss, const uint8_t* *pmsg, int *plen)
165 memcpy(ss->buff + ss->used, *pmsg, avail);
166 *pmsg += avail;