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

/system/core/fastboot/
H A Dusb_osx.cpp48 #define WARN(x...) fprintf(stderr, x) macro
50 #define WARN(x...) macro
125 WARN("Unable to create plugin (%08x)\n", kr);
165 WARN("Could not open interface: (%08x)\n", kr);
/system/bt/audio_a2dp_hw/src/
H A Daudio_a2dp_hw.cc70 #define WARN(fmt, ...) LOG_WARN(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__) macro
315 WARN("write timeout exceeded, sent %zu bytes", count);

Completed in 263 milliseconds