HomeSort by relevance Sort by last modified time
    Searched refs:dequeue (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
queue.c 57 static struct qentry *dequeue(void);
75 item = dequeue();
82 dequeue(void) function
100 while ((item = dequeue()) != NULL) {
112 while ((item = dequeue()) != NULL) {
  /hardware/libhardware/modules/sensors/
SensorEventQueue.h 69 void dequeue();
SensorEventQueue.cpp 74 void SensorEventQueue::dequeue() { function in class:SensorEventQueue
  /packages/apps/Nfc/nci/jni/
DataQueue.h 71 ** Function: dequeue
81 bool dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen);
DataQueue.cpp 113 ** Function: dequeue
123 bool DataQueue::dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen) function in class:DataQueue
148 //adjust offset so the next dequeue() will get the remainder
  /device/asus/flo/camera/QCamera2/util/
QCameraQueue.h 50 void* dequeue(bool bFromHead = true);