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

  /external/qemu/telephony/
sms.c 1235 smspdu_free_list( SmsPDU* pdus )
1237 if (pdus) {
1239 for (nn = 0; pdus[nn] != NULL; nn++)
1240 smspdu_free( pdus[nn] );
1242 free( pdus );
1271 /* count the number of SMS PDUs we'll need */
1387 SmsPDU* pdus; member in struct:SmsFragmentRec
    [all...]
  /external/qemu/android/
console.c 1581 SmsPDU* pdus; local
    [all...]

Completed in 229 milliseconds