HomeSort by relevance Sort by last modified time
    Searched refs:queue_push_head (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/wrs_omxil_core/utils/inc/
queue.h 42 int queue_push_head(struct queue *queue, void *data);
  /hardware/intel/common/wrs_omxil_core/utils/src/
queue.c 63 int queue_push_head(struct queue *queue, void *data) function
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 821 ret = queue_push_head(&bufferq, pBuffer);
    [all...]

Completed in 286 milliseconds