HomeSort by relevance Sort by last modified time
    Searched defs:pdus (Results 1 - 3 of 3) 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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 485 ArrayList<SmsPdu> pdus = new ArrayList<SmsPdu>(msgCount); local
501 pdus.add(newPdu);
550 pdus.add(newPdu);
554 return pdus;
558 * Generate a list of deliver PDUs. The messageText and address parameters must be different from null,
569 * For CDMA the only difference between deliver and submit pdus are the messageType,
596 * from the MAP client. (As the Android system has no interface to send pre encoded PDUs)
602 /* This is able to handle both submit and deliver PDUs */
605 /* For GSM, there is no submit pdu decoder, and most parser utils are private, and only minded for submit pdus */
  /external/qemu/android/
console.c 1581 SmsPDU* pdus; local
    [all...]

Completed in 549 milliseconds