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

1 2

  /packages/apps/Nfc/nci/jni/
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
  /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) {
  /device/asus/flo/camera/QCamera2/util/
QCameraQueue.cpp 175 * FUNCTION : dequeue
177 * DESCRIPTION: dequeue data from the queue
180 * @bFromHead : if true, dequeue from the head
181 * if false, dequeue from the tail
185 void* QCameraQueue::dequeue(bool bFromHead) function in class:qcamera::QCameraQueue
  /hardware/libhardware/modules/sensors/
SensorEventQueue.cpp 74 void SensorEventQueue::dequeue() { function in class:SensorEventQueue
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
ByteQueue.java 42 public byte dequeue() { method in class:ByteQueue
  /device/lge/hammerhead/camera/QCamera2/util/
QCameraQueue.cpp 94 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
207 * FUNCTION : dequeue
209 * DESCRIPTION: dequeue data from the queue
212 * @bFromHead : if true, dequeue from the head
213 * if false, dequeue from the tail
217 void* QCameraQueue::dequeue(bool bFromHead) function in class:qcamera::QCameraQueue
  /device/moto/shamu/camera/QCamera2/util/
QCameraQueue.cpp 94 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
207 * FUNCTION : dequeue
209 * DESCRIPTION: dequeue data from the queue
212 * @bFromHead : if true, dequeue from the head
213 * if false, dequeue from the tail
217 void* QCameraQueue::dequeue(bool bFromHead) function in class:qcamera::QCameraQueue
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraStream.cpp 72 void* StreamQueue::dequeue(){ function in class:android::StreamQueue
  /device/lge/mako/camera/
QCameraStream.cpp 73 void* StreamQueue::dequeue(){ function in class:android::StreamQueue
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 230 request.dequeue();
UsbRequest.java 44 // for temporarily saving current buffer across queue and dequeue
153 /* package */ void dequeue() { method in class:UsbRequest
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream.cpp 72 void* StreamQueue::dequeue(){ function in class:android::StreamQueue
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 33 dequeue();
42 dequeue();
51 dequeue();
146 dequeue();
353 function dequeue(){ function
429 dequeue();
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 42 const CFGBlock *dequeue();
73 const CFGBlock *DataflowWorklist::dequeue() { function in class:DataflowWorklist
538 while (const CFGBlock *block = worklist.dequeue()) {
UninitializedValues.cpp 223 const CFGBlock *dequeue();
238 const CFGBlock *DataflowWorklist::dequeue() { function in class:DataflowWorklist
241 // First dequeue from the worklist. This can represent
246 // Next dequeue from the initial reverse post order. This is the
841 while (const CFGBlock *block = worklist.dequeue()) {
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 95 status_t MetadataQueue::dequeue(camera_metadata_t **buf, bool incrementCount) { function in class:android::camera2::tests::MetadataQueue
208 return queue->dequeue(buffer, true);
432 ALOGE("%s: Unable to dequeue buffer %d for initial registration for"
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 177 private E dequeue() { method in class:LinkedBlockingQueue
412 x = dequeue();
437 x = dequeue();
459 x = dequeue();
PriorityBlockingQueue.java 283 private E dequeue() { method in class:PriorityBlockingQueue
498 return dequeue();
509 while ( (result = dequeue()) == null)
523 while ( (result = dequeue()) == null && nanos > 0)
745 dequeue(); method
ArrayBlockingQueue.java 146 private E dequeue() { method in class:ArrayBlockingQueue
362 return (count == 0) ? null : dequeue();
374 return dequeue();
390 return dequeue();
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 538 res = mFrameQueue.dequeue(&rawFrame);
693 status_t Camera2Device::MetadataQueue::dequeue(camera_metadata_t **buf, function in class:android::Camera2Device::MetadataQueue
949 return queue->dequeue(buffer, true);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 251 (app_notify_cb_t *)pme->mNotifyDataQueue.dequeue();
292 (app_notify_cb_t *)pme->mNotifyDataQueue.dequeue();
363 (mm_camera_super_buf_t *)pme->mSuperBufQueue.dequeue();
395 (mm_camera_super_buf_t *)pme->mSuperBufQueue.dequeue();
3487 void* QCameraQueue::dequeue() function in class:android::QCameraQueue
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 312 LiveInterval *dequeue() override;
328 LiveInterval *dequeue(PQueue &CurQueue);
552 LiveInterval *RAGreedy::dequeue() { return dequeue(Queue); } function in class:__anon9490::RAGreedy
554 LiveInterval *RAGreedy::dequeue(PQueue &CurQueue) { function in class:__anon9490::RAGreedy
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 639 inline void dequeue(T* entry) { function in struct:android::InputDispatcher::Queue
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 556 milliseconds

1 2