Home | History | Annotate | Download | only in jni

Lines Matching refs:DataQueue

21 #include "DataQueue.h"
28 ** Function: DataQueue
35 DataQueue::DataQueue ()
42 ** Function: ~DataQueue
49 DataQueue::~DataQueue ()
62 bool DataQueue::isEmpty()
82 bool DataQueue::enqueue (UINT8* data, UINT16 dataLen)
104 ALOGE ("DataQueue::enqueue: out of memory ?????");
123 bool DataQueue::dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen)