HomeSort by relevance Sort by last modified time
    Searched defs:AT_DUMP (Results 1 - 2 of 2) sorted by null

  /hardware/ril/reference-ril/
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)
atchannel.c 55 void AT_DUMP(const char* prefix, const char* buff, int len)
375 AT_DUMP( "<< ", p_read, count );
484 AT_DUMP( ">> ", s, strlen(s) );
523 AT_DUMP( ">* ", s, strlen(s) );

Completed in 41 milliseconds