Home
last modified time | relevance | path

Searched defs:WARN (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dusb_osx.cpp48 #define WARN(x...) fprintf(stderr, x) macro
50 #define WARN(x...) macro
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c70 #define WARN(fmt, ...) LOG_WARN(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro