Searched refs:AT_DUMP (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/ril/ |
D | atchannel.h | 29 extern void AT_DUMP(const char* prefix, const char* buff, int len); 31 #define AT_DUMP(prefix,buff,len) do{}while(0)
|
D | atchannel.c | 56 void AT_DUMP(const char* prefix, const char* buff, int len) in AT_DUMP() function 381 AT_DUMP( "<< ", p_read, count ); in readline() 490 AT_DUMP( ">> ", s, strlen(s) ); in writeline() 529 AT_DUMP( ">* ", s, strlen(s) ); in writeCtrlZ()
|
D | reference-ril.c | 4000 AT_DUMP("== ", "entering mainLoop()", -1 );
|