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

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

Completed in 152 milliseconds