Home
last modified time | relevance | path

Searched refs:sSetTimestamp (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h214 static int sSetTimestamp(struct preview_stream_ops *w, int64_t timestamp);
DCameraDevice.cpp244 int CameraDevice::sSetTimestamp(struct preview_stream_ops *w, int64_t timestamp) { in sSetTimestamp() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
537 mHalPreviewWindow.set_timestamp = sSetTimestamp; in initHalPreviewWindow()