/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockDispSync.cpp | 27 status_t DispSync::addEventListener(const char* /*name*/, nsecs_t phase, Callback* callback, in addEventListener() argument 36 status_t DispSync::removeEventListener(Callback* callback, nsecs_t* /*outLastCallback*/) { in removeEventListener() argument
|
/frameworks/native/services/surfaceflinger/ |
D | ColorLayer.h | 46 bool onPreComposition(nsecs_t /*refreshStartTime*/) override { return false; } in onPreComposition() argument
|
D | ContainerLayer.h | 40 bool onPreComposition(nsecs_t /*refreshStartTime*/) override { return false; } in onPreComposition() argument
|
D | Layer.h | 314 virtual bool setBuffer(const sp<GraphicBuffer>& /*buffer*/, nsecs_t /*postTime*/, in setBuffer() argument 506 virtual bool shouldPresentNow(nsecs_t /*expectedPresentTime*/) const { return false; } in shouldPresentNow() argument 527 virtual void releasePendingBuffer(nsecs_t /*dequeueReadyTime*/) { } in releasePendingBuffer() argument 576 virtual bool latchBuffer(bool& /*recomputeVisibleRegions*/, nsecs_t /*latchTime*/) { in latchBuffer() argument
|
D | BufferStateLayer.cpp | 97 void BufferStateLayer::releasePendingBuffer(nsecs_t /*dequeueReadyTime*/) { in releasePendingBuffer() argument 580 status_t BufferStateLayer::updateFrameNumber(nsecs_t /*latchTime*/) { in updateFrameNumber() argument
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Layer.h | 26 typedef int64_t nsecs_t; typedef
|
/frameworks/av/camera/tests/ |
D | CameraZSLTests.cpp | 50 void dataCallbackTimestamp(nsecs_t, int32_t, in dataCallbackTimestamp() argument 52 void recordingFrameHandleCallbackTimestamp(nsecs_t, in recordingFrameHandleCallbackTimestamp() argument 55 const std::vector<nsecs_t>&, in recordingFrameHandleCallbackTimestampBatch()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | InjectVSyncSource.h | 46 void setPhaseOffset(nsecs_t) override {} in setPhaseOffset() argument
|
D | DispSync.cpp | 459 virtual void onDispSyncEvent(nsecs_t /*when*/) { in onDispSyncEvent() argument
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 51 nsecs_t /* phaseOffsetNs */, nsecs_t /* offsetThresholdForNextVsync */, in makeEventThread() argument
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3DummyStream.cpp | 51 nsecs_t, const std::vector<size_t>&) { in returnBufferLocked() argument 59 nsecs_t, in returnBufferCheckedLocked() argument
|
D | Camera3Stream.cpp | 880 nsecs_t, const std::vector<size_t>&) { in returnBufferLocked() argument
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CompositeStream.h | 71 virtual void onShutter(const CaptureResultExtras& /*resultExtras*/, nsecs_t /*timestamp*/) {} in onShutter() argument
|
/frameworks/base/native/android/ |
D | choreographer.cpp | 164 void Choreographer::dispatchHotplug(nsecs_t, PhysicalDisplayId displayId, bool connected) { in dispatchHotplug() argument 170 void Choreographer::dispatchConfigChanged(nsecs_t, PhysicalDisplayId displayId, in dispatchConfigChanged() argument
|
/frameworks/av/media/tests/benchmark/src/native/common/utils/ |
D | Timers.h | 35 typedef int64_t nsecs_t; // nano-seconds typedef
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 106 virtual void notifyConfigurationChanged(nsecs_t) { in notifyConfigurationChanged() argument 151 virtual void interceptMotionBeforeQueueing(int32_t, nsecs_t, uint32_t&) { in interceptMotionBeforeQueueing() argument 164 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) { in notifySwitch() argument 167 virtual void pokeUserActivity(nsecs_t, int32_t) { in pokeUserActivity() argument
|
D | InputReader_test.cpp | 760 virtual void vibrate(int32_t, nsecs_t) { in vibrate() argument 840 virtual void disableVirtualKeysUntil(nsecs_t) { in disableVirtualKeysUntil() argument 843 virtual bool shouldDropVirtualKey(nsecs_t, InputDevice*, int32_t, int32_t) { in shouldDropVirtualKey() argument 850 virtual void requestTimeoutAtTime(nsecs_t) { in requestTimeoutAtTime() argument 956 virtual void configure(nsecs_t, const InputReaderConfiguration* config, uint32_t changes) { in configure() argument 966 virtual void reset(nsecs_t) { in reset() argument
|
/frameworks/native/libs/gui/ |
D | BufferHubConsumer.cpp | 41 status_t BufferHubConsumer::acquireBuffer(BufferItem* /*buffer*/, nsecs_t /*presentWhen*/, in acquireBuffer() argument
|
/frameworks/rs/ |
D | rsCppUtils.h | 60 typedef int64_t nsecs_t; // nano-seconds typedef
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 360 void JNICameraContext::postRecordingFrameHandleTimestamp(nsecs_t, native_handle_t* handle) { in postRecordingFrameHandleTimestamp() argument 373 const std::vector<nsecs_t>&, in postRecordingFrameHandleTimestampBatch()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 593 status_t VirtualDisplaySurface::setDequeueTimeout(nsecs_t /* timeout */) { in setDequeueTimeout() argument
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 776 status_t injectVSync(nsecs_t /*when*/) override { return NO_ERROR; } in injectVSync() argument
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 62 using nsecs_t = int64_t; typedef
|