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

1 2

  /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...]
  /system/bt/bta/include/
bta_av_co.h 62 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, uint8_t num_seps,
78 tA2DP_STATUS bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
95 void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, const uint8_t* p_codec_info,
114 void bta_av_co_audio_open(tBTA_AV_HNDL hndl, uint16_t mtu);
130 void bta_av_co_audio_close(tBTA_AV_HNDL hndl);
143 void bta_av_co_audio_start(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
157 void bta_av_co_audio_stop(tBTA_AV_HNDL hndl);
185 void bta_av_co_audio_drop(tBTA_AV_HNDL hndl);
199 void bta_av_co_audio_delay(tBTA_AV_HNDL hndl, uint16_t delay);
214 void bta_av_co_audio_update_mtu(tBTA_AV_HNDL hndl, uint16_t mtu)
    [all...]
bta_av_ci.h 58 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code,
bta_av_api.h 253 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon113035
265 tBTA_AV_HNDL hndl; member in struct:__anon113036
276 tBTA_AV_HNDL hndl; member in struct:__anon113037
282 tBTA_AV_HNDL hndl; member in struct:__anon113038
291 tBTA_AV_HNDL hndl; member in struct:__anon113039
299 tBTA_AV_HNDL hndl; member in struct:__anon113040
306 tBTA_AV_HNDL hndl; member in struct:__anon113041
314 tBTA_AV_HNDL hndl; member in struct:__anon113042
403 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon113053
545 void BTA_AvDeregister(tBTA_AV_HNDL 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...]
  /system/bt/bta/ar/
bta_ar_int.h 47 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon112777
  /system/bt/bta/av/
bta_av_ci.cc 66 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code, uint8_t category,
72 p_buf->hdr.layer_specific = hndl;
bta_av_api.cc 134 void BTA_AvDeregister(tBTA_AV_HNDL hndl) {
137 p_buf->layer_specific = hndl;
233 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) {
237 p_buf->layer_specific = hndl;
251 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) {
256 p_buf->hdr.layer_specific = hndl;
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx,
304 p_buf->hdr.layer_specific = hndl;
326 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) {
330 p_buf->hdr.layer_specific = hndl;
    [all...]
bta_av_aact.cc 326 start.hndl = p_scb->hndl;
354 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl);
549 APPL_TRACE_VERBOSE("%s: hndl:x%x", __func__, p_scb->hndl);
550 p_msg->hdr.layer_specific = p_scb->hndl;
830 start.hndl = p_scb->hndl;
850 av_open.hndl = p_scb->hndl;
    [all...]
bta_av_int.h 162 typedef void (*tBTA_AV_CO_DISC_RES)(tBTA_AV_HNDL hndl, uint8_t num_seps,
166 typedef tA2DP_STATUS (*tBTA_AV_CO_GETCFG)(tBTA_AV_HNDL hndl,
171 typedef void (*tBTA_AV_CO_SETCFG)(tBTA_AV_HNDL hndl,
176 typedef void (*tBTA_AV_CO_OPEN)(tBTA_AV_HNDL hndl, uint16_t mtu);
177 typedef void (*tBTA_AV_CO_CLOSE)(tBTA_AV_HNDL hndl);
178 typedef void (*tBTA_AV_CO_START)(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
180 typedef void (*tBTA_AV_CO_STOP)(tBTA_AV_HNDL hndl);
183 typedef void (*tBTA_AV_CO_DELAY)(tBTA_AV_HNDL hndl, uint16_t delay);
184 typedef void (*tBTA_AV_CO_UPDATE_MTU)(tBTA_AV_HNDL hndl, uint16_t mtu);
306 tBTA_AV_HNDL hndl; member in struct:__anon112795
466 tBTA_AV_HNDL hndl; \/* the handle: ((hdi + 1)|chnl) *\/ member in struct:__anon112806
    [all...]
bta_av_main.cc 289 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
291 uint8_t idx = (hndl & BTA_AV_HNDL_MSK);
338 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
379 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
458 registr.hndl = p_scb->hndl;
865 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id,
866 p_scb->hndl);
875 p_buf->hdr.layer_specific = p_scb->hndl;
    [all...]
bta_av_ssm.cc 532 p_scb->hndl, event, bta_av_evt_code(event), p_scb->state,
  /system/bt/btif/co/
bta_av_co.cc 50 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1)
195 static tBTA_AV_CO_PEER* bta_av_co_get_peer(tBTA_AV_HNDL hndl) {
198 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl);
200 APPL_TRACE_DEBUG("%s: handle = %d index = %d", __func__, hndl, index);
241 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, uint8_t num_seps,
247 hndl, num_seps, num_sink, num_src);
250 p_peer = bta_av_co_get_peer(hndl);
288 tBTA_AV_HNDL hndl, uint8_t* p_codec_info, uint8_t* p_sep_info_idx,
293 APPL_TRACE_DEBUG("%s: handle:0x%x codec:%s seid:%d", __func__, hndl,
    [all...]
  /external/selinux/libselinux/include/selinux/
android.h 24 extern void selinux_android_set_sehandle(const struct selabel_handle *hndl);
restorecon.h 102 * @hndl: specifies handle to set as the global fc handle.
108 extern void selinux_restorecon_set_sehandle(struct selabel_handle *hndl);
  /external/skia/src/core/
SkBitmapDevice.cpp 77 SkRasterHandleAllocator::Handle hndl)
80 , fRasterHandle(hndl)
94 SkRasterHandleAllocator::Handle hndl = nullptr; local
103 hndl = allocator->allocBitmap(info, &bitmap);
104 if (!hndl) {
121 return new SkBitmapDevice(bitmap, surfaceProps, hndl);
SkCanvas.cpp 721 SkRasterHandleAllocator::Handle hndl)
728 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl));
2997 Handle hndl; local
    [all...]
  /external/skia/samplecode/
SampleBigGradient.cpp 140 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override {
141 CGContextRef cg = (CGContextRef)hndl;
  /external/selinux/libselinux/src/
selinux_restorecon.c 1039 void selinux_restorecon_set_sehandle(struct selabel_handle *hndl)
1044 fc_sehandle = (struct selabel_handle *) hndl;
  /system/bt/btif/src/
btif_av.cc 351 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl;
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c     [all...]

Completed in 1024 milliseconds

1 2