Searched refs:AT_DUMP (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/reference-ril/
H A Datchannel.h29 extern void AT_DUMP(const char* prefix, const char* buff, int len);
31 #define AT_DUMP(prefix,buff,len) do{}while(0) macro
H A Datchannel.c68 void AT_DUMP(const char* prefix, const char* buff, int len) function
387 AT_DUMP( "<< ", p_read, count );
504 AT_DUMP( ">> ", s, strlen(s) );
543 AT_DUMP( ">* ", s, strlen(s) );
H A Dreference-ril.c3230 AT_DUMP("== ", "entering mainLoop()", -1 );

Completed in 221 milliseconds