HomeSort by relevance Sort by last modified time
    Searched refs:nsecs_t (Results 276 - 297 of 297) sorted by null

<<1112

  /device/lge/mako/camera/
QCameraHWI.cpp 698 static nsecs_t mLastFpsTime = 0;
701 nsecs_t now = systemTime();
702 nsecs_t diff = now - mLastFpsTime;
    [all...]
QCameraHWI_Preview_7x27A.cpp 544 nsecs_t timeStamp = systemTime();
    [all...]
QCameraHWI_Preview.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 896 const nsecs_t kStopCaptureTimeout = 3000000000LL; // 3 seconds
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 170 nsecs_t timestamp,
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 673 nsecs_t timestamp;
  /frameworks/base/core/jni/
android_util_Process.cpp 888 nsecs_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 951 void CameraContext::postDataTimestamp(nsecs_t timestamp,
970 void CameraContext::dataCallbackTimestamp(nsecs_t timestamp,
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 88 nsecs_t AudioFlinger::mStandbyTimeInNsecs = kDefaultStandbyTimeInNsecs;
104 static const nsecs_t kMinGlobalEffectEnabletimeNs = seconds(7200);
    [all...]
Tracks.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 717 nsecs_t timeStamp = seconds_to_nanoseconds(frame->bufs[0]->ts.tv_sec) ;
    [all...]
QCameraHWI.cpp     [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 244 static nsecs_t lastfpstime = 0;
255 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
256 nsecs_t diff = now - lastfpstime;
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp 623 nsecs_t sysTime = systemTime();
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /frameworks/native/opengl/libagl/
array.cpp 403 nsecs_t time = systemTime(SYSTEM_TIME_THREAD) - startTime;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]

Completed in 1246 milliseconds

<<1112