Searched refs:cb (Results 1 - 25 of 40) sorted by relevance

12

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_nl80211.c81 dhd_nli->cb = nl_cb_alloc(NL_CB_DEBUG);
82 if (dhd_nli->cb == NULL)
85 nl_socket_set_cb(dhd_nli->nl, dhd_nli->cb);
89 nl_cb_put(dhd_nli->cb);
97 nl_cb_put(dhd_nli->cb);
121 nl_cb_err(dhd_nli->cb, NL_CB_CUSTOM, dhd_nl_error_handler, &err);
122 nl_cb_set(dhd_nli->cb, NL_CB_ACK, NL_CB_CUSTOM,
124 nl_cb_set(dhd_nli->cb, NL_CB_FINISH, NL_CB_CUSTOM,
126 nl_cb_set(dhd_nli->cb, NL_CB_VALID, NL_CB_CUSTOM,
129 nl_recvmsgs(dhd_nli->nl, dhd_nli->cb);
[all...]
H A Ddhdu_nl80211.h39 struct nl_cb *cb; member in struct:dhd_netlink_info
/hardware/ti/omap4xxx/
H A Dtm.c25 char *cf, *cb; local
48 cb = ptr[5];
49 cb[60] = 'a';
/hardware/ti/wlan/mac80211/ti-utils/
H A Dmisc_cmds.c20 struct nl_cb *cb,
81 struct nl_cb *cb,
121 static int get_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, argument
158 static int set_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, argument
223 static int set_ref_nvs(struct nl80211_state *state, struct nl_cb *cb, argument
262 static int set_ref_nvs2(struct nl80211_state *state, struct nl_cb *cb, argument
305 static int set_upd_nvs(struct nl80211_state *state, struct nl_cb *cb, argument
346 static int get_dump_nvs(struct nl80211_state *state, struct nl_cb *cb, argument
373 static int set_autofem(struct nl80211_state *state, struct nl_cb *cb, argument
408 static int set_fem_manuf(struct nl80211_state *state, struct nl_cb *cb, argument
19 handle_push_nvs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
[all...]
H A Dplt.c42 static int plt_power_mode(struct nl80211_state *state, struct nl_cb *cb, argument
84 static int plt_tune_channel(struct nl80211_state *state, struct nl_cb *cb, argument
122 static int plt_ref_point(struct nl80211_state *state, struct nl_cb *cb, argument
215 static int plt_tx_bip(struct nl80211_state *state, struct nl_cb *cb, argument
253 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, calib_valid_handler, nvs_path);
267 static int plt_tx_tone(struct nl80211_state *state, struct nl_cb *cb, argument
306 static int plt_tx_cont(struct nl80211_state *state, struct nl_cb *cb, argument
379 static int plt_tx_stop(struct nl80211_state *state, struct nl_cb *cb, argument
409 static int plt_start_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, argument
439 static int plt_stop_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, argument
469 plt_reset_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
533 plt_get_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
569 plt_rx_statistics(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
644 plt_calibrate(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
[all...]
H A Dcalibrator.c211 struct nl_cb *cb,
282 struct nl_cb *cb; local
423 cb = nl_cb_alloc(calibrator_debug ? NL_CB_DEBUG : NL_CB_DEFAULT);
424 if (!cb) {
444 err = cmd->handler(state, cb, msg, argc, argv);
458 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
459 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
460 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
463 nl_recvmsgs(state->nl_sock, cb);
466 nl_cb_put(cb);
210 print_help(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
[all...]
H A Dcalibrator.h51 struct nl_cb *cb,
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp1083 qcamera_callback_argm_t *cb = local
1085 if (NULL != cb) {
1086 ALOGV("%s: cb type %d received",
1088 cb->cb_type);
1090 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) {
1091 switch (cb->cb_type) {
1094 if (cb->msg_type == CAMERA_MSG_FOCUS) {
1098 pme->mNotifyCb(cb->msg_type,
1099 cb->ext1,
1100 cb
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h130 encoder_libjpeg_callback_t cb,
135 : Thread(false), mMainInput(main_jpeg), mThumbnailInput(tn_jpeg), mCb(cb),
128 Encoder_libjpeg(params* main_jpeg, params* tn_jpeg, encoder_libjpeg_callback_t cb, CameraFrame::FrameType type, void* cookie1, void* cookie2, void* cookie3) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_thread.c243 * map cb associated with this fd once incoming data avail by directly
565 if (NULL != cmd_thread->cb) {
566 cmd_thread->cb(node, cmd_thread->user_data);
582 mm_camera_cmd_cb_t cb,
589 cmd_thread->cb = cb;
581 mm_camera_cmd_thread_launch(mm_camera_cmd_thread_t * cmd_thread, mm_camera_cmd_cb_t cb, void* user_data) argument
H A Dmm_camera_stream.c224 if(NULL != my_obj->buf_cb[i].cb) {
288 if(NULL != my_obj->buf_cb[i].cb) {
300 my_obj->buf_cb[i].cb(&super_buf,
309 my_obj->buf_cb[i].cb = NULL;
674 if(NULL != my_obj->buf_cb[i].cb) {
757 if(NULL != my_obj->buf_cb[i].cb) {
819 my_obj->buf_cb[0].cb = config->stream_cb;
2558 if(NULL == my_obj->buf_cb[i].cb) {
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c1808 struct nl_cb *cb; local
1833 cb = nl_cb_alloc(NL_CB_DEFAULT);
1834 if (!cb) {
1859 nl_cb_err(cb, NL_CB_CUSTOM, nl_error_handler, &err);
1860 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, nl_finish_handler, &err);
1861 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, nl_ack_handler, &err);
1864 nl_recvmsgs(nl_sock, cb);
1868 nl_cb_put(cb);
1881 struct nl_cb *cb; local
1905 cb
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h103 mm_camera_cmd_cb_t cb; /* cb for cmd */ member in struct:__anon583
104 void* user_data; /* user_data for cb */
126 /* array to store poll fd and cb info
173 mm_camera_buf_notify_t cb; member in struct:__anon589
212 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */
331 /* cb thread for sending data cb */
373 pthread_mutex_t cb_lock; /* lock for evt cb */
572 mm_camera_cmd_cb_t cb,
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h189 pktpool_cb_t cb; member in struct:__anon22
257 extern int pktpool_avail_notify_exclusive(osl_t *osh, pktpool_t *pktp, pktpool_cb_t cb);
258 extern int pktpool_avail_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
259 extern int pktpool_empty_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
271 extern int pktpool_dbg_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
/hardware/qcom/display/msm8x26/libgralloc/
H A Dmapper.cpp263 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp263 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
/hardware/qcom/display/msm8974/libgralloc/
H A Dmapper.cpp264 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dpkcs11.h370 CK_BYTE cb[16]; member in struct:CK_AES_CTR_PARAMS
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c639 LCML_CALLBACKTYPE cb; local
708 cb.LCML_Callback = (void *) G726ENC_LCMLCallback;
726 cb.LCML_Callback = (void *) G726ENC_LCMLCallback;
730 p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString);
734 p,&pLcmlHandle, (void *)p, &cb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c630 LCML_CALLBACKTYPE cb; local
729 cb.LCML_Callback = (void *) G729ENC_LCMLCallback;
745 cb.LCML_Callback = (void *) G729ENC_LCMLCallback;
749 &cb, (OMX_STRING)pComponentPrivate->sDeviceString);
753 &cb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c647 LCML_CALLBACKTYPE cb; local
758 cb.LCML_Callback = (void *) G711DECLCML_Callback;
787 cb.LCML_Callback = (void *) G711DECLCML_Callback;
791 p,&pLcmlHandle,(void *)p,&cb,(OMX_STRING)pComponentPrivate->sDeviceString);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c600 LCML_CALLBACKTYPE cb; local
698 cb.LCML_Callback = (void *) G711ENC_LCMLCallback;
720 &cb,
727 &cb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c728 LCML_CALLBACKTYPE cb; local
810 cb.LCML_Callback = (void *) G722DEC_LCML_Callback;
815 &cb,(OMX_STRING)pComponentPrivate->sDeviceString);
822 p,&pLcmlHandle,(void *)p,&cb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c1875 LCML_CALLBACKTYPE cb; local
1947 cb.LCML_Callback = (void *) G722ENC_LCML_Callback;
1952 &cb, (OMX_STRING)pComponentPrivate->sDeviceString);
1957 &cb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c599 LCML_CALLBACKTYPE cb; local
681 cb.LCML_Callback = (void *) G726DEC_LCML_Callback;
687 &cb,(OMX_STRING)pComponentPrivate->sDeviceString);
696 p,&pLcmlHandle,(void *)p,&cb);

Completed in 4975 milliseconds

12