/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastidct.cpp | 313 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter() 324 void idct_row1Inter(Short *blk, UChar *rec, Int lx) in idct_row1Inter() 371 void idct_row2Inter(Short *blk, UChar *rec, Int lx) in idct_row2Inter() 430 void idct_row3Inter(Short *blk, UChar *rec, Int lx) in idct_row3Inter() 500 void idct_row4Inter(Short *blk, UChar *rec, Int lx) in idct_row4Inter() 744 void idct_rowInter(Short *blk, UChar *rec, Int lx) in idct_rowInter() 846 void idct_row1Intra(Short *blk, UChar *rec, Int lx) in idct_row1Intra() 867 void idct_row2Intra(Short *blk, UChar *rec, Int lx) in idct_row2Intra() 922 void idct_row3Intra(Short *blk, UChar *rec, Int lx) in idct_row3Intra() 988 void idct_row4Intra(Short *blk, UChar *rec, Int lx) in idct_row4Intra() [all …]
|
H A D | motion_comp.cpp | 352 UChar *rec, /* i */ in GetPredAdvBy0x0() 451 UChar *rec, /* i */ in GetPredAdvBy0x1() 776 UChar *rec, /* i */ in GetPredAdvBy1x0() 1119 UChar *rec, /* i */ in GetPredAdvBy1x1() 1520 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec, in EncGetPredOutside() 1944 void PutSkippedBlock(UChar *rec, UChar *prev, Int lx) in PutSkippedBlock()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | PlmnActRecordTest.java | 43 PlmnActRecord rec = new PlmnActRecord(TEST_PLMN_5DIGIT, ACCESS_TECHS_3GPP); in testConstructors() local 78 PlmnActRecord rec = new PlmnActRecord(TEST_RECORD_5DIGIT, 0); in testEncoding() local
|
/aosp12/build/make/tools/atree/ |
H A D | files.cpp | 118 FileRecord rec; in add_file() local 331 locate(FileRecord* rec, const vector<string>& search) in locate() 364 stat_out(const string& base, FileRecord* rec) in stat_out() 394 const FileRecord& rec, vector<FileRecord>*more) in add_more() 424 list_dir(const string& path, const FileRecord& rec, in list_dir() 464 list_dir(const FileRecord& rec, const vector<string>& excludes, in list_dir()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sdp_server.cc | 373 static int add_maps_sdp(const bluetooth_sdp_mas_record* rec) { in add_maps_sdp() 453 static int add_mapc_sdp(const bluetooth_sdp_mns_record* rec) { in add_mapc_sdp() 523 static int add_pbapc_sdp(const bluetooth_sdp_pce_record* rec) { in add_pbapc_sdp() 565 static int add_pbaps_sdp(const bluetooth_sdp_pse_record* rec) { in add_pbaps_sdp() 640 static int add_opps_sdp(const bluetooth_sdp_ops_record* rec) { in add_opps_sdp() 726 static int add_saps_sdp(const bluetooth_sdp_sap_record* rec) { in add_saps_sdp()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingIntentController.java | 139 PendingIntentRecord rec = ref != null ? ref.get() : null; in getIntentSender() local 242 final PendingIntentRecord rec = (PendingIntentRecord) sender; in cancelIntentSender() local 260 public void cancelIntentSender(PendingIntentRecord rec, boolean cleanActivity) { in cancelIntentSender() 327 private void makeIntentSenderCanceled(PendingIntentRecord rec) { in makeIntentSenderCanceled() 373 PendingIntentRecord rec = ref != null ? ref.get() : null; in dumpPendingIntents() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/incident/ |
H A D | PendingReports.java | 186 final PendingReportRec rec; in approveReport() local 211 final PendingReportRec rec; in denyReport() local 292 PendingReportRec rec = null; in authorizeReportImpl() local 387 final PendingReportRec rec = i.next(); in findAndRemovePendingReportRecLocked() local 402 final PendingReportRec rec = i.next(); in removePendingReportRecLocked() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/ |
H A D | PendingList.java | 174 final Rec rec = recs.get(i); in updateState() local 243 final Rec rec = recs.get(i); in showNotifications() local 306 private Intent newDialogIntent(Rec rec) { in newDialogIntent()
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_roots.cpp | 75 auto rec = GetEntryForPath(fstab, path); in EnsurePathMounted() local 140 auto rec = GetEntryForPath(fstab, path); in EnsurePathUnmounted() local
|
/aosp12/system/chre/apps/wifi_offload/ |
H A D | rpc_log_record.cc | 39 uint8_t rec = fbs_record.record_type(); in Deserialize() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | AlarmManagerInternal.java | 43 void remove(PendingIntent rec); in remove()
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | IStorageEventListener.aidl | 52 void onVolumeRecordChanged(in VolumeRecord rec) = 3; field
|
H A D | StorageEventListener.java | 56 public void onVolumeRecordChanged(VolumeRecord rec) { in onVolumeRecordChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
H A D | StorageRenameFragment.java | 63 final VolumeRecord rec = storageManager.findRecordByUuid(fsUuid); in onCreateDialog() local
|
/aosp12/frameworks/native/libs/ui/ |
H A D | GraphicBufferAllocator.cpp | 90 const alloc_rec_t& rec(list.valueAt(i)); in dump() local 163 alloc_rec_t rec; in allocateHelper() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
H A D | MissingStorageFragment.java | 95 public void onVolumeRecordChanged(VolumeRecord rec) { in onVolumeRecordChanged()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | LogSaver.java | 136 LogRecord rec = mLogList.get(i); in dump() local 147 LogRecord rec = mLogList.getFree(); in log() local
|
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/ |
H A D | StaggeredGridView.java | 517 final LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i); in recycleOffscreenViews() local 812 final LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren() local 844 LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren() local 908 LayoutRecord rec; in fillUp() local 1022 LayoutRecord rec; in fillDown() local 1128 LayoutRecord rec = mLayoutRecords.get(position); in getNextRecordUp() local 1184 LayoutRecord rec = mLayoutRecords.get(position); in getNextRecordDown() local
|
/aosp12/system/bt/test/headless/sdp/ |
H A D | sdp.cc | 112 tSDP_DISC_REC* rec = SDP_FindServiceInDb(sdp_discovery_db.RawPointer(), in sdp_query_uuid() local
|
/aosp12/system/core/storaged/ |
H A D | storaged_uid_monitor.cpp | 278 for (const auto& rec : recs) { in dump() local 456 [user_id](const uid_record& rec) { in clear_user_history() 485 for (const auto& rec : recs->entries) { in load_uid_io_proto() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
H A D | IconFactory.java | 101 RectF rec = new RectF(borderW, borderH, borderW + iw, borderH + ih); in drawIcon() local
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | post_filter.cpp | 30 void H263_Deblock(uint8 *rec, in H263_Deblock()
|
/aosp12/packages/services/Car/cpp/evs/manager/1.0/ |
H A D | HalCamera.cpp | 113 for (const auto& rec : mFrames) { in changeFramesInFlight() local
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | Alarm.java | 118 PendingIntent op, IAlarmListener rec, String listenerTag, WorkSource ws, int flags, in Alarm() 153 public boolean matches(PendingIntent pi, IAlarmListener rec) { in matches()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 129 const auto* rec = this->currentSaveRec(); in restore() local 166 const SkCanvas::SaveLayerRec rec(&bounds, paint); in saveLayer() local 241 const SaveRec* rec = mSaveStack ? static_cast<const SaveRec*>(mSaveStack->back()) : nullptr; in currentSaveRec() local 275 SaveRec* rec = static_cast<SaveRec*>(mSaveStack->push_back()); in recordPartialSave() local 285 const SaveRec* rec = this->currentSaveRec(); in recordClip() local 309 const auto* rec = this->currentSaveRec(); in applyPersistentClips() local 764 auto rec = builder.allocRunRSXform(font, N); in drawLayoutOnPath() local
|