Searched refs:timeOffset (Results 1 – 4 of 4) sorted by relevance
54 void offsetTimesBy(long timeOffset) { in offsetTimesBy() argument55 mDownTime += timeOffset; in offsetTimesBy()56 mEventTime += timeOffset; in offsetTimesBy()
96 long timeOffset = 0; in DngCreator() local104 timeOffset = currentTime - SystemClock.elapsedRealtime(); in DngCreator()108 timeOffset = currentTime - SystemClock.uptimeMillis(); in DngCreator()112 timeOffset = currentTime - SystemClock.uptimeMillis(); in DngCreator()119 captureTime = timestamp / 1000000 + timeOffset; in DngCreator()
66 TextView timeOffset; field in TimeZoneResultAdapter.ViewHolder72 vh.timeOffset = (TextView) v.findViewById(R.id.time_offset); in setupViewHolder()288 vh.timeOffset.setText(tzi.getGmtDisplayName(mContext)); in getView()
2313 double timeOffset = -mTotalPausedDurationUs; in resume() local2315 timeOffset *= mCaptureFps / mFrameRate; in resume()2323 source->setInputBufferTimeOffset((int64_t)timeOffset); in resume()