Home
last modified time | relevance | path

Searched refs:cb (Results 1 – 25 of 50) sorted by relevance

12

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_nl80211.c81 dhd_nli->cb = nl_cb_alloc(NL_CB_DEBUG); in dhd_nl_sock_connect()
82 if (dhd_nli->cb == NULL) in dhd_nl_sock_connect()
85 nl_socket_set_cb(dhd_nli->nl, dhd_nli->cb); in dhd_nl_sock_connect()
89 nl_cb_put(dhd_nli->cb); in dhd_nl_sock_connect()
97 nl_cb_put(dhd_nli->cb); in dhd_nl_sock_disconnect()
121 nl_cb_err(dhd_nli->cb, NL_CB_CUSTOM, dhd_nl_error_handler, &err); in dhd_nl_do_testmode()
122 nl_cb_set(dhd_nli->cb, NL_CB_ACK, NL_CB_CUSTOM, in dhd_nl_do_testmode()
124 nl_cb_set(dhd_nli->cb, NL_CB_FINISH, NL_CB_CUSTOM, in dhd_nl_do_testmode()
126 nl_cb_set(dhd_nli->cb, NL_CB_VALID, NL_CB_CUSTOM, in dhd_nl_do_testmode()
129 nl_recvmsgs(dhd_nli->nl, dhd_nli->cb); in dhd_nl_do_testmode()
Ddhdu_nl80211.h39 struct nl_cb *cb; member
/hardware/ti/omap4xxx/
Dtm.c25 char *cf, *cb; in main() local
48 cb = ptr[5]; in main()
49 cb[60] = 'a'; in main()
/hardware/ti/omap4-aah/
Dtm.c25 char *cf, *cb; in main() local
48 cb = ptr[5]; in main()
49 cb[60] = 'a'; in main()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp169 struct nl_cb *cb = nl_socket_get_cb(event_sock); in wifi_initialize() local
170 if (cb == NULL) { in wifi_initialize()
176 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in wifi_initialize()
177 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in wifi_initialize()
178 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in wifi_initialize()
179 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in wifi_initialize()
181 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, internal_valid_message_handler, info); in wifi_initialize()
182 nl_cb_put(cb); in wifi_initialize()
271 struct nl_cb *cb = nl_socket_get_cb(info->event_sock); in internal_pollin_handler() local
272 int res = nl_recvmsgs(info->event_sock, cb); in internal_pollin_handler()
[all …]
Dcpp_bindings.cpp609 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT); in requestResponse() local
610 if (!cb) in requestResponse()
619 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in requestResponse()
620 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in requestResponse()
621 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in requestResponse()
622 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse()
623 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, response_handler, this); in requestResponse()
626 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
632 nl_cb_put(cb); in requestResponse()
Dgscan.cpp1318 struct nl_cb *cb; in requestEvent() local
1322 cb = nl_cb_alloc(NL_CB_DEFAULT); in requestEvent()
1323 if (!cb) { in requestEvent()
1336 nl_cb_err(cb, NL_CB_CUSTOM, error_handler_gscan, &res); in requestEvent()
1337 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler_gscan, &res); in requestEvent()
1338 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_gscan, &res); in requestEvent()
1342 nl_recvmsgs(mInfo->cmd_sock, cb); in requestEvent()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c152 vpx_codec_put_frame_cb_fn_t cb, in vpx_codec_register_put_frame_cb() argument
156 if (!ctx || !cb) in vpx_codec_register_put_frame_cb()
162 ctx->priv->dec.put_frame_cb.u.put_frame = cb; in vpx_codec_register_put_frame_cb()
172 vpx_codec_put_slice_cb_fn_t cb, in vpx_codec_register_put_slice_cb() argument
176 if (!ctx || !cb) in vpx_codec_register_put_slice_cb()
182 ctx->priv->dec.put_slice_cb.u.put_slice = cb; in vpx_codec_register_put_slice_cb()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp592 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT); in requestResponse() local
593 if (!cb) in requestResponse()
602 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in requestResponse()
603 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in requestResponse()
604 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in requestResponse()
605 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse()
606 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, response_handler, this); in requestResponse()
609 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
615 nl_cb_put(cb); in requestResponse()
Dwifi_hal.cpp130 struct nl_cb *cb = nl_socket_get_cb(event_sock); in wifi_initialize() local
131 if (cb == NULL) { in wifi_initialize()
137 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, internal_no_seq_check, info); in wifi_initialize()
138 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, internal_valid_message_handler, info); in wifi_initialize()
139 nl_cb_put(cb); in wifi_initialize()
230 struct nl_cb *cb = nl_socket_get_cb(info->event_sock); in internal_pollin_handler() local
231 int res = nl_recvmsgs(info->event_sock, cb); in internal_pollin_handler()
233 nl_cb_put(cb); in internal_pollin_handler()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dmlerrorcode.h61 #define CALL_CHECK_N_CALLBACK(f, cb) { \ argument
66 cb; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_decoder.h284 vpx_codec_put_frame_cb_fn_t cb,
326 vpx_codec_put_slice_cb_fn_t cb,
/hardware/intel/img/hwcomposer/ips/common/
DHdcpControl.cpp104 bool HdcpControl::startHdcpAsync(HdcpStatusCallback cb, void *userData) in startHdcpAsync() argument
114 if (cb == NULL || userData == NULL) { in startHdcpAsync()
133 mCallback = cb; in startHdcpAsync()
DHdcpControl.h32 virtual bool startHdcpAsync(HdcpStatusCallback cb, void *userData);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c141 vpx_get_frame_buffer_cb_fn_t cb, in vp9_realloc_frame_buffer() argument
169 if (cb != NULL) { in vp9_realloc_frame_buffer()
176 if (cb(cb_priv, external_frame_size, fb) < 0) in vp9_realloc_frame_buffer()
/hardware/intel/img/hwcomposer/include/
DIHdcpControl.h30 virtual bool startHdcpAsync(HdcpStatusCallback cb, void *userData) = 0;
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h130 encoder_libjpeg_callback_t cb, in Encoder_libjpeg() argument
135 : Thread(false), mMainInput(main_jpeg), mThumbnailInput(tn_jpeg), mCb(cb), in Encoder_libjpeg()
/hardware/ti/omap4-aah/camera/inc/
DEncoder_libjpeg.h146 encoder_libjpeg_callback_t cb, in Encoder_libjpeg() argument
151 : android::Thread(false), mMainInput(main_jpeg), mThumbnailInput(tn_jpeg), mCb(cb), in Encoder_libjpeg()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h80 vpx_get_frame_buffer_cb_fn_t cb,
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp574 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
590 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
602 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + in getYUVPlaneInfo()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h189 pktpool_cb_t cb; member
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/libhardware/include/hardware/
Dbluetooth.h391 typedef bool (*set_wake_alarm_callout)(uint64_t delay_millis, bool should_wake, alarm_cb cb, void *…
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_Utils.c639 LCML_CALLBACKTYPE cb; in G726ENC_HandleCommand() local
708 cb.LCML_Callback = (void *) G726ENC_LCMLCallback; in G726ENC_HandleCommand()
726 cb.LCML_Callback = (void *) G726ENC_LCMLCallback; in G726ENC_HandleCommand()
730 … p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString); in G726ENC_HandleCommand()
734 p,&pLcmlHandle, (void *)p, &cb); in G726ENC_HandleCommand()
/hardware/qcom/display/msm8974/libgralloc/
Dmapper.cpp263 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr()
/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp262 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr()

12