/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_thread.h | 96 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() argument 98 ok &= (CloseHandle(condition->waiting_sem_) != 0); in pthread_cond_destroy() 99 ok &= (CloseHandle(condition->received_sem_) != 0); in pthread_cond_destroy() 100 ok &= (CloseHandle(condition->signal_event_) != 0); in pthread_cond_destroy() 104 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() argument 107 condition->waiting_sem_ = CreateSemaphore(NULL, 0, 1, NULL); in pthread_cond_init() 108 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL); in pthread_cond_init() 109 condition->signal_event_ = CreateEvent(NULL, FALSE, FALSE, NULL); in pthread_cond_init() 110 if (condition->waiting_sem_ == NULL || in pthread_cond_init() 111 condition->received_sem_ == NULL || in pthread_cond_init() [all …]
|
/hardware/ti/omap4-aah/libtiutils/ |
D | DebugUtils.h | 174 #define _DBGUTILS_PLAIN_ASSERT(condition) \ argument 177 if ( !(condition) ) \ 180 "Condition failed: " #condition); \ 187 #define _DBGUTILS_PLAIN_ASSERT_X(condition, ...) \ argument 190 if ( !(condition) ) \ 193 "Condition failed: " #condition ": " __VA_ARGS__); \ 200 #define DBGUTILS_ASSERT(condition) \ argument 203 if ( !(condition) ) \ 205 DBGUTILS_LOGF("Condition failed: " #condition); \ 211 #define DBGUTILS_ASSERT_X(condition, ...) \ argument [all …]
|
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
D | timm_osal_events.c | 70 pthread_cond_t condition; member 104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL)) in TIMM_OSAL_EventCreate() 147 if (SUCCESS != pthread_cond_destroy(&(plEvent->condition))) in TIMM_OSAL_EventDelete() 216 if (SUCCESS != pthread_cond_signal(&plEvent->condition)) in TIMM_OSAL_EventSet() 333 pthread_cond_wait(&(plEvent->condition), in TIMM_OSAL_EventRetrieve() 370 condition), &(plEvent->mutex), in TIMM_OSAL_EventRetrieve()
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_events.c | 70 pthread_cond_t condition; member 104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL)) in TIMM_OSAL_EventCreate() 147 if (SUCCESS != pthread_cond_destroy(&(plEvent->condition))) in TIMM_OSAL_EventDelete() 216 if (SUCCESS != pthread_cond_signal(&plEvent->condition)) in TIMM_OSAL_EventSet() 333 pthread_cond_wait(&(plEvent->condition), in TIMM_OSAL_EventRetrieve() 370 condition), &(plEvent->mutex), in TIMM_OSAL_EventRetrieve()
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Event.c | 64 if (pthread_cond_init(&event->condition, NULL)) { in Exynos_OSAL_SignalCreate() 94 if (pthread_cond_destroy(&event->condition)) { in Exynos_OSAL_SignalTerminate() 158 pthread_cond_signal(&event->condition); in Exynos_OSAL_SignalSet() 199 pthread_cond_wait(&event->condition, (pthread_mutex_t *)(event->mutex)); in Exynos_OSAL_SignalWait() 203 … funcret = pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout); in Exynos_OSAL_SignalWait()
|
D | Exynos_OSAL_Event.h | 41 pthread_cond_t condition; member
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | log.h | 344 #define LOG_RESULT_LOCATION(condition) \ argument 346 __print_result_location((int)(condition), __FILE__, \ 351 #define LOG_RESULT_LOCATION(condition) \ argument 353 __print_result_location((int)(condition), __FILE__, \
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | log.h | 344 #define LOG_RESULT_LOCATION(condition) \ argument 346 __print_result_location((int)(condition), __FILE__, \ 351 #define LOG_RESULT_LOCATION(condition) \ argument 353 __print_result_location((int)(condition), __FILE__, \
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | log.h | 340 #define LOG_RESULT_LOCATION(condition) \ argument 342 __print_result_location((int)(condition), __FILE__, \ 347 #define LOG_RESULT_LOCATION(condition) \ argument 349 __print_result_location((int)(condition), __FILE__, \
|
/hardware/qcom/audio/hal/ |
D | audio_hw.h | 258 #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\ argument 260 " ASSERT_FATAL(" #condition ") failed.")
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | log.h | 334 #define LOG_RESULT_LOCATION(condition) \ argument 336 __print_result_location((int)(condition), __FILE__, \
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 626 pthread_cond_t condition; member 1243 pthread_cond_init (&(_mutex_).condition, NULL);\ 1252 pthread_cond_destroy (&(_mutex_).condition); \ 1277 (_mutex_).nErrorExist = pthread_cond_signal (&(_mutex_).condition); \ 1286 (_mutex_).nErrorExist = pthread_cond_wait (&(_mutex_).condition, &(_mutex_).mutex); \
|
/hardware/libhardware/tests/camera2/ |
D | CameraBurstTests.cpp | 52 #define WARN_UNLESS(condition) (!(condition) ? (std::cerr) : (std::ostream(NULL)) << "Warning: ") argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 75 Fixes multithreaded encoder race condition in loopfilter 397 Changed condition for using RD in Intra Mode
|
D | usage.dox | 96 The semantics of how each error condition should be processed is clearly
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 128 protection thereof is an essential condition to Licensee's use and possession
|
/hardware/invensense/60xx/libsensors_iio/ |
D | License.txt | 128 protection thereof is an essential condition to Licensee's use and possession
|
/hardware/invensense/6515/libsensors_iio/ |
D | License.txt | 128 protection thereof is an essential condition to Licensee's use and possession
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 1990 GTEST_API_ bool IsTrue(bool condition); 2167 #define GTEST_CHECK_(condition) \ 2169 if (::testing::internal::IsTrue(condition)) \ 2172 GTEST_LOG_(FATAL) << "Condition " #condition " failed. " 19327 #define EXPECT_TRUE(condition) \ 19328 GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ 19330 #define EXPECT_FALSE(condition) \ 19331 GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ 19333 #define ASSERT_TRUE(condition) \ 19334 GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 6132 bool IsTrue(bool condition) { return condition; } in IsTrue() argument
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 8250 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 8251 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|