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

1234

/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/omap4-aah/
H A Dtm.c25 char *cf, *cb; local
48 cb = ptr[5];
49 cb[60] = 'a';
/hardware/ti/omap4xxx/
H A Dtm.c25 char *cf, *cb; local
48 cb = ptr[5];
49 cb[60] = 'a';
/hardware/bsp/intel/peripheral/libupm/src/a110x/
H A Da110x.cxx61 void A110X::installISR( IsrCallback *cb) argument
63 installISR(generic_callback_isr, cb);
H A Da110x.h93 void installISR(IsrCallback *cb);
/hardware/bsp/intel/peripheral/libupm/src/rpr220/
H A Drpr220.cxx62 void RPR220::installISR(IsrCallback *cb) argument
64 installISR(generic_callback_isr, cb);
H A Drpr220.h91 void installISR(IsrCallback *cb);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIHdcpControl.h30 virtual bool startHdcpAsync(HdcpStatusCallback cb, void *userData) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DIHdcpControl.h30 virtual bool startHdcpAsync(HdcpStatusCallback cb, void *userData) = 0;
/hardware/libhardware/modules/input/evdev/
H A DInputHost.h43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {} argument
55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : argument
56 InputHostBase(host, cb), mReport(r) {}
75 InputReportDefinition(input_host_t* host, input_host_callbacks_t cb, argument
76 input_report_definition_t* r) : InputHostBase(host, cb), mReportDefinition(r) {}
96 InputDeviceDefinition(input_host_t* host, input_host_callbacks_t cb, argument
98 InputHostBase(host, cb), mDeviceDefinition(d) {}
115 InputProperty(input_host_t* host, input_host_callbacks_t cb, input_property_t* p) : argument
116 InputHostBase(host, cb), mPropert
133 InputPropertyMap(input_host_t* host, input_host_callbacks_t cb, input_property_map_t* m) argument
169 InputHost(input_host_t* host, input_host_callbacks_t cb) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/src/ttp223/
H A Dttp223.cxx63 void TTP223::installISR(mraa::Edge level, IsrCallback *cb) argument
65 installISR(level, generic_callback_isr, cb);
H A Dttp223.h103 void installISR(mraa::Edge level, IsrCallback *cb);
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A Daenc_svr.h86 @param cb pointer to callback function from the client
91 struct aac_ipc_info *omx_aac_thread_create(message_func cb,
95 struct aac_ipc_info *omx_aac_event_thread_create(message_func cb,
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A Daenc_svr.h86 @param cb pointer to callback function from the client
91 struct amr_ipc_info *omx_amr_thread_create(message_func cb,
95 struct amr_ipc_info *omx_amr_event_thread_create(message_func cb,
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A Daenc_svr.h86 @param cb pointer to callback function from the client
91 struct evrc_ipc_info *omx_evrc_thread_create(message_func cb,
95 struct evrc_ipc_info *omx_evrc_event_thread_create(message_func cb,
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A Daenc_svr.h86 @param cb pointer to callback function from the client
91 struct qcelp13_ipc_info *omx_qcelp13_thread_create(message_func cb,
95 struct qcelp13_ipc_info *omx_qcelp13_event_thread_create(message_func cb,
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
H A Daenc_svr.c87 @param cb pointer to callback function from the client
93 message_func cb,
108 aac_info->process_msg_cb = cb;
140 * @param cb pointer to callback function from the client
146 message_func cb,
161 aac_info->process_msg_cb = cb;
92 omx_aac_thread_create( message_func cb, void* client_data, char* th_name) argument
145 omx_aac_event_thread_create( message_func cb, void* client_data, char* th_name) argument
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Daenc_svr.c87 @param cb pointer to callback function from the client
93 message_func cb,
108 amr_info->process_msg_cb = cb;
140 * @param cb pointer to callback function from the client
146 message_func cb,
161 amr_info->process_msg_cb = cb;
92 omx_amr_thread_create( message_func cb, void* client_data, char* th_name) argument
145 omx_amr_event_thread_create( message_func cb, void* client_data, char* th_name) argument
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Daenc_svr.c87 @param cb pointer to callback function from the client
93 message_func cb,
108 evrc_info->process_msg_cb = cb;
140 * @param cb pointer to callback function from the client
146 message_func cb,
161 evrc_info->process_msg_cb = cb;
92 omx_evrc_thread_create( message_func cb, void* client_data, char* th_name) argument
145 omx_evrc_event_thread_create( message_func cb, void* client_data, char* th_name) argument
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Daenc_svr.c87 @param cb pointer to callback function from the client
93 message_func cb,
108 qcelp13_info->process_msg_cb = cb;
141 * @param cb pointer to callback function from the client
147 message_func cb,
162 qcelp13_info->process_msg_cb = cb;
92 omx_qcelp13_thread_create( message_func cb, void* client_data, char* th_name) argument
146 omx_qcelp13_event_thread_create( message_func cb, void* client_data, char* th_name) argument
/hardware/ril/libril/
H A DRilSocket.cpp140 void RilSocket::setListenCb(ril_event_cb cb) { argument
141 listenCb = cb;
144 void RilSocket::setCommandCb(ril_event_cb cb) { argument
145 commandCb = cb;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_decoder.h274 * \param[in] cb Pointer to the callback function
284 vpx_codec_put_frame_cb_fn_t cb,
316 * \param[in] cb Pointer to the callback function
326 vpx_codec_put_slice_cb_fn_t cb,
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
H A Dmlerrorcode.h61 #define CALL_CHECK_N_CALLBACK(f, cb) { \
66 cb; \
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwificonfig.cpp384 struct nl_cb *cb; local
386 cb = nl_cb_alloc(NL_CB_DEFAULT);
387 if (!cb) {
398 nl_cb_err(cb, NL_CB_CUSTOM, error_handler_wifi_config, &res);
399 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler_wifi_config,
401 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_wifi_config, &res);
405 nl_recvmsgs(mInfo->cmd_sock, cb);

Completed in 1197 milliseconds

1234