Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c91 #ifndef __QAIC_DBG_PRINTF__
93 #define __QAIC_DBG_PRINTF__( ee ) do { printf ee ; } while(0) macro
96 #define __QAIC_DBG_PRINTF__( ee ) (void)0 macro
145 __QAIC_DBG_PRINTF__((__FILE__ ":%d:error:%d:%s\n", __LINE__, (int)(ee),#func));\
Dchre_slpi_stub.c91 #ifndef __QAIC_DBG_PRINTF__
93 #define __QAIC_DBG_PRINTF__( ee ) do { printf ee ; } while(0) macro
96 #define __QAIC_DBG_PRINTF__( ee ) (void)0 macro
145 __QAIC_DBG_PRINTF__((__FILE__ ":%d:error:%d:%s\n", __LINE__, (int)(ee),#func));\