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

/hardware/ril/libril/
H A Dril.cpp119 #define appendPrintBuf(x...) snprintf(printBuf, PRINTBUF_SIZE, x) macro
129 #define appendPrintBuf(x...)
609 appendPrintBuf("%s%s", printBuf, string8);
669 appendPrintBuf("%s%s,", printBuf, pStrings[i]);
725 appendPrintBuf("%s%d,", printBuf, t);
777 appendPrintBuf("%s%d,%s,smsc=%s", printBuf, args.status,
870 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir);
872 appendPrintBuf("%s,uusType=%d,uusDcs=%d,uusLen=%d", printBuf,
949 appendPrintBuf("%scmd=0x%X,efid=0x%X,path=%s,%d,%d,%d,%s,pin2=%s,aid=%s", printBuf,
1028 appendPrintBuf("
[all...]

Completed in 33 milliseconds