/frameworks/av/media/codecs/m4v_h263/enc/src/ |
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() 576 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx) in idct_row0x40Inter() 633 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx) in idct_row0x20Inter() 689 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx) in idct_row0x10Inter() 744 void idct_rowInter(Short *blk, UChar *rec, Int lx) in idct_rowInter() 835 void idct_row0Intra(Short *srce, UChar *rec, Int lx) in idct_row0Intra() [all …]
|
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()
|
D | fastcodemb.cpp | 79 UChar *rec, *input, *pred; in CodeMB_H263() local 310 UChar *rec, *input, *pred; in CodeMB_MPEG() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
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
|
/frameworks/base/services/core/java/com/android/server/am/ |
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
|
/frameworks/base/services/core/java/com/android/server/incident/ |
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
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerInternal.java | 43 void remove(PendingIntent rec); in remove()
|
D | StorageManagerService.java | 502 final VolumeRecord rec = findRecordForPath(path); in scrubPath() local 541 final VolumeRecord rec = mRecords.get(vol.fsUuid); in shouldBenchmark() local 815 final VolumeRecord rec = (VolumeRecord) msg.obj; in handleMessage() local 1682 VolumeRecord rec = mRecords.get(vol.fsUuid); in onVolumeStateChangedAsync() local 2144 final VolumeRecord rec = readVolumeRecord(in); in readSettingsLocked() local 2173 final VolumeRecord rec = mRecords.valueAt(i); in writeSettingsLocked() local 2202 public static void writeVolumeRecord(TypedXmlSerializer out, VolumeRecord rec) in writeVolumeRecord() 2436 final VolumeRecord rec = mRecords.get(fsUuid); in setVolumeNickname() local 2449 final VolumeRecord rec = mRecords.get(fsUuid); in setVolumeUserFlags() local 2463 final VolumeRecord rec = mRecords.remove(fsUuid); in forgetVolume() local [all …]
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageEventListener.aidl | 52 void onVolumeRecordChanged(in VolumeRecord rec) = 3; field
|
D | StorageEventListener.java | 56 public void onVolumeRecordChanged(VolumeRecord rec) { in onVolumeRecordChanged()
|
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 90 const alloc_rec_t& rec(list.valueAt(i)); in dump() local 163 alloc_rec_t rec; in allocateHelper() local
|
/frameworks/av/media/codecs/m4v_h263/dec/src/ |
D | post_filter.cpp | 30 void H263_Deblock(uint8 *rec, in H263_Deblock()
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
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
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
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()
|
/frameworks/base/libs/hwui/ |
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
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | DrawView.java | 81 RectF rec = new RectF(); field in DrawView
|
D | Healing.java | 49 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | DrawView.java | 83 RectF rec = new RectF(); field in DrawView
|
D | Healing.java | 49 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
|
D | FindRegion.java | 171 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 367 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); in onVolumeMounted() local 744 private PendingIntent buildForgetPendingIntent(VolumeRecord rec) { in buildForgetPendingIntent()
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 1016 SensorRecord* rec = mActiveSensors.valueFor(sensor_handle); in threadLoop() local 1566 SensorRecord* rec = mActiveSensors.valueAt(i); in cleanupConnection() local 1703 SensorRecord* rec = mActiveSensors.valueFor(handle); in enable() local 1857 SensorRecord* rec = mActiveSensors.valueFor(handle); in cleanupWithoutDisableLocked() local 1932 SensorRecord* rec = mActiveSensors.valueFor(handle); in flushSensor() local
|
/frameworks/base/core/java/android/text/method/ |
D | MultiTapKeyListener.java | 113 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE) in onKeyDown() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimPhoneBookManager.java | 428 AdnRecord rec = mPhoneBookRecords.get(i); in updatePhoneAdnRecord() local
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbHostManager.java | 300 ConnectionRecord rec = in addConnectionRecord() local
|