Searched defs:empty (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A DMap.h53 bool empty() const { return ( !head || !tail ); } function in class:Map
54 operator bool() const { return !empty(); }
148 if( empty() )
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h52 bool empty() const { function in class:Map
56 return !empty();
154 if ( empty() ) {
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h145 uint16 hi_prec; /* rapid dequeue hint (>= highest non-empty prec) */ \
229 bool empty; member in struct:pktpool

Completed in 5346 milliseconds