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

/system/bt/embdrv/sbc/decoder/include/
H A Doi_assert.h24 When the OI_DEBUG preprocessor value is defined, the macro OI_ASSERT is compiled into
43 /** The macro OI_ASSERT takes a condition argument. If the asserted condition
44 does not evaluate to true, the OI_ASSERT macro calls the host-dependent function,
50 #define OI_ASSERT(condition) \ macro
59 #define OI_ASSERT(condition) macro

Completed in 48 milliseconds