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

  /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 706 processPreviewChannelEvent(mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
726 mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
745 processSnapshotChannelEvent(mm_camera_ch_event_type_t channelEvent, app_notify_cb_t *app_cb) {
780 mm_camera_ch_event_t *event, app_notify_cb_t *app_cb)
786 processPreviewChannelEvent(event->evt, app_cb);
789 processRecordChannelEvent(event->evt, app_cb);
792 processSnapshotChannelEvent(event->evt, app_cb);
801 void QCameraHardwareInterface::processCtrlEvent(mm_camera_ctrl_event_t *event, app_notify_cb_t *app_cb)
808 zoomEvent(&event->status, app_cb);
811 autoFocusEvent(&event->status, app_cb);
911 app_notify_cb_t app_cb; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 428 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
429 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
486 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
487 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
689 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
705 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb)
708 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value);
734 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
900 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->p_reg->app_cb.p_disc_res_cb)
901 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result)
    [all...]
gatt_utils.c     [all...]
gatt_main.c 842 if (p_reg->app_cb.p_conn_cb)
845 (*p_reg->app_cb.p_conn_cb)(p_reg->gatt_if, p_tcb->peer_bda, conn_id, TRUE, 0);
    [all...]
gatt_api.c     [all...]
gatt_int.h 239 tGATT_CBACK app_cb; member in struct:__anon3563
  /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...]
  /hardware/qcom/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...]

Completed in 1028 milliseconds