Home | History | Annotate | Download | only in jni

Lines Matching full:data

18  *  Store data bytes in a variable-size queue.
59 ** Description: Append data to the queue.
60 ** data: array of bytes
61 ** dataLen: length of the data.
66 bool enqueue (UINT8* data, UINT16 dataLen);
73 ** Description: Retrieve and remove data from the front of the queue.
74 ** buffer: array to store the data.
76 ** actualLen: actual length of the data.
98 UINT16 mDataLen; //number of octets of data
99 UINT16 mOffset; //offset of the first octet of data