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/native/services/surfaceflinger/
H A DFrameTracker.cpp123 FrameRecord* records = const_cast<FrameRecord*>(mFrameRecords); local
130 const sp<Fence>& rfence = records[idx].frameReadyFence;
132 records[idx].frameReadyTime = rfence->getSignalTime();
133 if (records[idx].frameReadyTime < INT64_MAX) {
134 records[idx].frameReadyFence = NULL;
140 const sp<Fence>& pfence = records[idx].actualPresentFence;
142 records[idx].actualPresentTime = pfence->getSignalTime();
143 if (records[idx].actualPresentTime < INT64_MAX) {
144 records[idx].actualPresentFence = NULL;
/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/opt/telephony/src/java/android/telephony/
H A DSmsManager.java370 List<SmsRawData> records = null;
375 records = iccISms.getAllMessagesFromIccEf(ActivityThread.currentPackageName());
381 return createMessageListFromRawRecords(records);
522 * records returned by <code>getAllMessagesFromIcc()</code>
524 * @param records SMS EF records, returned by
528 private static ArrayList<SmsMessage> createMessageListFromRawRecords(List<SmsRawData> records) { argument
530 if (records != null) {
531 int count = records.size();
533 SmsRawData data = records
[all...]
/frameworks/av/include/media/
H A DMediaPlayerInterface.h193 // @param[inout] records Parcel where the player appends its metadata.
196 Parcel *records) {
195 getMetadata(const media::Metadata::Filter& ids, Parcel *records) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp432 const media::Metadata::Filter& ids, Parcel *records) {
437 Metadata meta(records);
431 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java35 * This class implements reading and parsing USIM records.
158 // So we read the IAP file and then read the email records.
198 // The number of records in the IAP file is same as the number of records in ADN file.
230 // records are empty. So we read both type 1 and type 2 file
231 // email records, just to be sure.
234 // Type 1 file, the number of records is the same as the number of
235 // records in the ADN file.
324 private void createPbrFile(ArrayList<byte[]> records) { argument
325 if (records
385 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 683 milliseconds