Home
last modified time | relevance | path

Searched refs:__osi_log (Results 1 – 1 of 1) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi.h326 #define __osi_log(type, ...) (void)ALOG(type, "SecHAL", __VA_ARGS__) macro
330 __osi_log(LOG_INFO, "%s: " format, __func__, ##__VA_ARGS__); \
335 __osi_log(LOG_DEBUG, "%s: " format, __func__, ##__VA_ARGS__); \
340 __osi_log(LOG_ERROR, "%s: " format, __func__, ##__VA_ARGS__); \