Home
last modified time | relevance | path

Searched refs:startTime (Results 1 – 25 of 81) sorted by relevance

1234

/frameworks/base/core/java/android/content/
DSyncInfo.java46 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/
DVideoEditorHelper.java204 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/
Djpeg_decoder_bench.cpp54 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/
DIServiceManager.cpp74 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/
Dtiming.h5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) in intervalInCycles() argument
7 uint64_t rawTime = endTime - startTime; in intervalInCycles()
Dfloatundidf.c29 uint64_t startTime = mach_absolute_time(); in main() local
34 double thisTime = intervalInCycles(startTime, endTime); in main()
Dfloatundisf.c32 uint64_t startTime = mach_absolute_time(); in main() local
37 double thisTime = intervalInCycles(startTime, endTime); in main()
Dfloatdisf.c32 uint64_t startTime = mach_absolute_time(); in main() local
37 double thisTime = intervalInCycles(startTime, endTime); in main()
Dfloatdixf.c32 uint64_t startTime = mach_absolute_time(); in main() local
37 double thisTime = intervalInCycles(startTime, endTime); in main()
Dfloatundixf.c32 uint64_t startTime = mach_absolute_time(); in main() local
37 double thisTime = intervalInCycles(startTime, endTime); in main()
Dfloatdidf.c32 uint64_t startTime = mach_absolute_time(); in main() local
37 double thisTime = intervalInCycles(startTime, endTime); in main()
Dnegdi2.c35 uint64_t startTime = mach_absolute_time(); in main() local
40 double thisTime = intervalInCycles(startTime, endTime); in main()
Dlshrdi3.c34 uint64_t startTime = mach_absolute_time(); in main() local
39 double thisTime = intervalInCycles(startTime, endTime); in main()
Dashldi3.c34 uint64_t startTime = mach_absolute_time(); in main() local
39 double thisTime = intervalInCycles(startTime, endTime); in main()
Dashrdi3.c34 uint64_t startTime = mach_absolute_time(); in main() local
39 double thisTime = intervalInCycles(startTime, endTime); in main()
Dmoddi3.c37 uint64_t startTime = mach_absolute_time(); in main() local
42 double thisTime = intervalInCycles(startTime, endTime); in main()
Dudivdi3.c37 uint64_t startTime = mach_absolute_time(); in main() local
42 double thisTime = intervalInCycles(startTime, endTime); in main()
Dumoddi3.c37 uint64_t startTime = mach_absolute_time(); in main() local
42 double thisTime = intervalInCycles(startTime, endTime); in main()
Dmuldi3.c37 uint64_t startTime = mach_absolute_time(); in main() local
42 double thisTime = intervalInCycles(startTime, endTime); in main()
Ddivdi3.c37 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/
DConnectivityManagerTestActivity.java362 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/
DVpnConfig.java64 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/
DConnectionUtil.java360 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/
DInstrumentationCoreTestRunner.java102 private long startTime; in getAndroidTestRunner()
113 startTime = System.currentTimeMillis(); in getAndroidTestRunner()
126 long timeTaken = System.currentTimeMillis() - startTime; in getAndroidTestRunner()
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorAudioPlayer.cpp116 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()

1234