HomeSort by relevance Sort by last modified time
    Searched refs:nsecs_t (Results 101 - 125 of 231) sorted by null

1 2 3 45 6 7 8 910

  /frameworks/av/camera/
ICameraClient.cpp 70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
118 nsecs_t timestamp = data.readInt64();
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 100 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
111 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 40 nsecs_t captureTime) {
159 bool JpegCompressor::waitForDone(nsecs_t timeout) {
StreamingProcessor.h 109 static const nsecs_t kWaitDuration = 50000000; // 50 ms
ZslProcessor.h 76 static const nsecs_t kWaitDuration = 10000000; // 10 ms
ZslProcessor.cpp 79 nsecs_t timestamp = entry.data.i64[0];
475 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
478 nsecs_t frameTimestamp = 0;
499 nsecs_t frameTimestamp = entry.data.i64[0];
532 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
534 nsecs_t frameTimestamp = 0;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 56 nsecs_t signalTime = mCombinedFence->getSignalTime();
198 nsecs_t timestamp,
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 344 const nsecs_t startTime = systemTime();
346 nsecs_t now = systemTime();
370 const nsecs_t sleepTime = 83333 - ns2us(systemTime() - now);
491 nsecs_t lastFrame = systemTime();
492 nsecs_t frameDuration = s2ns(1) / animation.fps;
509 nsecs_t lastFrame = systemTime();
540 nsecs_t now = systemTime();
541 nsecs_t delay = frameDuration - (now - lastFrame);
  /frameworks/native/libs/ui/
Fence.cpp 102 nsecs_t Fence::getSignalTime() const {
126 return nsecs_t(timestamp);
  /hardware/libhardware/tests/camera2/
camera2_utils.h 58 status_t waitForBuffer(nsecs_t timeout);
232 status_t waitForFrame(nsecs_t timeout);
  /system/core/libutils/
LinearAllocator.cpp 61 static nsecs_t s_nextLog = 0;
65 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
PropertyMap.cpp 132 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
137 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
  /system/extras/tests/memtest/
memtest.cpp 31 nsecs_t system_time()
36 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.h 92 virtual void postDataTimestamp(nsecs_t timestamp,
  /frameworks/av/include/media/
AudioTrack.h 606 void pauseInternal(nsecs_t ns = 0LL);
617 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
628 static const nsecs_t NS_WHENEVER = -1, NS_INACTIVE = -2, NS_NEVER = -3;
629 nsecs_t processAudioBuffer(const sp<AudioTrackThread>& thread);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 118 virtual void notifyShutter(int requestId, nsecs_t timestamp);
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 114 virtual status_t acquireBuffer(BufferItem *buffer, nsecs_t presentWhen) = 0;
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 82 const nsecs_t downTime = 3;
83 const nsecs_t eventTime = 4;
144 const nsecs_t downTime = 3;
146 const nsecs_t eventTime = 4;
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.h 92 virtual void postDataTimestamp(nsecs_t timestamp,
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 138 nsecs_t mLastFPSTime;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 61 typedef int64_t nsecs_t; typedef in namespace:qcamera
132 nsecs_t timestamp, int32_t request_id, int32_t BlobRequest,
216 nsecs_t timestamp;
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 432 static nsecs_t mLastFpsTime = 0;
436 nsecs_t now = systemTime();
437 nsecs_t diff = now - mLastFpsTime;
454 nsecs_t now = systemTime();
455 nsecs_t diff = now - mLastFPSTime;
  /frameworks/base/services/input/
PointerController.cpp 39 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_NORMAL = 15 * 1000 * 1000000LL; // 15 seconds
40 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_SHORT = 3 * 1000 * 1000000LL; // 3 seconds
43 static const nsecs_t ANIMATION_FRAME_INTERVAL = 1000000000LL / 60;
46 static const nsecs_t SPOT_FADE_DURATION = 200 * 1000000LL; // 200 ms
49 static const nsecs_t POINTER_FADE_DURATION = 500 * 1000000LL; // 500 ms
416 nsecs_t frameDelay = systemTime(SYSTEM_TIME_MONOTONIC) - mLocked.animationTime;
474 nsecs_t timeout = mLocked.inactivityTimeout == INACTIVITY_TIMEOUT_SHORT
InputReader.cpp 176 nsecs_t when, int32_t deviceId, uint32_t source,
193 nsecs_t when, int32_t deviceId, uint32_t source,
263 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
279 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
348 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) {
375 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) {
476 void InputReader::timeoutExpiredLocked(nsecs_t when) {
485 void InputReader::handleConfigurationChangedLocked(nsecs_t when) {
500 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
526 void InputReader::disableVirtualKeysUntilLocked(nsecs_t time)
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 191 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
193 virtual void notifyConfigurationChanged(nsecs_t when);
194 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
202 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags);
203 virtual nsecs_t interceptKeyBeforeDispatching(
208 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType);
249 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
532 void NativeInputManager::notifySwitch(nsecs_t when,
546 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) {
557 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle
    [all...]

Completed in 1513 milliseconds

1 2 3 45 6 7 8 910