Searched refs:cond (Results 1 – 11 of 11) sorted by relevance
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/ |
D | log.h | 29 #define ASSERT(cond) CHECK(cond) argument 30 #define ASSERT_LOG(cond, ...) CHECK(cond) << fmt::sprintf(__VA_ARGS__) argument
|
/device/google/redbull/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument 42 if (!(cond)) { \ 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/google/coral/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument 42 if (!(cond)) { \ 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/google/sunfish/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument 42 if (!(cond)) { \ 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | rilSocketQueue.h | 51 pthread_cond_t cond; variable 97 cond = PTHREAD_COND_INITIALIZER; in Ril_queue() 107 pthread_cond_wait(&cond, &mutex_instance); in dequeue() 132 pthread_cond_broadcast(&cond); in enqueue()
|
/device/google/contexthub/firmware/lib/libc/ |
D | arm_asm.h | 66 .macro RETURN cond= 68 bx\cond lr 70 mov\cond pc, lr
|
/device/google/cuttlefish/common/libs/confui/ |
D | utils.h | 64 #define ConfUiCheck(cond) CHECK(cond) << "ConfUI: " argument
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.h | 94 Condition cond; member
|
D | C2GoldfishVpxDec.cpp | 484 queue.waitForCondition(queue->cond); in threadLoop() 492 queue->cond.signal(); in threadLoop() 500 queue->cond.broadcast(); in threadLoop()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 64 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument 65 if ((cond) && DBG_ENABLE) { \
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 93 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument 94 if ((cond) && DBG_ENABLE) { \
|