Searched refs:mCallbackOps (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCamera3.cpp | 52 mCallbackOps = NULL; in EmulatedCamera3() 122 mCallbackOps = callbackOps; in initializeDevice() 169 mCallbackOps->process_capture_result(mCallbackOps, result); in sendCaptureResult() 173 mCallbackOps->notify(mCallbackOps, msg); in sendNotify()
|
D | EmulatedCamera3.h | 199 const camera3_callback_ops_t *mCallbackOps; variable
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCamera3.cpp | 48 mCallbackOps = NULL; in EmulatedCamera3() 114 mCallbackOps = callbackOps; in initializeDevice() 161 mCallbackOps->process_capture_result(mCallbackOps, result); in sendCaptureResult() 165 mCallbackOps->notify(mCallbackOps, msg); in sendNotify()
|
D | EmulatedCamera3.h | 191 const camera3_callback_ops_t *mCallbackOps; variable
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 360 mCallbackOps(NULL), in QCamera3HardwareInterface() 930 mCallbackOps = callback_ops; in initialize() 3037 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults() 3058 mCallbackOps->process_capture_result(mCallbackOps, &result); in handlePendingReprocResults() 3258 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in notifyError() 3406 mCallbackOps->process_capture_result(mCallbackOps, &result); in handleMetadataWithLock() 3457 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in handleMetadataWithLock() 3495 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in handleMetadataWithLock() 3654 mCallbackOps->process_capture_result(mCallbackOps, &result); in handleMetadataWithLock() 3662 mCallbackOps->process_capture_result(mCallbackOps, &result); in handleMetadataWithLock() [all …]
|
D | QCamera3HWI.h | 388 const camera3_callback_ops_t *mCallbackOps; variable
|