HomeSort by relevance Sort by last modified time
    Searched full:app_cb (Results 1 - 12 of 12) 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);
709 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
725 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb)
728 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value);
754 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
920 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->p_reg->app_cb.p_disc_res_cb)
921 (*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 505 if (p_reg->app_cb.p_congestion_cb)
508 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
935 if (p_reg->app_cb.p_conn_cb)
938 (*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:__anon69384
  /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 1356 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 1847 milliseconds