HomeSort by relevance Sort by last modified time
    Searched refs: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...]
  /system/bt/stack/gatt/
gatt_cl.c 439 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
440 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
500 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
501 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
714 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
730 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb)
733 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value);
759 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
924 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->p_reg->app_cb.p_disc_res_cb)
925 (*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 519 if (p_reg->app_cb.p_congestion_cb)
522 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
949 if (p_reg->app_cb.p_conn_cb)
952 (*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:__anon73624
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp 1348 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 1348 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 1046 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp 1597 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraPostProc.cpp 1600 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h     [all...]

Completed in 774 milliseconds