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

  /external/qemu/telephony/
sms.c 1236 smspdu_free_list( SmsPDU* pdus )
1238 if (pdus) {
1240 for (nn = 0; pdus[nn] != NULL; nn++)
1241 smspdu_free( pdus[nn] );
1243 free( pdus );
1272 /* count the number of SMS PDUs we'll need */
1388 SmsPDU* pdus; member in struct:SmsFragmentRec
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 496 ArrayList<SmsPdu> pdus = new ArrayList<SmsPdu>(msgCount); local
512 pdus.add(newPdu);
561 pdus.add(newPdu);
565 return pdus;
569 * Generate a list of deliver PDUs. The messageText and address parameters must be different from null,
580 * For CDMA the only difference between deliver and submit pdus are the messageType,
600 * from the MAP client. (As the Android system has no interface to send pre encoded PDUs)
606 /* This is able to handle both submit and deliver PDUs */
609 /* For GSM, there is no submit pdu decoder, and most parser utils are private, and only minded for submit pdus */
    [all...]
  /external/qemu/android/
console.c 1561 SmsPDU* pdus; local
    [all...]

Completed in 831 milliseconds