Home
last modified time | relevance | path

Searched refs:mDataCBTimestamp (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
DCallbackNotifier.cpp94 mDataCBTimestamp(NULL), in CallbackNotifier()
126 mDataCBTimestamp = data_cb_timestamp; in setCallbacks()
210 mDataCBTimestamp = NULL; in cleanupCBNotifier()
247 mDataCBTimestamp(frame_timestamp != 0L ? frame_timestamp : timestamp, in onNextFrameAvailable()
DCallbackNotifier.h224 camera_data_timestamp_callback mDataCBTimestamp; variable
/device/google/cuttlefish/guest/hals/camera/
DCallbackNotifier.cpp87 mDataCBTimestamp(NULL), in CallbackNotifier()
113 mDataCBTimestamp = data_cb_timestamp; in setCallbacks()
183 mDataCBTimestamp = NULL; in cleanupCBNotifier()
202 mDataCBTimestamp(timestamp, CAMERA_MSG_VIDEO_FRAME, cam_buff, 0, in onNextFrameAvailable()
DCallbackNotifier.h205 camera_data_timestamp_callback mDataCBTimestamp; variable