/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 189 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 190 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 198 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 199 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 240 mm_camera_poll_notify_t notify_cb, 257 poll_cb->poll_entries[idx].notify_cb = notify_cb; 287 poll_cb->poll_entries[idx].notify_cb = NULL;
|
/device/generic/goldfish/camera/ |
CallbackNotifier.cpp | 110 void CallbackNotifier::setCallbacks(camera_notify_callback notify_cb, 117 __FUNCTION__, notify_cb, data_cb, data_cb_timestamp, get_memory, user); 120 mNotifyCB = notify_cb;
|
EmulatedCamera2.cpp | 326 camera2_notify_callback notify_cb, void* user) { 329 ec->mNotifyCb = notify_cb;
|
EmulatedCamera.h | 131 virtual void setCallbacks(camera_notify_callback notify_cb, 306 camera_notify_callback notify_cb,
|
EmulatedCamera.cpp | 251 void EmulatedCamera::setCallbacks(camera_notify_callback notify_cb, 257 mCallbackNotifier.setCallbacks(notify_cb, data_cb, data_cb_timestamp, 701 camera_notify_callback notify_cb, 712 ec->setCallbacks(notify_cb, data_cb, data_cb_timestamp, get_memory, user); [all...] |
EmulatedCamera2.h | 221 camera2_notify_callback notify_cb,
|
/device/huawei/angler/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.h | 52 camera_notify_callback notify_cb,
|
QualcommCamera.cpp | 212 camera_notify_callback notify_cb, 221 hardware->set_CallBacks(device, notify_cb,data_cb, data_cb_timestamp, get_memory, user);
|
/device/lge/bullhead/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.h | 52 camera_notify_callback notify_cb,
|
QualcommCamera.cpp | 212 camera_notify_callback notify_cb, 221 hardware->set_CallBacks(device, notify_cb,data_cb, data_cb_timestamp, get_memory, user);
|
/device/moto/shamu/camera/QCamera/HAL/wrapper/ |
QualcommCamera.h | 53 camera_notify_callback notify_cb,
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
QualcommCamera.h | 108 camera2_notify_callback notify_cb,
|
QualcommCamera.cpp | 359 camera2_notify_callback notify_cb, 366 rc = hardware->set_notify_callback(notify_cb, user); 402 camera_notify_callback notify_cb, 411 hardware->setCallbacks(notify_cb,data_cb, data_cb_timestamp, get_memory, user);
|
/device/moto/shamu/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.h | 52 camera_notify_callback notify_cb,
|
QualcommCamera.cpp | 212 camera_notify_callback notify_cb, 221 hardware->set_CallBacks(device, notify_cb,data_cb, data_cb_timestamp, get_memory, user);
|
/hardware/qcom/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.h | 52 camera_notify_callback notify_cb,
|
QualcommCamera.cpp | 212 camera_notify_callback notify_cb, 221 hardware->set_CallBacks(device, notify_cb,data_cb, data_cb_timestamp, get_memory, user);
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 310 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 311 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 319 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 320 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 401 * @notify_cb : callback function to handle if any notify from fd 410 mm_camera_poll_notify_t notify_cb, 428 poll_cb->poll_entries[idx].notify_cb = notify_cb; 477 poll_cb->poll_entries[idx].notify_cb = NULL;
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 310 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 311 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 319 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 320 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 401 * @notify_cb : callback function to handle if any notify from fd 410 mm_camera_poll_notify_t notify_cb, 428 poll_cb->poll_entries[idx].notify_cb = notify_cb; 477 poll_cb->poll_entries[idx].notify_cb = NULL;
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 308 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 309 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 317 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 318 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 399 * @notify_cb : callback function to handle if any notify from fd 408 mm_camera_poll_notify_t notify_cb, 426 poll_cb->poll_entries[idx].notify_cb = notify_cb; 475 poll_cb->poll_entries[idx].notify_cb = NULL;
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 311 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 312 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 320 if (NULL != poll_cb->poll_entries[i-1].notify_cb) { 321 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data); 402 * @notify_cb : callback function to handle if any notify from fd 411 mm_camera_poll_notify_t notify_cb, 429 poll_cb->poll_entries[idx].notify_cb = notify_cb; 477 poll_cb->poll_entries[idx].notify_cb = NULL;
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
QCameraHWI.cpp | 485 int QCameraHardwareInterface::set_notify_callback(camera2_notify_callback notify_cb, 488 mNotifyCb = notify_cb;
|
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 119 camera_notify_callback notify_cb; member in struct:qcamera::__anon3247
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 119 camera_notify_callback notify_cb; member in struct:qcamera::__anon4158
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/ |
QCameraUsbPriv.h | 141 camera_notify_callback notify_cb; member in struct:android::__anon5087
|