/frameworks/base/telephony/java/android/telephony/ |
D | CellInfo.java | 340 protected CellInfo(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfo() 347 protected CellInfo(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfo() 354 protected CellInfo(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfo() 387 public static CellInfo create(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in create() 401 public static CellInfo create(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in create() 427 public static CellInfo create(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in create()
|
D | CellInfoNr.java | 56 public CellInfoNr(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoNr() 64 public CellInfoNr(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoNr() 72 public CellInfoNr(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoNr()
|
D | CellInfoWcdma.java | 68 public CellInfoWcdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoWcdma() 76 public CellInfoWcdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoWcdma() 84 public CellInfoWcdma(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoWcdma()
|
D | CellInfoGsm.java | 70 public CellInfoGsm(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoGsm() 78 public CellInfoGsm(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoGsm() 86 public CellInfoGsm(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoGsm()
|
D | CellInfoCdma.java | 73 public CellInfoCdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoCdma() 82 public CellInfoCdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoCdma() 91 public CellInfoCdma(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoCdma()
|
D | CellInfoTdscdma.java | 73 public CellInfoTdscdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoTdscdma() 81 public CellInfoTdscdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoTdscdma() 89 public CellInfoTdscdma(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoTdscdma()
|
D | CellInfoLte.java | 77 public CellInfoLte(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoLte() 86 public CellInfoLte(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoLte() 95 public CellInfoLte(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoLte()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | IntervalStats.java | 93 public void commitTime(long timeStamp) { in commitTime() 100 public void update(long timeStamp) { in update() 309 public void update(String packageName, String className, long timeStamp, int eventType, in update() 370 void updateConfigurationStats(Configuration config, long timeStamp) { in updateConfigurationStats() 393 void commitTime(long timeStamp) { in commitTime() 400 void updateScreenInteractive(long timeStamp) { in updateScreenInteractive() 405 void updateScreenNonInteractive(long timeStamp) { in updateScreenNonInteractive() 410 void updateKeyguardShown(long timeStamp) { in updateKeyguardShown() 415 void updateKeyguardHidden(long timeStamp) { in updateKeyguardHidden()
|
D | PackagesTokenData.java | 78 public int getPackageTokenOrAdd(String packageName, long timeStamp) { in getPackageTokenOrAdd()
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageStats.java | 429 private void incrementTimeUsed(long timeStamp) { in incrementTimeUsed() 440 private void incrementTimeVisible(long timeStamp) { in incrementTimeVisible() 452 private void incrementServiceTimeUsed(long timeStamp) { in incrementServiceTimeUsed() 468 private void updateActivity(String className, long timeStamp, int eventType, int instanceId) { in updateActivity() 530 private void updateForegroundService(String className, long timeStamp, int eventType) { in updateForegroundService() 574 public void update(String className, long timeStamp, int eventType, int instanceId) { in update()
|
D | EventList.java | 104 public int firstIndexOnOrAfter(long timeStamp) { in firstIndexOnOrAfter()
|
/frameworks/base/media/jni/tuner/ |
D | TimeFilterClient.cpp | 46 Result TimeFilterClient::setTimeStamp(long timeStamp) { in setTimeStamp() 74 int64_t timeStamp; in getTimeStamp() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkValidator.java | 106 ValidatedNetwork(String identity, long timeStamp) { in ValidatedNetwork() 110 void update(long timeStamp) { in update()
|
/frameworks/av/services/tuner/aidl/android/media/tv/tuner/ |
D | ITunerTimeFilter.aidl | 28 void setTimeStamp(in long timeStamp); in setTimeStamp()
|
/frameworks/base/core/java/android/gesture/ |
D | GesturePoint.java | 43 final long timeStamp = in.readLong(); in deserialize() local
|
/frameworks/base/core/java/android/hardware/display/ |
D | BrightnessChangeEvent.java | 39 public final long timeStamp; field in BrightnessChangeEvent 126 private BrightnessChangeEvent(float brightness, long timeStamp, String packageName, in BrightnessChangeEvent() 265 public Builder setTimeStamp(long timeStamp) { in setTimeStamp()
|
/frameworks/av/services/tuner/ |
D | TunerTimeFilter.cpp | 34 Status TunerTimeFilter::setTimeStamp(int64_t timeStamp) { in setTimeStamp()
|
/frameworks/base/core/tests/coretests/src/android/app/usage/ |
D | EventListTest.java | 38 private UsageEvents.Event getUsageEvent(long timeStamp) { in getUsageEvent()
|
/frameworks/multidex/library/src/androidx/multidex/ |
D | MultiDexExtractor.java | 229 long timeStamp = archive.lastModified(); in getTimeStamp() local 324 private static void putStoredApkInfo(Context context, String keyPrefix, long timeStamp, in putStoredApkInfo()
|
/frameworks/av/media/extractors/tests/ |
D | ExtractorUnitTest.cpp | 323 int64_t timeStamp = ((double)rand() / RAND_MAX) * clipDuration; in randomSeekTest() local 339 int64_t timeStamp = 0; in randomSeekTest() local 360 int64_t timeStamp; in getSeekablePoints() local 713 int64_t timeStamp; in TEST_P() local 816 int64_t timeStamp; in TEST_P() local
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraSettings.java | 73 public final long timeStamp; field in CameraSettings.GpsData 84 public GpsData(double latitude, double longitude, double altitude, long timeStamp, in GpsData()
|
/frameworks/av/media/extractors/fuzzers/ |
D | ExtractorFuzzerBase.cpp | 162 int64_t timeStamp = (seekCount * trackDuration) / (kFuzzerMaxSeekPointsCount - 1); in seekAndExtractTrack() local
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
D | SoftFlacDecoder.cpp | 325 int64_t timeStamp = 0; in onQueueFilled() local
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPSource.cpp | 659 void ARTPSource::putBaseJitterData(uint32_t timeStamp, int64_t arrivalTime) { in putBaseJitterData() 663 void ARTPSource::putInterArrivalJitterData(uint32_t timeStamp, int64_t arrivalTime) { in putInterArrivalJitterData()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/ |
D | EabContactSyncController.java | 119 private void handleContactDeletedCase(Context context, long timeStamp) { in handleContactDeletedCase()
|