OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASSERTC
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_common.h
37
#define
ASSERTC
(cond, msg, val) if (!(cond)) { ALOGE( \
63
ASSERTC
(0, "Callback is NULL", 0); \
/external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c
67
#define
ASSERTC
(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
187
ASSERTC
(cfg.format == AUDIO_FORMAT_PCM_16_BIT,
[
all
...]
Completed in 82 milliseconds