Searched refs:notify_msg (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 2634 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults() 2848 camera3_notify_msg_t notify_msg; in notifyError() local 2849 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyError() 2850 notify_msg.type = CAMERA3_MSG_ERROR; in notifyError() 2851 notify_msg.message.error.error_code = errorCode; in notifyError() 2852 notify_msg.message.error.error_stream = NULL; in notifyError() 2853 notify_msg.message.error.frame_number = frameNumber; in notifyError() 2854 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in notifyError() 3015 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local 3016 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock() [all …]
|
D | QCamera3HWI.h | 440 camera3_notify_msg_t notify_msg; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 2695 orchestrateNotify(&j->notify_msg); in handlePendingReprocResults() 2909 camera3_notify_msg_t notify_msg; in notifyError() local 2910 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyError() 2911 notify_msg.type = CAMERA3_MSG_ERROR; in notifyError() 2912 notify_msg.message.error.error_code = errorCode; in notifyError() 2913 notify_msg.message.error.error_stream = NULL; in notifyError() 2914 notify_msg.message.error.frame_number = frameNumber; in notifyError() 2915 orchestrateNotify(¬ify_msg); in notifyError() 3082 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local 3083 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock() [all …]
|
D | QCamera3HWI.h | 220 void orchestrateNotify(camera3_notify_msg_t *notify_msg); 492 camera3_notify_msg_t notify_msg; member
|