Searched defs:records (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/common_time/
H A Dlocal_clock.cpp82 int32_t LocalClock::getDebugLog(struct local_time_debug_event* records, argument
89 return dev_->get_debug_log(dev_, records, max_records);
/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java33 * NDEF defines messages and records. An NDEF Record contains
70 * This parser can handle chunked records, and converts them
73 * records, basic validation of the tnf, type, id, and payload fields
109 * @param records additional records (optional)
111 public NdefMessage(NdefRecord record, NdefRecord ... records) { argument
115 for (NdefRecord r : records) {
121 mRecords = new NdefRecord[1 + records.length];
123 System.arraycopy(records, 0, mRecords, 1, records
131 NdefMessage(NdefRecord[] records) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java33 * access ADN-like SIM records.
43 protected List<AdnRecord> records; field in class:IccPhoneBookInterfaceManager
64 // recordSize[2] is the number of records in the EF file
83 records = (List<AdnRecord>) ar.result;
85 if(DBG) logd("Cannot load ADN records");
86 if (records != null) {
87 records.clear();
231 * Get the capacity of records in efid
237 * recordSizes[2] is the number of records in the EF file
269 return records;
[all...]
/frameworks/av/include/media/
H A DMediaPlayerInterface.h178 // @param[inout] records Parcel where the player appends its metadata.
181 Parcel *records) {
180 getMetadata(const media::Metadata::Filter& ids, Parcel *records) argument
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightPlayer.cpp190 const media::Metadata::Filter& ids, Parcel *records) {
195 Metadata metadata(records);
189 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp300 const media::Metadata::Filter& ids, Parcel *records) {
299 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java338 List<SmsRawData> records = null;
343 records = iccISms.getAllMessagesFromIccEf();
349 return createMessageListFromRawRecords(records);
484 * records returned by <code>getAllMessagesFromIcc()</code>
486 * @param records SMS EF records, returned by
490 private static ArrayList<SmsMessage> createMessageListFromRawRecords(List<SmsRawData> records) { argument
492 if (records != null) {
493 int count = records.size();
495 SmsRawData data = records
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java36 * This class implements reading and parsing USIM records.
159 // So we read the IAP file and then read the email records.
199 // The number of records in the IAP file is same as the number of records in ADN file.
231 // records are empty. So we read both type 1 and type 2 file
232 // email records, just to be sure.
235 // Type 1 file, the number of records is the same as the number of
236 // records in the ADN file.
325 private void createPbrFile(ArrayList<byte[]> records) { argument
326 if (records
386 PbrFile(ArrayList<byte[]> records) argument
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp201 const media::Metadata::Filter& ids, Parcel *records) {
206 Metadata metadata(records);
200 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument

Completed in 1550 milliseconds