/frameworks/base/core/java/android/content/ |
D | SyncInfo.java | 46 public final long startTime; field in SyncInfo 50 long startTime) { in SyncInfo() argument 54 this.startTime = startTime; in SyncInfo() 67 parcel.writeLong(startTime); in writeToParcel() 75 startTime = parcel.readLong(); in SyncInfo()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | VideoEditorHelper.java | 204 long startTime, long duration, int effectType, int colorType) { in createEffectItem() argument 206 effectonMVI = new EffectColor(mediaItem, effectId, startTime, in createEffectItem() 315 int export_height, int startTime, long endTime, int vCodec, int aCodec) { in validateExport() argument 333 if (startTime == 0) { in validateExport() 335 Log.i(TAG, "TimeLine Expected = " + (startTime + endTime) + in validateExport() 338 "<expected> " + (startTime + endTime) + "\t<actual> " + in validateExport() 339 mvi.getTimelineDuration(), checkRange((startTime + in validateExport() 343 Log.i(TAG, "TimeLine Expected = " + (endTime - startTime) + in validateExport() 346 "<expected> " + (endTime - startTime) + "\t<actual> " + in validateExport() 348 startTime), (int)mvi.getTimelineDuration(), 10)); in validateExport() [all …]
|
/frameworks/base/media/tests/omxjpegdecoder/ |
D | jpeg_decoder_bench.cpp | 54 int64_t startTime = getNowUs(); in testDecodeBounds() local 62 int64_t delay = getNowUs() - startTime; in testDecodeBounds() 71 int64_t startTime = getNowUs(); in testDecodePixels() local 79 int64_t delay = getNowUs() - startTime; in testDecodePixels()
|
/frameworks/base/libs/binder/ |
D | IServiceManager.cpp | 74 int64_t startTime = 0; in checkPermission() local 80 if (startTime != 0) { in checkPermission() 82 (int)((uptimeMillis()-startTime)/1000), in checkPermission() 107 if (startTime == 0) { in checkPermission() 108 startTime = uptimeMillis(); in checkPermission()
|
/frameworks/compile/libbcc/runtime/test/timing/ |
D | timing.h | 5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) in intervalInCycles() argument 7 uint64_t rawTime = endTime - startTime; in intervalInCycles()
|
D | floatundidf.c | 29 uint64_t startTime = mach_absolute_time(); in main() local 34 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | floatundisf.c | 32 uint64_t startTime = mach_absolute_time(); in main() local 37 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | floatdisf.c | 32 uint64_t startTime = mach_absolute_time(); in main() local 37 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | floatdixf.c | 32 uint64_t startTime = mach_absolute_time(); in main() local 37 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | floatundixf.c | 32 uint64_t startTime = mach_absolute_time(); in main() local 37 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | floatdidf.c | 32 uint64_t startTime = mach_absolute_time(); in main() local 37 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | negdi2.c | 35 uint64_t startTime = mach_absolute_time(); in main() local 40 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | lshrdi3.c | 34 uint64_t startTime = mach_absolute_time(); in main() local 39 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | ashldi3.c | 34 uint64_t startTime = mach_absolute_time(); in main() local 39 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | ashrdi3.c | 34 uint64_t startTime = mach_absolute_time(); in main() local 39 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | moddi3.c | 37 uint64_t startTime = mach_absolute_time(); in main() local 42 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | udivdi3.c | 37 uint64_t startTime = mach_absolute_time(); in main() local 42 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | umoddi3.c | 37 uint64_t startTime = mach_absolute_time(); in main() local 42 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | muldi3.c | 37 uint64_t startTime = mach_absolute_time(); in main() local 42 double thisTime = intervalInCycles(startTime, endTime); in main()
|
D | divdi3.c | 37 uint64_t startTime = mach_absolute_time(); in main() local 42 double thisTime = intervalInCycles(startTime, endTime); in main()
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | ConnectivityManagerTestActivity.java | 362 long startTime = System.currentTimeMillis(); in waitForNetworkState() local 364 if ((System.currentTimeMillis() - startTime) > timeout) { in waitForNetworkState() 398 long startTime = System.currentTimeMillis(); in waitForWifiState() local 400 if ((System.currentTimeMillis() - startTime) > timeout) { in waitForWifiState() 426 long startTime = System.currentTimeMillis(); in waitForWifiAPState() local 428 if ((System.currentTimeMillis() - startTime) > timeout) { in waitForWifiAPState() 458 long startTime = System.currentTimeMillis(); in waitForTetherStateChange() local 460 if ((System.currentTimeMillis() - startTime) > timeout) { in waitForTetherStateChange() 606 long startTime = System.currentTimeMillis(); in connectToWifiWithConfiguration() local 608 if ((System.currentTimeMillis() - startTime) > WIFI_SCAN_TIMEOUT) { in connectToWifiWithConfiguration()
|
/frameworks/base/core/java/com/android/internal/net/ |
D | VpnConfig.java | 64 public long startTime = -1; field in VpnConfig 82 out.writeLong(startTime); in writeToParcel() 99 config.startTime = in.readLong();
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
D | ConnectionUtil.java | 360 long startTime = System.currentTimeMillis(); in startDownloadAndWait() local 362 if ((System.currentTimeMillis() - startTime) > timeout) { in startDownloadAndWait() 426 long startTime = System.currentTimeMillis(); in waitForNetworkState() local 428 if ((System.currentTimeMillis() - startTime) > timeout) { in waitForNetworkState() 468 long startTime = System.currentTimeMillis(); in waitForWifiState() local 470 if ((System.currentTimeMillis() - startTime) > timeout) { in waitForWifiState() 565 long startTime = System.currentTimeMillis(); in connectToWifiWithConfiguration() local 567 if ((System.currentTimeMillis() - startTime) > WIFI_SCAN_TIMEOUT) { in connectToWifiWithConfiguration()
|
/frameworks/base/test-runner/src/android/test/ |
D | InstrumentationCoreTestRunner.java | 102 private long startTime; in getAndroidTestRunner() 113 startTime = System.currentTimeMillis(); in getAndroidTestRunner() 126 long timeTaken = System.currentTimeMillis() - startTime; in getAndroidTestRunner()
|
/frameworks/media/libvideoeditor/lvpp/ |
D | VideoEditorAudioPlayer.cpp | 116 M4OSA_UInt32 startTime = 0; in start() local 226 startTime = (mBGAudioStoryBoardSkimTimeStamp - in start() 233 LOGV("VideoEditorAudioPlayer::startTime %d", startTime); in start() 235 if (startTime) { in start() 236 if (startTime >= mBGAudioPCMFileDuration) { in start() 240 seekTimeStamp = ((startTime%mBGAudioPCMFileDuration) + in start() 249 seekTimeStamp = startTime + mAudioMixSettings->beginCutMs; in start()
|