Searched refs:appendPrintBuf (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril.cpp | 119 #define appendPrintBuf(x...) snprintf(printBuf, PRINTBUF_SIZE, x) macro 129 #define appendPrintBuf(x...) 606 appendPrintBuf("%s%s", printBuf, string8); in dispatchString() 666 appendPrintBuf("%s%s,", printBuf, pStrings[i]); in dispatchStrings() 722 appendPrintBuf("%s%d,", printBuf, t); in dispatchInts() 774 appendPrintBuf("%s%d,%s,smsc=%s", printBuf, args.status, in dispatchSmsWrite() 867 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir); in dispatchDial() 869 appendPrintBuf("%s,uusType=%d,uusDcs=%d,uusLen=%d", printBuf, in dispatchDial() 946 appendPrintBuf("%scmd=0x%X,efid=0x%X,path=%s,%d,%d,%d,%s,pin2=%s,aid=%s", printBuf, in dispatchSIM_IO() 1025 appendPrintBuf("%ssessionid=%d,cla=%d,ins=%d,p1=%d,p2=%d,p3=%d,data=%s", in dispatchSIM_APDU() [all …]
|