Home
last modified time | relevance | path

Searched refs:outTimestamp (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp119 nsecs_t* outTimestamp, PhysicalDisplayId* outDisplayId, uint32_t* outCount) { in processPendingEvents() argument
132 *outTimestamp = ev.header.timestamp; in processPendingEvents()
/frameworks/base/libs/androidfw/include/androidfw/
DDisplayEventDispatcher.h48 bool processPendingEvents(nsecs_t* outTimestamp, PhysicalDisplayId* outDisplayId,
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h344 inline void deflate(int64_t* outTimestamp, bool* outIsAutoTimestamp,
350 *outTimestamp = timestamp;
/frameworks/base/media/java/android/media/
DAudioRecord.java992 public int getTimestamp(@NonNull AudioTimestamp outTimestamp, in getTimestamp() argument
995 if (outTimestamp == null || in getTimestamp()
1000 return native_get_timestamp(outTimestamp, timebase); in getTimestamp()
1968 private native final int native_get_timestamp(@NonNull AudioTimestamp outTimestamp, in native_get_timestamp() argument
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp1061 int64_t* outTimestamp = nullptr) in waitForVsync() argument
1069 if (outTimestamp) in waitForVsync()
1070 *outTimestamp = mVsyncTimestamp; in waitForVsync()