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

  /device/moto/shamu/dataservices/rmnetctl/inc/
librmnetctl.h 143 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code);
151 void rmnetctl_cleanup(rmnetctl_hndl_t *hndl);
168 int rmnet_associate_network_device(rmnetctl_hndl_t *hndl,
188 int rmnet_get_network_device_associated(rmnetctl_hndl_t *hndl,
208 int rmnet_set_link_egress_data_format(rmnetctl_hndl_t *hndl,
229 int rmnet_get_link_egress_data_format(rmnetctl_hndl_t *hndl,
250 int rmnet_set_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl,
270 int rmnet_get_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl,
276 inline int rmnet_set_link_ingress_data_format(rmnetctl_hndl_t *hndl,
281 return rmnet_set_link_ingress_data_format_tailspace(hndl,
    [all...]
  /device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c 76 * @param *hndl RmNet handle for this transaction
91 static int rmnetctl_transact(rmnetctl_hndl_t *hndl,
103 if (!hndl){
133 nlmsghdr_val->nlmsg_seq = hndl->transaction_id;
134 nlmsghdr_val->nlmsg_pid = hndl->pid;
141 hndl->transaction_id++;
144 if (sendto(hndl->netlink_fd,
148 (struct sockaddr *) &hndl->dest_addr,
156 bytes_read = recvfrom(hndl->netlink_fd,
160 (struct sockaddr *) &hndl->src_addr
    [all...]
  /system/bt/bta/include/
bta_av_co.h 102 extern void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps,
117 extern void bta_av_co_video_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps,
132 extern UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
148 extern UINT8 bta_av_co_video_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
163 extern void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
178 extern void bta_av_co_video_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
195 extern void bta_av_co_audio_open(tBTA_AV_HNDL hndl,
210 extern void bta_av_co_video_open(tBTA_AV_HNDL hndl,
228 extern void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
242 extern void bta_av_co_video_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type
    [all...]
bta_av_ci.h 64 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
bta_av_api.h 270 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon68839
283 tBTA_AV_HNDL hndl; member in struct:__anon68840
295 tBTA_AV_HNDL hndl; member in struct:__anon68841
302 tBTA_AV_HNDL hndl; member in struct:__anon68842
312 tBTA_AV_HNDL hndl; member in struct:__anon68843
321 tBTA_AV_HNDL hndl; member in struct:__anon68844
329 tBTA_AV_HNDL hndl; member in struct:__anon68845
338 tBTA_AV_HNDL hndl; member in struct:__anon68846
424 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon68855
574 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
    [all...]
  /system/bt/btif/include/
btif_av_co.h 136 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl);
159 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
  /system/bt/bta/ar/
bta_ar_int.h 49 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon68547
  /system/bt/btif/co/
bta_av_co.c 55 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1)
247 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl)
252 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl);
341 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk,
349 hndl, num_seps, num_snk, num_src);
352 p_peer = bta_av_co_get_peer(hndl);
456 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
471 hndl, codec_type, seid);
476 p_peer = bta_av_co_get_peer(hndl);
    [all...]
  /system/bt/bta/av/
bta_av_ci.c 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
77 p_buf->hdr.layer_specific = hndl;
bta_av_aact.c 322 start.hndl = p_scb->hndl;
552 APPL_TRACE_VERBOSE("hndl:x%x", p_scb->hndl);
553 p_msg->hdr.layer_specific = p_scb->hndl;
853 start.hndl = p_scb->hndl;
877 av_open.hndl = p_scb->hndl;
    [all...]
bta_av_api.c 144 void BTA_AvDeregister(tBTA_AV_HNDL hndl)
150 p_buf->layer_specific = hndl;
308 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx,
315 p_buf->hdr.layer_specific = hndl;
337 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len)
343 p_buf->hdr.layer_specific = hndl;
371 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len)
377 p_buf->hdr.layer_specific = hndl;
bta_av_int.h 163 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
165 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
168 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
172 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl,
175 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
176 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, BOOLEAN *p_no_rtp_hdr);
177 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type);
180 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
321 tBTA_AV_HNDL hndl; member in struct:__anon68565
488 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) * member in struct:__anon68576
    [all...]
bta_av_main.c 239 p_buf->layer_specific = p_scb->hndl;
323 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
325 UINT8 idx = (hndl & BTA_AV_HNDL_MSK);
387 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
458 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
573 registr.hndl = p_scb->hndl;
953 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
    [all...]
bta_av_ssm.c 440 p_scb->hndl, event, bta_av_evt_code(event), p_scb->state, bta_av_sst_code(p_scb->state));
bta_av_act.c 509 disc = p_scb->hndl;
    [all...]
  /external/libselinux/include/selinux/
android.h 20 extern void selinux_android_set_sehandle(const struct selabel_handle *hndl);
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 256 OUTE("hndl %p", l->handle);
1128 void *hndl = dlopen(BLTSVILLELIB, RTLD_LOCAL | RTLD_LAZY); local
    [all...]
  /external/libselinux/src/
android.c     [all...]
  /system/bt/btif/src/
btif_av.c 297 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl;
    [all...]

Completed in 448 milliseconds