/device/google/marlin/dataservices/rmnetctl/inc/ |
librmnetctl.h | 187 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code); 195 void rmnetctl_cleanup(rmnetctl_hndl_t *hndl); 212 int rmnet_associate_network_device(rmnetctl_hndl_t *hndl, 232 int rmnet_get_network_device_associated(rmnetctl_hndl_t *hndl, 252 int rmnet_set_link_egress_data_format(rmnetctl_hndl_t *hndl, 273 int rmnet_get_link_egress_data_format(rmnetctl_hndl_t *hndl, 294 int rmnet_set_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl, 314 int rmnet_get_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl, 320 inline int rmnet_set_link_ingress_data_format(rmnetctl_hndl_t *hndl, 325 return rmnet_set_link_ingress_data_format_tailspace(hndl, [all...] |
/device/huawei/angler/dataservices/rmnetctl/inc/ |
librmnetctl.h | 187 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code); 195 void rmnetctl_cleanup(rmnetctl_hndl_t *hndl); 212 int rmnet_associate_network_device(rmnetctl_hndl_t *hndl, 232 int rmnet_get_network_device_associated(rmnetctl_hndl_t *hndl, 252 int rmnet_set_link_egress_data_format(rmnetctl_hndl_t *hndl, 273 int rmnet_get_link_egress_data_format(rmnetctl_hndl_t *hndl, 294 int rmnet_set_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl, 314 int rmnet_get_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl, 320 inline int rmnet_set_link_ingress_data_format(rmnetctl_hndl_t *hndl, 325 return rmnet_set_link_ingress_data_format_tailspace(hndl, [all...] |
/device/lge/bullhead/dataservices/rmnetctl/inc/ |
librmnetctl.h | 187 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code); 195 void rmnetctl_cleanup(rmnetctl_hndl_t *hndl); 212 int rmnet_associate_network_device(rmnetctl_hndl_t *hndl, 232 int rmnet_get_network_device_associated(rmnetctl_hndl_t *hndl, 252 int rmnet_set_link_egress_data_format(rmnetctl_hndl_t *hndl, 273 int rmnet_get_link_egress_data_format(rmnetctl_hndl_t *hndl, 294 int rmnet_set_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl, 314 int rmnet_get_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl, 320 inline int rmnet_set_link_ingress_data_format(rmnetctl_hndl_t *hndl, 325 return rmnet_set_link_ingress_data_format_tailspace(hndl, [all...] |
/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/google/marlin/dataservices/rmnetctl/src/ |
librmnetctl.c | 90 * @param *hndl RmNet handle for this transaction 105 static uint16_t rmnetctl_transact(rmnetctl_hndl_t *hndl, 119 if (!hndl){ 149 nlmsghdr_val->nlmsg_seq = hndl->transaction_id; 150 nlmsghdr_val->nlmsg_pid = hndl->pid; 157 hndl->transaction_id++; 159 saddr_ptr = &hndl->dest_addr; 161 if (sendto(hndl->netlink_fd, 173 saddr_ptr = &hndl->src_addr; 174 bytes_read = recvfrom(hndl->netlink_fd [all...] |
/device/huawei/angler/dataservices/rmnetctl/src/ |
librmnetctl.c | 87 * @param *hndl RmNet handle for this transaction 102 static uint16_t rmnetctl_transact(rmnetctl_hndl_t *hndl, 116 if (!hndl){ 146 nlmsghdr_val->nlmsg_seq = hndl->transaction_id; 147 nlmsghdr_val->nlmsg_pid = hndl->pid; 154 hndl->transaction_id++; 156 saddr_ptr = &hndl->dest_addr; 158 if (sendto(hndl->netlink_fd, 170 saddr_ptr = &hndl->src_addr; 171 bytes_read = recvfrom(hndl->netlink_fd [all...] |
/device/lge/bullhead/dataservices/rmnetctl/src/ |
librmnetctl.c | 88 * @param *hndl RmNet handle for this transaction 103 static uint16_t rmnetctl_transact(rmnetctl_hndl_t *hndl, 117 if (!hndl){ 147 nlmsghdr_val->nlmsg_seq = hndl->transaction_id; 148 nlmsghdr_val->nlmsg_pid = hndl->pid; 155 hndl->transaction_id++; 157 saddr_ptr = &hndl->dest_addr; 159 if (sendto(hndl->netlink_fd, 171 saddr_ptr = &hndl->src_addr; 172 bytes_read = recvfrom(hndl->netlink_fd [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 | 273 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon73442 286 tBTA_AV_HNDL hndl; member in struct:__anon73443 298 tBTA_AV_HNDL hndl; member in struct:__anon73444 305 tBTA_AV_HNDL hndl; member in struct:__anon73445 315 tBTA_AV_HNDL hndl; member in struct:__anon73446 324 tBTA_AV_HNDL hndl; member in struct:__anon73447 332 tBTA_AV_HNDL hndl; member in struct:__anon73448 341 tBTA_AV_HNDL hndl; member in struct:__anon73449 428 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon73458 585 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:__anon73153
|
/system/bt/btif/co/ |
bta_av_co.c | 56 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) 248 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl) 253 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl); 342 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk, 350 hndl, num_seps, num_snk, num_src); 353 p_peer = bta_av_co_get_peer(hndl); 457 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 472 hndl, codec_type, seid); 477 p_peer = bta_av_co_get_peer(hndl); [all...] |
/system/bt/bta/av/ |
bta_av_ci.c | 68 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, 74 p_buf->hdr.layer_specific = hndl;
|
bta_av_api.c | 140 void BTA_AvDeregister(tBTA_AV_HNDL hndl) 144 p_buf->layer_specific = hndl; 244 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) 249 p_buf->layer_specific = hndl; 263 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) 269 p_buf->hdr.layer_specific = hndl; 333 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, 339 p_buf->hdr.layer_specific = hndl; 361 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) 366 p_buf->hdr.layer_specific = hndl; [all...] |
bta_av_aact.c | 328 start.hndl = p_scb->hndl; 356 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); 549 APPL_TRACE_VERBOSE("hndl:x%x", p_scb->hndl); 550 p_msg->hdr.layer_specific = p_scb->hndl; 844 start.hndl = p_scb->hndl; 868 av_open.hndl = p_scb->hndl; [all...] |
bta_av_int.h | 165 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps, 167 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 170 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 174 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl, 177 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu); 178 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, BOOLEAN *p_no_rtp_hdr); 179 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type); 182 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay); 324 tBTA_AV_HNDL hndl; member in struct:__anon73171 500 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) * member in struct:__anon73183 [all...] |
bta_av_main.c | 295 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local 297 UINT8 idx = (hndl & BTA_AV_HNDL_MSK); 356 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); 401 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role); 522 registr.hndl = p_scb->hndl; 928 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl); 936 p_buf->hdr.layer_specific = p_scb->hndl; [all...] |
bta_av_ssm.c | 454 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...] |
/system/bt/btif/src/ |
btif_av.c | 323 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl; [all...] |
/external/libselinux/src/ |
android.c | [all...] |