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

<<1112

  /frameworks/native/services/surfaceflinger/
Layer.cpp 114 nsecs_t displayPeriod =
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream_Preview.cpp 265 nsecs_t timeStamp = seconds_to_nanoseconds(frame->bufs[0]->ts.tv_sec) ;
  /frameworks/av/services/audiopolicy/
AudioPolicyService.h 281 nsecs_t mTime; // time stamp
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 317 nsecs_t now = systemTime();
AudioPolicyManagerBase.cpp 349 nsecs_t sysTime = systemTime();
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 163 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
camera_test_surfacetexture.cpp 852 static nsecs_t prevTime = 0;
853 nsecs_t currTime = 0;
camera_test_menu.cpp 659 static nsecs_t mLastFpsTime = 0;
663 nsecs_t now = systemTime();
664 nsecs_t diff = now - mLastFpsTime;
845 void CameraHandler::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
    [all...]
  /system/extras/tests/memtest/
bandwidth.cpp 240 nsecs_t t = system_time();
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 611 nsecs_t timeStamp;
769 void RequestManager::RegisterTimestamp(int frameCnt, nsecs_t * frameTime)
789 nsecs_t RequestManager::GetTimestampByFrameCnt(int frameCnt)
800 nsecs_t RequestManager::GetTimestamp(int index)
809 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp;
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 776 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp,
918 void CameraClient::handleGenericDataTimestamp(nsecs_t timestamp,
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 72 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
330 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 422 nsecs_t mTimestamp;
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 298 nsecs_t mTimestamp;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 678 static nsecs_t mLastFpsTime = 0;
681 nsecs_t now = systemTime();
682 nsecs_t diff = now - mLastFpsTime;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 241 void CameraContext::postDataTimestamp(nsecs_t timestamp,
  /device/lge/hammerhead/camera/QCamera2/HAL/test/
qcamera_test.cpp 241 void CameraContext::postDataTimestamp(nsecs_t timestamp,
  /device/lge/mako/camera/
QualcommCamera.cpp 235 static void cam_data_callback_timestamp(nsecs_t timestamp,
QualcommCameraHardware.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 559 nsecs_t timestamp) {
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 218 virtual status_t acquireBuffer(BufferItem *buffer, nsecs_t presentWhen) {
  /frameworks/av/services/audioflinger/
Threads.cpp 101 static const nsecs_t kWarningThrottleNs = seconds(5);
107 static const nsecs_t kConfigEventTimeoutNs = seconds(2);
120 static const nsecs_t kOffloadStandbyDelayNs = seconds(1);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 26 static const nsecs_t ARBITRARY_TIME = 1234;
449 void enqueueEvent(nsecs_t when, int32_t deviceId, int32_t type,
691 virtual void vibrate(int32_t deviceId, nsecs_t duration) {
766 virtual void disableVirtualKeysUntil(nsecs_t time) {
769 virtual bool shouldDropVirtualKey(nsecs_t now,
777 virtual void requestTimeoutAtTime(nsecs_t when) {
870 virtual void configure(nsecs_t when,
875 virtual void reset(nsecs_t when) {
    [all...]

Completed in 963 milliseconds

<<1112