HomeSort by relevance Sort by last modified time
    Searched full:app_cb (Results 1 - 13 of 13) sorted by null

  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 161 void QCameraHardwareInterface::releaseAppCBData(app_notify_cb_t *app_cb)
163 if (app_cb->argm_data_cb.user_data != NULL) {
164 QCameraHalHeap_t *heap = (QCameraHalHeap_t *)app_cb->argm_data_cb.user_data;
250 app_notify_cb_t *app_cb = local
252 if (NULL != app_cb) {
254 if (app_cb->notifyCb) {
256 app_cb->notifyCb(app_cb->argm_notify.msg_type,
257 app_cb->argm_notify.ext1,
258 app_cb->argm_notify.ext2
291 app_notify_cb_t *app_cb = local
461 app_notify_cb_t *app_cb = (app_notify_cb_t *)malloc(sizeof(app_notify_cb_t)); local
683 app_notify_cb_t *app_cb = (app_notify_cb_t *)malloc(sizeof(app_notify_cb_t)); local
1772 app_notify_cb_t app_cb; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 692 processPreviewChannelEvent(mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
712 mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
731 processSnapshotChannelEvent(mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
766 mm_camera_ch_event_t *event, app_notify_cb_t *app_cb)
772 processPreviewChannelEvent(event->evt, app_cb);
775 processRecordChannelEvent(event->evt, app_cb);
778 processSnapshotChannelEvent(event->evt, app_cb);
787 void QCameraHardwareInterface::processCtrlEvent(mm_camera_ctrl_event_t *event, app_notify_cb_t *app_cb)
794 zoomEvent(&event->status, app_cb);
797 autoFocusEvent(&event->status, app_cb);
879 app_notify_cb_t app_cb; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 711 processPreviewChannelEvent(mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
731 mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
750 processSnapshotChannelEvent(mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
785 mm_camera_ch_event_t *event, app_notify_cb_t *app_cb)
791 processPreviewChannelEvent(event->evt, app_cb);
794 processRecordChannelEvent(event->evt, app_cb);
797 processSnapshotChannelEvent(event->evt, app_cb);
806 void QCameraHardwareInterface::processCtrlEvent(mm_camera_ctrl_event_t *event, app_notify_cb_t *app_cb)
813 zoomEvent(&event->status, app_cb);
816 autoFocusEvent(&event->status, app_cb);
916 app_notify_cb_t app_cb; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 438 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
439 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
499 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
500 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
708 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
724 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb)
727 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value);
753 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
919 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->p_reg->app_cb.p_disc_res_cb)
920 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result)
    [all...]
gatt_auth.c 239 if (gatt_cb.cl_rcb[i].in_use && gatt_cb.cl_rcb[i].app_cb.p_enc_cmpl_cb)
241 (*gatt_cb.cl_rcb[i].app_cb.p_enc_cmpl_cb)(gatt_cb.cl_rcb[i].gatt_if, bd_addr);
gatt_main.c 482 if (p_reg->app_cb.p_congestion_cb)
485 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
912 if (p_reg->app_cb.p_conn_cb)
915 (*p_reg->app_cb.p_conn_cb)(p_reg->gatt_if, p_tcb->peer_bda, conn_id,
    [all...]
gatt_utils.c     [all...]
gatt_api.c     [all...]
gatt_int.h 254 tGATT_CBACK app_cb; member in struct:__anon5910
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 1046 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 771 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
773 if ( ( NULL != app_cb ) && ( NULL != postProc ) ) {
774 if (app_cb && NULL != app_cb->release_data.data) {
775 app_cb->release_data.data->release(app_cb->release_data.data);
776 app_cb->release_data.data = NULL;
778 if (app_cb && NULL != app_cb->release_data.frame) {
779 postProc->releaseSuperBuf(app_cb->release_data.frame)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 771 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
773 if ( ( NULL != app_cb ) && ( NULL != postProc ) ) {
774 if (app_cb && NULL != app_cb->release_data.data) {
775 app_cb->release_data.data->release(app_cb->release_data.data);
776 app_cb->release_data.data = NULL;
778 if (app_cb && NULL != app_cb->release_data.frame) {
779 postProc->releaseSuperBuf(app_cb->release_data.frame)
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h     [all...]

Completed in 1113 milliseconds