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

12

/hardware/ril/libril/
H A DrilSocketQueue.h75 * Check if the queue is empty.
77 int empty(void);
106 while(empty()) {
160 int Ril_queue<T>::empty(void) { function in class:Ril_queue
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dauthorization_set.h41 * Construct an empty, dynamically-allocated, growable AuthorizationSet.
91 * Returns true if the set is empty.
93 bool empty() const { return size() == 0; } function in class:android::hardware::keymaster::V4_0::AuthorizationSet
/hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h52 bool empty() const { function in class:Map
56 return !empty();
154 if ( empty() ) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h51 bool empty() const { function in class:Map
55 return !empty();
153 if ( empty() ) {
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h51 bool empty() const { function in class:Map
55 return !empty();
153 if ( empty() ) {
/hardware/google/av/media/codecs/base/
H A DSimpleC2Component.cpp42 bool SimpleC2Component::WorkQueue::empty() const { function in class:android::SimpleC2Component::WorkQueue
43 return mQueue.empty();
99 while (!items->empty()) {
126 while (!queue->empty()) {
135 while (!pending->empty()) {
331 while (queue->empty()) {
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h42 * Construct an empty, dynamically-allocated, growable AuthorizationSet.
92 * Returns true if the set is empty.
94 bool empty() const { return size() == 0; } function in class:android::hardware::keymaster::V3_0::AuthorizationSet
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp461 bool empty = true; local
463 empty = false;
471 if (empty || (!empty && (oldestGrallocFrameNumber < oldest))){
475 empty = false;
478 if (empty )
H A DQCamera3Mem.cpp490 bool empty = true; local
495 if ((empty) || (!empty && oldest > mCurrentFrameNumbers[index]
500 empty = false;
503 if (empty)
1044 bool empty = true; local
1048 if ((empty) ||
1049 (!empty && oldest > mCurrentFrameNumbers[index]
1054 empty = false;
1057 if (empty)
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_userpool.c586 int empty; local
591 empty = (p->delayed.next == &p->delayed);
594 if (!empty)
597 } while (!empty);
/hardware/google/av/codec2/vndk/include/util/
H A DC2InterfaceUtils.h68 * Constructs an empty range with no supported values.
159 * \param max the higher value (if this is lower than |min| the range will be empty)
200 * Constructs a range from a generic C2FieldSupportedValues object. This will be an empty
208 * Returns whether this range is empty.
308 * \param max the higher value (if this is lower than |min| the range will be empty)
346 * Constructs an empty flag set.
376 * Constructs a flag set from a generic C2FieldSupportedValues object. This will be an empty
388 * Returns whether this set is empty.
391 return _mValues.empty();
478 * Constructs an empty valu
832 inline bool empty() const { return _mConflicts.empty(); } function in class:C2SettingConflictsBuilder
[all...]
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp135 * Ensure the factory doesn't support an empty UUID
145 * Ensure empty content type is not supported
148 hidl_string empty; local
149 EXPECT_FALSE(drmFactory->isContentTypeSupported(empty));
314 * The DRM HAL should return BAD_VALUE if an empty provisioning
328 * Helper method to open a session and verify that a non-empty
421 * Test that attempting to close an invalid (empty) sessionId
518 * Test that an empty sessionID returns BAD_VALUE
535 * Test that an empty key response returns BAD_VALUE
551 * Test that a removeKeys on an empty sessionI
[all...]
H A Ddrm_hal_vendor_test.cpp209 * Ensure the factory doesn't support an empty UUID
228 * Ensure empty content type is not supported
231 hidl_string empty; local
232 EXPECT_FALSE(drmFactory->isContentTypeSupported(empty));
405 * The DRM HAL should return BAD_VALUE if an empty provisioning
420 * Helper method to open a session and verify that a non-empty
511 * Test that attempting to close an invalid (empty) sessionId
551 * Test that an empty sessionID returns BAD_VALUE
569 * Test that an empty key response returns BAD_VALUE
586 * Test that a removeKeys on an empty sessionI
[all...]
/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
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h332 empty:1; member in struct:snd_interval
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h349 empty:1; member in struct:snd_interval
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h338 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member in struct:snd_interval
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound.h355 empty:1; member in struct:snd_interval
/hardware/qcom/msm8998/kernel-headers/sound/
H A Dasound.h348 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member in struct:snd_interval
/hardware/qcom/msm8998/original-kernel-headers/sound/
H A Dasound.h367 empty:1; member in struct:snd_interval
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dasound.h336 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member in struct:snd_interval
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dasound.h355 empty:1; member in struct:snd_interval
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h331 empty:1; member in struct:snd_interval
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h348 empty:1; member in struct:snd_interval

Completed in 1101 milliseconds

12