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

/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/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/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/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/interfaces/audio/2.0/default/
H A DStream.cpp48 static const std::vector<int> empty; local
49 return analyzeStatus(funcName, status, empty);
60 if (status != 0 && (ignoreErrors.empty() || !element_in(-status, ignoreErrors))) {
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp128 * Ensure the factory doesn't support an empty UUID
138 * Ensure empty content type is not supported
141 hidl_string empty; local
142 EXPECT_FALSE(drmFactory->isContentTypeSupported(empty));
279 * The DRM HAL should return BAD_VALUE if an empty provisioning
293 * Helper method to open a session and verify that a non-empty
390 * Test that attempting to close an invalid (empty) sessionId
487 * Test that an empty sessionID returns BAD_VALUE
504 * Test that an empty key response returns BAD_VALUE
520 * Test that a removeKeys on an empty sessionI
[all...]
H A Ddrm_hal_vendor_test.cpp189 * Ensure the factory doesn't support an empty UUID
208 * Ensure empty content type is not supported
211 hidl_string empty; local
212 EXPECT_FALSE(drmFactory->isContentTypeSupported(empty));
385 * The DRM HAL should return BAD_VALUE if an empty provisioning
400 * Helper method to open a session and verify that a non-empty
491 * Test that attempting to close an invalid (empty) sessionId
531 * Test that an empty sessionID returns BAD_VALUE
549 * Test that an empty key response returns BAD_VALUE
566 * 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.h336 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/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
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h331 empty:1; member in struct:snd_interval
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h348 empty:1; member in struct:snd_interval

Completed in 563 milliseconds