Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCamera3.cpp52 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()
DEmulatedCamera3.h199 const camera3_callback_ops_t *mCallbackOps; variable
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCamera3.cpp48 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()
DEmulatedCamera3.h191 const camera3_callback_ops_t *mCallbackOps; variable