HomeSort by relevance Sort by last modified time
    Searched refs:refTime (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 68 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3dParams = NULL);
75 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL);
CameraHal.h 877 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3dParams = NULL) = 0;
884 virtual int setSnapshotTimeRef(struct timeval *refTime = NULL) = 0;
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 153 final long refTime = SystemClock.elapsedRealtime();
156 if (mNitzTimeSetTime != NOT_SET && refTime - mNitzTimeSetTime < mPollingIntervalMs) {
163 if (mLastNtpFetchTime == NOT_SET || refTime >= mLastNtpFetchTime + mPollingIntervalMs
  /frameworks/volley/src/com/android/volley/toolbox/
BasicNetwork.java 190 Date refTime = new Date(entry.serverDate);
191 headers.put("If-Modified-Since", DateUtils.formatDate(refTime));
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 337 status_t ANativeWindowDisplayAdapter::setSnapshotTimeRef(struct timeval *refTime)
343 if ( NULL != refTime )
346 memcpy(&mStartCapture, refTime, sizeof(struct timeval));
357 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DParameters *s3dParams)
380 if ( NULL != refTime )
383 memcpy(&mStandbyToShot, refTime, sizeof(struct timeval));
    [all...]

Completed in 8474 milliseconds