Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3037 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults()
3252 camera3_notify_msg_t notify_msg; in notifyError() local
3253 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyError()
3254 notify_msg.type = CAMERA3_MSG_ERROR; in notifyError()
3255 notify_msg.message.error.error_code = errorCode; in notifyError()
3256 notify_msg.message.error.error_stream = NULL; in notifyError()
3257 notify_msg.message.error.frame_number = frameNumber; in notifyError()
3258 mCallbackOps->notify(mCallbackOps, &notify_msg); in notifyError()
3442 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local
3443 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock()
[all …]
DQCamera3HWI.h475 camera3_notify_msg_t notify_msg; member