Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp426 camera3_notify_msg_t notify_msg; in camEvtHandle() local
440 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in camEvtHandle()
441 notify_msg.type = CAMERA3_MSG_ERROR; in camEvtHandle()
442 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_DEVICE; in camEvtHandle()
443 notify_msg.message.error.error_stream = NULL; in camEvtHandle()
444 notify_msg.message.error.frame_number = 0; in camEvtHandle()
445 obj->mCallbackOps->notify(obj->mCallbackOps, &notify_msg); in camEvtHandle()
1615 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults()
1784 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local
1794 notify_msg.type = CAMERA3_MSG_ERROR; in handleMetadataWithLock()
[all …]
DQCamera3HWI.h314 camera3_notify_msg_t notify_msg; member
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp600 camera3_notify_msg_t notify_msg; in camEvtHandle() local
601 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in camEvtHandle()
602 notify_msg.type = CAMERA3_MSG_ERROR; in camEvtHandle()
603 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_DEVICE; in camEvtHandle()
604 notify_msg.message.error.error_stream = NULL; in camEvtHandle()
605 notify_msg.message.error.frame_number = 0; in camEvtHandle()
606 obj->mCallbackOps->notify(obj->mCallbackOps, &notify_msg); in camEvtHandle()
2209 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults()
2526 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local
2527 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock()
[all …]
DQCamera3HWI.h378 camera3_notify_msg_t notify_msg; member
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp600 camera3_notify_msg_t notify_msg; in camEvtHandle() local
601 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in camEvtHandle()
602 notify_msg.type = CAMERA3_MSG_ERROR; in camEvtHandle()
603 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_DEVICE; in camEvtHandle()
604 notify_msg.message.error.error_stream = NULL; in camEvtHandle()
605 notify_msg.message.error.frame_number = 0; in camEvtHandle()
606 obj->mCallbackOps->notify(obj->mCallbackOps, &notify_msg); in camEvtHandle()
2209 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults()
2526 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local
2527 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock()
[all …]
DQCamera3HWI.h378 camera3_notify_msg_t notify_msg; member