Home
last modified time | relevance | path

Searched refs:setTimestamp (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal118 setTimestamp(int64_t timestamp) generates (Status status);
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp254 return getStatusT(object->mPreviewCallback->setTimestamp(timestamp)); in sSetTimestamp()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp382 Return<Status> setTimestamp(int64_t timestamp) override;
569 Return<Status> PreviewWindowCb::setTimestamp(int64_t timestamp) { in setTimestamp() function in PreviewWindowCb