Searched refs:time1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp210 int64_t time1 = -1; local
219 if (time1 < 0) {
220 time1 = timeUs;
226 time1 = time2 = -1;
232 return time2 - time1;
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp463 uint32_t abs_difference(uint32_t time1, uint32_t time2) { argument
464 return time1 > time2 ? time1 - time2 : time2 - time1;
/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java61 long time1 = time0 + SyncStorageEngine.MILLIS_IN_4WEEKS * 2;
62 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);

Completed in 2333 milliseconds