Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 43) sorted by relevance

12

/hardware/intel/common/libwsbm/src/
Dwsbm_driver.c58 n_condInit(struct _WsbmCond *cond, struct _WsbmThreadFuncs *func) in n_condInit()
71 n_condNone(struct _WsbmCond *cond __attribute__ ((unused))) in n_condNone()
77 n_condWait(struct _WsbmCond *cond __attribute__ ((unused)), struct _WsbmMutex *mutex __attribute__ … in n_condWait()
115 pthread_cond_t cond; member
180 p_condInit(struct _WsbmCond *cond, struct _WsbmThreadFuncs *func) in p_condInit()
193 p_condFree(struct _WsbmCond *cond) in p_condFree()
201 p_condBroadcast(struct _WsbmCond *cond) in p_condBroadcast()
209 p_condWait(struct _WsbmCond *cond, struct _WsbmMutex *mutex) in p_condWait()
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h145 #define CONDITION(cond) ((cond) != 0) argument
150 #define MPL_LOGV_IF(cond, fmt, ...) \ argument
168 #define MPL_LOGD_IF(cond, fmt, ...) \ argument
186 #define MPL_LOGI_IF(cond, fmt, ...) \ argument
204 #define MPL_LOGW_IF(cond, fmt, ...) \ argument
222 #define MPL_LOGE_IF(cond, fmt, ...) \ argument
236 #define MPL_LOG_ALWAYS_FATAL_IF(cond, fmt, ...) \ argument
250 #define MPL_LOG_FATAL_IF(cond, fmt, ...) \ argument
271 #define MPL_LOG_ASSERT(cond, fmt, ...) \ argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h176 #define CONDITION(cond) ((cond) != 0) argument
181 #define MPL_LOGV_IF(cond, fmt, ...) \ argument
204 #define MPL_LOGD_IF(cond, fmt, ...) \ argument
227 #define MPL_LOGI_IF(cond, fmt, ...) \ argument
245 #define MPL_LOGW_IF(cond, fmt, ...) \ argument
270 #define MPL_LOGE_IF(cond, fmt, ...) \ argument
290 #define MPL_LOG_ALWAYS_FATAL_IF(cond, fmt, ...) \ argument
304 #define MPL_LOG_FATAL_IF(cond, fmt, ...) \ argument
325 #define MPL_LOG_ASSERT(cond, fmt, ...) \ argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dasm_offsets.h17 #define ct_assert(name,cond) \ argument
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h61 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h61 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h61 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
Ddebug.h49 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
Ddebug.h49 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
Ddebug.h49 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h61 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h61 #define FAILIF(cond, msg...) do { \ argument
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_semaphore.h48 pthread_cond_t cond; member
/hardware/ril/libril/
DrilSocketQueue.h51 pthread_cond_t cond; variable
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h78 pthread_cond_t cond; variable
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h78 pthread_cond_t cond; variable
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h78 pthread_cond_t cond; variable
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h85 pthread_cond_t cond; variable
/hardware/bsp/intel/peripheral/light/mraa/
Dlights.c329 static int init_light_sync_resources(pthread_cond_t *cond, in init_light_sync_resources()
374 static void free_light_sync_resources(pthread_cond_t *cond, in free_light_sync_resources()
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h86 pthread_cond_t cond; variable
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c92 pthread_cond_t cond; member
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h63 #define FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) argument
/hardware/libhardware/modules/vehicle/
Dvehicle.c63 pthread_cond_t cond; member
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c85 pthread_cond_t cond; member
/hardware/qcom/camera/usbcamcore/src/
DQCameraMjpegDecode.cpp108 pthread_cond_t cond; member

12