/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/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...] |
/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/samplecode/ |
SampleBigGradient.cpp | 138 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { 139 CGContextRef cg = (CGContextRef)hndl;
|
/external/skqp/samplecode/ |
SampleBigGradient.cpp | 138 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { 139 CGContextRef cg = (CGContextRef)hndl;
|
/external/skia/src/core/ |
SkBitmapDevice.cpp | 230 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) 233 , fRasterHandle(hndl) 257 SkRasterHandleAllocator::Handle hndl = nullptr; local 266 hndl = allocator->allocBitmap(info, &bitmap); 267 if (!hndl) { 293 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr);
|
SkCanvas.cpp | 627 SkRasterHandleAllocator::Handle hndl) 634 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); 2960 Handle hndl; local [all...] |
/external/skqp/src/core/ |
SkBitmapDevice.cpp | 239 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) 242 , fRasterHandle(hndl) 264 SkRasterHandleAllocator::Handle hndl = nullptr; local 273 hndl = allocator->allocBitmap(info, &bitmap); 274 if (!hndl) { 300 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr);
|
SkCanvas.cpp | 629 SkRasterHandleAllocator::Handle hndl) 636 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); 2920 Handle hndl; local [all...] |
/external/selinux/libselinux/src/ |
selinux_restorecon.c | 1050 void selinux_restorecon_set_sehandle(struct selabel_handle *hndl) 1055 fc_sehandle = (struct selabel_handle *) hndl;
|
/external/selinux/libselinux/src/android/ |
android_platform.c | [all...] |