Home
last modified time | relevance | path

Searched refs:set_timestamp (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp624 packet->set_timestamp(static_cast<uint64_t>(mPredictions.startTime)); in tracePredictions()
643 packet->set_timestamp(static_cast<uint64_t>(mPredictions.endTime)); in tracePredictions()
667 packet->set_timestamp( in traceActuals()
670 packet->set_timestamp(static_cast<uint64_t>(mPredictions.startTime)); in traceActuals()
705 packet->set_timestamp(static_cast<uint64_t>(mDropTime)); in traceActuals()
707 packet->set_timestamp(static_cast<uint64_t>(mActuals.endTime)); in traceActuals()
1020 packet->set_timestamp(static_cast<uint64_t>(mSurfaceFlingerPredictions.startTime)); in tracePredictions()
1035 packet->set_timestamp(static_cast<uint64_t>(mSurfaceFlingerPredictions.endTime)); in tracePredictions()
1051 packet->set_timestamp(static_cast<uint64_t>(mSurfaceFlingerActuals.startTime)); in traceActuals()
1073 packet->set_timestamp(static_cast<uint64_t>(mSurfaceFlingerActuals.presentTime)); in traceActuals()
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera.h95 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp); member
/aosp12/frameworks/native/services/gpuservice/tracing/
H A DGpuMemTracer.cpp114 packet->set_timestamp(ts); in traceInitialCounters()
/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio_collector.cpp192 sample->set_timestamp(currentTimeUtc); in ReadProcData()
337 cpu->set_timestamp(currentTimeUtc); in StartDataCollection()
/aosp12/frameworks/native/services/surfaceflinger/FrameTracer/
H A DFrameTracer.cpp139 packet->set_timestamp(timestamp); in traceLocked()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DProtoMessageConverter.cpp154 protoVal->set_timestamp(val.timestamp); in toProto()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp527 log_msg->set_timestamp(timestamp); in dump_log_file()
608 result.set_timestamp(get_timestamp()); in engrave_tombstone_proto()
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc294 trace_packet_->set_timestamp(timestamp_); in CreateNewHeapGraph()
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp540 mHalPreviewWindow.set_timestamp = sSetTimestamp; in initHalPreviewWindow()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp2102 err = mWindow->set_timestamp(mWindow, timeStamp); in enqueueBuffer()