Home | History | Annotate | Download | only in jni

Lines Matching refs:DataQueue

21 #include "DataQueue.h"
32 ** Function: DataQueue
39 DataQueue::DataQueue() {}
43 ** Function: ~DataQueue
50 DataQueue::~DataQueue() {
60 bool DataQueue::isEmpty() {
78 bool DataQueue::enqueue(uint8_t* data, uint16_t dataLen) {
95 LOG(ERROR) << StringPrintf("DataQueue::enqueue: out of memory ?????");
113 bool DataQueue::dequeue(uint8_t* buffer, uint16_t bufferMaxLen,