Searched refs:queue_push_head (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dqueue.h42 int queue_push_head(struct queue *queue, void *data);
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dqueue.c63 int queue_push_head(struct queue *queue, void *data) function
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp826 ret = queue_push_head(&bufferq, pBuffer);

Completed in 68 milliseconds