Searched defs:records (Results 1 - 21 of 21) 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/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DServiceIntentSender.java57 * @param records List of opened devices. Can be empty.
59 void sendUpdateNotificationIntent(@NonNull MtpDeviceRecord[] records) { argument
60 Preconditions.checkNotNull(records);
63 if (records.length != 0) {
64 final int[] ids = new int[records.length];
65 final Notification[] notifications = new Notification[records.length];
66 for (int i = 0; i < records.length; i++) {
67 ids[i] = records[i].deviceId;
68 notifications[i] = createNotification(mContext, records[i]);
/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/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java361 // first record in the list of all records that have the same primary key and equal data.
362 // It will return false if a) there are any records that have the same primary key and
367 List<SoundModelRecord> records) {
368 // First pass - check to see if all the records that have the same primary key have
370 for (SoundModelRecord record : records) {
382 for (SoundModelRecord record : records) {
366 ifViolatesV6PrimaryKeyIsFirstOfAnyDuplicates( List<SoundModelRecord> records) argument
/frameworks/native/services/surfaceflinger/
H A DFrameTracker.cpp125 // Skip frame records with no data (if buffer not yet full).
148 FrameRecord* records = const_cast<FrameRecord*>(mFrameRecords); local
155 const std::shared_ptr<FenceTime>& rfence = records[idx].frameReadyFence;
157 records[idx].frameReadyTime = rfence->getSignalTime();
158 if (records[idx].frameReadyTime < INT64_MAX) {
159 records[idx].frameReadyFence = nullptr;
166 records[idx].actualPresentFence;
168 records[idx].actualPresentTime = pfence->getSignalTime();
169 if (records[idx].actualPresentTime < INT64_MAX) {
170 records[id
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java34 * This class implements reading and parsing USIM records.
164 // All EF files are loaded, return all the records
195 // Read EF_EMAIL which contains the email records.
207 * So we read the IAP file and then read the email records.
270 // records are empty. In that case buildType2EmailList will fail and
282 * If this is type 1, the number of records in EF_EMAIL would be same as the record number
362 * The number of records in the IAP file is same as the number of records in the master
492 private void createPbrFile(ArrayList<byte[]> records) { argument
493 if (records
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentTransition.java77 * @param records The list of transactions being executed.
79 * @param startIndex The first index into records and isRecordPop to execute as
81 * @param endIndex One past the last index into records and isRecordPop to execute
88 ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop,
96 final BackStackRecord record = records.get(i);
111 records, isRecordPop, startIndex, endIndex);
132 * @param records The list of transactions being executed.
134 * @param startIndex The first index into records and isRecordPop to execute as
136 * @param endIndex One past the last index into records and isRecordPop to execute
142 ArrayList<BackStackRecord> records, ArrayLis
87 startTransitions(FragmentManagerImpl fragmentManager, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, boolean isReordered) argument
141 calculateNameOverrides(int containerId, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
[all...]
H A DBackStackRecord.java697 * @param records Modified to add this BackStackRecord
699 * @return true always because the records and isRecordPop will always be changed
702 public boolean generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) { argument
707 records.add(this);
727 boolean interactsWith(ArrayList<BackStackRecord> records, int startIndex, int endIndex) { argument
739 BackStackRecord record = records.get(i);
H A DFragmentManager.java2079 private void executePostponedTransaction(ArrayList<BackStackRecord> records, argument
2084 if (records != null && !listener.mIsBack) {
2085 int index = records.indexOf(listener.mRecord);
2091 if (listener.isReady() || (records != null &&
2092 listener.mRecord.interactsWith(records, 0, records.size()))) {
2097 if (records != null && !listener.mIsBack &&
2098 (index = records.indexOf(listener.mRecord)) != -1 &&
2111 * of proximate records that allow reordering. See
2120 * @param records Th
2123 removeRedundantOperationsAndExecute(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
2173 executeOpsTogether(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2263 postponePostponableTransactions(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, ArraySet<Fragment> added) argument
2392 executeOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2470 generateOpsForPendingActions(ArrayList<BackStackRecord> records, ArrayList<Boolean> isPop) argument
2519 popBackStackState(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, String name, int id, int flags) argument
3625 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
3644 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
[all...]
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h26 // Set this to a nonzero value to fix the number of records in the ring.
29 // Set this to the max number of records that can be written simultaneously.
32 // Set this to the min number of records that must be readable.
46 // Inconsistent data can only be returned if at least 2^32 records are written
173 // Creates a new ring at |mmap| with |record_count| records.
302 // i.e. the stores for the records with sequence numbers < |tail| have
327 if (*sequence == tail) return false; // No new records available.
385 // Number of records in the ring.
398 // (1) Writes advance |head| past any updated records before writing to
441 // Number of records i
454 RecordStorage records[]; member in struct:android::dvr::BroadcastRing::Mmap
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java521 android.hardware.radio.V1_0.CdmaInformationRecords records) {
524 int numberOfInfoRecs = records.infoRec.size();
526 CdmaInformationRecord record = records.infoRec.get(i);
691 ArrayList<android.hardware.radio.V1_0.CellInfo> records) {
694 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records);
703 ArrayList<android.hardware.radio.V1_2.CellInfo> records) {
706 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_2(records);
520 cdmaInfoRec(int indicationType, android.hardware.radio.V1_0.CdmaInformationRecords records) argument
690 cellInfoList(int indicationType, ArrayList<android.hardware.radio.V1_0.CellInfo> records) argument
702 cellInfoList_1_2(int indicationType, ArrayList<android.hardware.radio.V1_2.CellInfo> records) argument
H A DSubscriptionController.java563 * @return List of all SubscriptionInfo records in database,
678 List<SubscriptionInfo> records = getActiveSubscriptionInfoList(callingPackage);
679 if (records == null) {
680 if (VDBG) logd("[getActiveSubInfoCount] records null");
683 if (VDBG) logd("[getActiveSubInfoCount]- count: " + records.size());
684 return records.size();
1060 // Once the records are loaded, notify DcTracker
1156 * @return the number of records updated
1188 * @return the number of records updated
1223 * @return the number of records update
1846 shouldDefaultBeCleared(List<SubscriptionInfo> records, int subId) argument
[all...]
H A DRIL.java5291 * @param records List of CellInfo defined in 1.0/types.hal
5296 ArrayList<android.hardware.radio.V1_0.CellInfo> records) {
5297 ArrayList<CellInfo> response = new ArrayList<CellInfo>(records.size());
5299 for (android.hardware.radio.V1_0.CellInfo record : records) {
5399 * @param records List of CellInfo defined in 1.2/types.hal
5404 ArrayList<android.hardware.radio.V1_2.CellInfo> records) {
5405 ArrayList<CellInfo> response = new ArrayList<CellInfo>(records.size());
5407 for (android.hardware.radio.V1_2.CellInfo record : records) {
5295 convertHalCellInfoList( ArrayList<android.hardware.radio.V1_0.CellInfo> records) argument
5403 convertHalCellInfoList_1_2( ArrayList<android.hardware.radio.V1_2.CellInfo> records) argument
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentTransition.java92 * @param records The list of transactions being executed.
94 * @param startIndex The first index into records and isRecordPop to execute as
96 * @param endIndex One past the last index into records and isRecordPop to execute
103 ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop,
112 final BackStackRecord record = records.get(i);
127 records, isRecordPop, startIndex, endIndex);
149 * @param records The list of transactions being executed.
151 * @param startIndex The first index into records and isRecordPop to execute as
153 * @param endIndex One past the last index into records and isRecordPop to execute
159 ArrayList<BackStackRecord> records, ArrayLis
102 startTransitions(FragmentManagerImpl fragmentManager, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, boolean isReordered) argument
158 calculateNameOverrides(int containerId, ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
[all...]
H A DBackStackRecord.java692 * @param records Modified to add this BackStackRecord
694 * @return true always because the records and isRecordPop will always be changed
697 public boolean generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) { argument
702 records.add(this);
722 boolean interactsWith(ArrayList<BackStackRecord> records, int startIndex, int endIndex) { argument
734 BackStackRecord record = records.get(i);
H A DFragmentManager.java2289 private void executePostponedTransaction(ArrayList<BackStackRecord> records, argument
2294 if (records != null && !listener.mIsBack) {
2295 int index = records.indexOf(listener.mRecord);
2301 if (listener.isReady() || (records != null
2302 && listener.mRecord.interactsWith(records, 0, records.size()))) {
2307 if (records != null && !listener.mIsBack
2308 && (index = records.indexOf(listener.mRecord)) != -1
2321 * of proximate records that allow reordering. See
2330 * @param records Th
2333 removeRedundantOperationsAndExecute(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
2383 executeOpsTogether(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2473 postponePostponableTransactions(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex, ArraySet<Fragment> added) argument
2610 executeOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, int startIndex, int endIndex) argument
2703 generateOpsForPendingActions(ArrayList<BackStackRecord> records, ArrayList<Boolean> isPop) argument
2744 popBackStackState(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop, String name, int id, int flags) argument
3825 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
3844 generateOps(ArrayList<BackStackRecord> records, ArrayList<Boolean> isRecordPop) argument
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Driver.cpp558 // log only non-empty records
713 const media::Metadata::Filter& /* ids */, Parcel *records) {
718 Metadata meta(records);
712 getMetadata( const media::Metadata::Filter& , Parcel *records) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp620 // log only non-empty records
786 const media::Metadata::Filter& /* ids */, Parcel *records) {
791 Metadata meta(records);
785 getMetadata( const media::Metadata::Filter& , Parcel *records) argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java1119 ArrayMap<String, Record> records) {
1120 final int N = records.size();
1123 final Record r = records.valueAt(i);
1148 ArrayMap<String, Record> records) {
1149 final int N = records.size();
1151 final Record r = records.valueAt(i);
1192 JSONArray records = new JSONArray();
1232 records.put(record);
1237 ranking.put("records", records);
1117 dumpRecords(ProtoOutputStream proto, long fieldId, @NonNull NotificationManagerService.DumpFilter filter, ArrayMap<String, Record> records) argument
1146 dumpRecords(PrintWriter pw, String prefix, @NonNull NotificationManagerService.DumpFilter filter, ArrayMap<String, Record> records) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java1079 List<SmsRawData> records = null;
1084 records = iccISms.getAllMessagesFromIccEfForSubscriber(
1092 return createMessageListFromRawRecords(records);
1253 * records returned by <code>getAllMessagesFromIcc()</code>
1255 * @param records SMS EF records, returned by
1259 private ArrayList<SmsMessage> createMessageListFromRawRecords(List<SmsRawData> records) { argument
1261 if (records != null) {
1262 int count = records.size();
1264 SmsRawData data = records
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 412 milliseconds