Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 13 of 13) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h74 #define LOG_LAZY_EVAL(condition, expr) \ argument
103 #define LOG_IF(severity, condition) \ argument
114 #define QLOG_IF(severity, condition) \ argument
142 #define PLOG_IF(severity, condition) \ argument
154 #define CHECK(condition) \ argument
159 #define PCHECK(condition) \ argument
221 #define DLOG_IF(severity, condition) \ argument
229 #define DCHECK(condition) \ argument
241 #define DPLOG_IF(severity, condition) \ argument
/hardware/interfaces/audio/aidl/vts/
DAudioHalBinderServiceUtil.h82 std::condition_variable condition; variable
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h344 #define LOG_RESULT_LOCATION(condition) \ argument
351 #define LOG_RESULT_LOCATION(condition) \ argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h398 #define LOG_RESULT_LOCATION(condition) \ argument
405 #define LOG_RESULT_LOCATION(condition) \ argument
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc62 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
Dh4_protocol_unittest.cc69 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
/hardware/knowles/athletico/sound_trigger_hal/tests/
Doslo_data_injection_test.c58 pthread_cond_t condition; member
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h124 pthread_cond_t condition; variable
/hardware/google/aemu/base/include/aemu/base/
Daddress_space.h69 static void address_space_assert(bool condition) { in address_space_assert()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp203 auto expect = [&valid](bool condition, std::string message) { in isValid()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h201 pthread_cond_t condition; variable
/hardware/interfaces/broadcastradio/common/utilsaidl/
DUtils.cpp210 auto expect = [&valid](bool condition, const string& message) { in isValid()
/hardware/qcom/audio/hal/
Daudio_hw.h458 #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\ argument