HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 476 - 500 of 4410) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 98 struct svga_winsys_surface *handle = NULL; local
116 assert(entry->handle);
122 assert(sws->surface_is_flushed(sws, entry->handle));
124 handle = entry->handle; /* Reference is transfered here. */
125 entry->handle = NULL;
152 handle ? "hit" : "miss", tries, bucket);
154 return handle;
181 assert(entry->handle);
182 sws->surface_reference(sws, &entry->handle, NULL)
208 struct svga_winsys_surface *handle = *p_handle; local
398 struct svga_winsys_surface *handle = NULL; local
    [all...]
  /system/bt/bta/jv/
bta_jv_api.c 69 /* set handle to invalid value by default */
72 bta_jv_cb.pm_cb[i].handle = BTA_JV_PM_HANDLE_CLEAR;
279 tBTA_JV_STATUS BTA_JvDeleteRecord(UINT32 handle)
287 p_msg->handle = handle;
411 tBTA_JV_STATUS BTA_JvL2capClose(UINT32 handle)
417 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback) {
421 p_msg->handle = handle;
    [all...]
  /external/libdrm/freedreno/
freedreno_bo.c 44 /* add ourself into the handle table: */
64 uint32_t size, uint32_t handle)
68 bo = dev->funcs->bo_from_handle(dev, size, handle);
71 .handle = handle,
78 bo->handle = handle;
81 /* add ourself into the handle table: */
82 drmHashInsert(dev->handle_table, handle, bo);
178 uint32_t handle; local
230 uint32_t handle; local
    [all...]
  /external/libpcap/
pcap-canusb-linux.c 320 static void canusb_close(pcap_t* handle)
322 struct pcap_canusb *canusb = handle->priv;
341 static int canusb_activate(pcap_t* handle)
343 struct pcap_canusb *canusb = handle->priv;
350 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "libusb_init() failed");
354 handle->read_op = canusb_read_linux;
356 handle->inject_op = canusb_inject_linux;
357 handle->setfilter_op = canusb_setfilter_linux;
358 handle->setdirection_op = canusb_setdirection_linux;
359 handle->getnonblock_op = pcap_getnonblock_fd
    [all...]
pcap-septel.c 182 septel_inject(pcap_t *handle, const void *buf _U_, size_t size _U_)
184 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
190 * Activate a handle for a live capture from the given Septel device. Always pass a NULL device
196 static pcap_t *septel_activate(pcap_t* handle) {
198 handle->linktype = DLT_MTP2;
200 handle->bufsize = 0;
205 handle->selectable_fd = -1;
207 handle->read_op = septel_read;
208 handle->inject_op = septel_inject;
209 handle->setfilter_op = septel_setfilter
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 22 interface_info *getIfaceInfo(wifi_interface_handle handle)
24 return (interface_info *)handle;
27 wifi_handle getWifiHandle(wifi_interface_handle handle)
29 return getIfaceInfo(handle)->handle;
32 hal_info *getHalInfo(wifi_handle handle)
34 return (hal_info *)handle;
37 hal_info *getHalInfo(wifi_interface_handle handle)
39 return getHalInfo(getWifiHandle(handle));
52 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg
233 wifi_handle handle = getWifiHandle(iface); local
    [all...]
common.h 139 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);
157 wifi_handle handle; // handle to wifi data member in struct:__anon29278
223 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
224 wifi_error wifi_register_vendor_handler(wifi_handle handle,
227 void wifi_unregister_handler(wifi_handle handle, int cmd);
228 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
230 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
231 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
232 WifiCommand *wifi_get_cmd(wifi_handle handle, int id)
    [all...]
  /external/doclava/res/assets/templates/
diff.cs 32 .handle { property
37 .handle-opened {
41 .handle-closed {
69 $(tr).children(".handle").addClass("handle-opened");
70 $(tr).children(".handle").removeClass("handle-closed");
77 $(tr).children(".handle").removeClass("handle-opened");
78 $(tr).children(".handle").addClass("handle-closed")
    [all...]
  /external/libdrm/amdgpu/
amdgpu_bo.c 48 uint32_t handle)
52 args.handle = handle;
61 (void*)(uintptr_t)bo->handle);
74 amdgpu_close_kms_handle(bo->dev, bo->handle);
116 bo->handle = args.out.handle;
129 args.handle = bo->handle;
156 if (!bo->handle)
210 uint32_t handle; local
299 uint32_t handle; local
    [all...]
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 134 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
135 final boolean success = mTelecomService.enablePhoneAccount(handle, enabled);
137 System.out.println("Success - " + handle + (enabled ? " enabled." : " disabled."));
139 System.out.println("Error - is " + handle + " a valid PhoneAccount?");
144 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
146 PhoneAccount account = PhoneAccount.builder(handle, label)
149 System.out.println("Success - " + handle + " registered.");
153 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
157 handle, label)
167 System.out.println("Success - " + handle + " registered.")
171 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
    [all...]
  /system/bt/stack/include/
avrc_api.h 38 #define AVRC_BAD_HANDLE AVCT_BAD_HANDLE /* 2 Bad handle */
151 typedef void (tAVRC_CTRL_CBACK) (UINT8 handle, UINT8 event, UINT16 result,
159 typedef void (tAVRC_MSG_CBACK) (UINT8 handle, UINT8 label, UINT8 opcode,
203 ** sdp_handle: SDP handle returned by SDP_CreateRecord().
293 ** p_handle: Pointer to handle. This parameter is only
313 ** handle: Handle of this connection.
319 ** AVRC_BAD_HANDLE if handle is invalid.
322 extern UINT16 AVRC_Close(UINT8 handle);
331 ** The handle is returned by a previous call to AVRC_Open
    [all...]
  /external/libdrm/nouveau/
private.h 47 if (pcli->kref_nr > bo->handle)
48 kref = pcli->kref[bo->handle].kref;
57 if (pcli->kref_nr > bo->handle)
58 push = pcli->kref[bo->handle].push;
68 if (pcli->kref_nr <= bo->handle) {
70 sizeof(*pcli->kref) * bo->handle * 2);
71 while (pcli->kref_nr < bo->handle * 2) {
77 pcli->kref[bo->handle].kref = kref;
78 pcli->kref[bo->handle].push = push;
  /external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c 55 void *handle; local
64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
65 info.ctx->bind_vertex_elements_state(info.ctx, handle);
83 void *handle; local
94 handle = graw_parse_vertex_shader(info.ctx, text);
95 info.ctx->bind_vs_state(info.ctx, handle);
102 void *handle; local
168 handle = graw_parse_fragment_shader(info.ctx, text);
169 info.ctx->bind_fs_state(info.ctx, handle);
fs-frontface.c 77 void *handle; local
86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
87 info.ctx->bind_vertex_elements_state(info.ctx, handle);
105 void *handle; local
116 handle = graw_parse_vertex_shader(info.ctx, text);
117 info.ctx->bind_vs_state(info.ctx, handle);
124 void *handle; local
142 handle = graw_parse_fragment_shader(info.ctx, text);
143 info.ctx->bind_fs_state(info.ctx, handle);
fs-write-z.c 81 void *handle; local
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
109 void *handle; local
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info.ctx->bind_vs_state(info.ctx, handle);
128 void *handle; local
146 handle = graw_parse_fragment_shader(info.ctx, text);
147 info.ctx->bind_fs_state(info.ctx, handle);
  /hardware/libhardware/
hardware.c 65 * return the dlopen handle and the hmi.
73 void *handle = NULL; local
81 handle = dlopen(path, RTLD_NOW);
82 if (handle == NULL) {
91 hmi = (struct hw_module_t *)dlsym(handle, sym);
105 hmi->dso = handle;
113 if (handle != NULL) {
114 dlclose(handle);
115 handle = NULL;
118 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p"
    [all...]
  /device/asus/fugu/kernel-headers/drm/
psb_ttm_placement_user.h 55 uint32_t handle; member in struct:ttm_pl_rep
63 uint32_t handle; member in struct:ttm_pl_setstatus_req
68 uint32_t handle; member in struct:ttm_pl_reference_req
78 uint32_t handle; member in struct:ttm_pl_synccpu_arg
92 uint32_t handle; member in struct:ttm_pl_waitidle_arg
  /device/asus/fugu/original-kernel-headers/drm/
psb_ttm_placement_user.h 109 uint32_t handle; member in struct:ttm_pl_rep
121 * @handle: The object handle
129 uint32_t handle; member in struct:ttm_pl_setstatus_req
136 * @handle: The object to put a reference on.
142 uint32_t handle; member in struct:ttm_pl_reference_req
170 * @handle: The object to synchronize.
182 uint32_t handle; member in struct:ttm_pl_synccpu_arg
207 * @handle: The object to synchronize.
216 uint32_t handle; member in struct:ttm_pl_waitidle_arg
    [all...]
  /external/autotest/client/site_tests/security_SMMLocked/src/
smm.c 96 struct pci_access *handle; local
99 handle = pci_alloc();
100 if (!handle) {
104 pci_init(handle);
106 device = pci_get_dev(handle, 0, 0, 0, 0);
  /external/iproute2/examples/diffserv/
Edge31-cb-chains 40 $TC qdisc add dev $INDEV handle ffff: ingress
52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
83 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
107 handle 1 tcindex classid 1:1
109 handle 2 tcindex classid 1:2
111 handle 3 tcindex classid 1:3
113 handle 4 tcindex classid 1:
    [all...]
  /external/libjpeg-turbo/
turbojpeg.h 583 * TurboJPEG instance handle
610 * @return a handle to the newly-created instance, or NULL if an error
619 * @param handle a handle to a TurboJPEG compressor or transformer instance
675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
683 * @param handle a handle to a TurboJPEG compressor or transformer instance
739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, unsigned char *srcBuf,
747 * @param handle a handle to a TurboJPEG compressor or transformer instanc
    [all...]
  /external/libselinux/include/selinux/
label.h 60 * selabel_open - Create a labeling handle.
68 * backend. Return value is the created handle on success or NULL with
76 * selabel_close - Close a labeling handle.
77 * @handle: specifies handle to close
79 * Destroy the specified handle, closing files, freeing allocated memory,
80 * etc. The handle may not be further used after it has been closed.
82 void selabel_close(struct selabel_handle *handle);
86 * @handle: specifies backend instance to query
97 int selabel_lookup(struct selabel_handle *handle, char **con
    [all...]
  /external/selinux/libselinux/include/selinux/
label.h 62 * selabel_open - Create a labeling handle.
70 * backend. Return value is the created handle on success or NULL with
78 * selabel_close - Close a labeling handle.
79 * @handle: specifies handle to close
81 * Destroy the specified handle, closing files, freeing allocated memory,
82 * etc. The handle may not be further used after it has been closed.
84 void selabel_close(struct selabel_handle *handle);
88 * @handle: specifies backend instance to query
99 int selabel_lookup(struct selabel_handle *handle, char **con
    [all...]
  /external/selinux/policycoreutils/setsebool/
setsebool.c 12 #include <semanage/handle.h>
128 semanage_handle_t *handle = NULL; local
134 handle = semanage_handle_create();
135 if (handle == NULL) {
136 fprintf(stderr, "Could not create semanage library handle\n");
141 semanage_msg_set_callback(handle,NULL, NULL);
144 managed = semanage_is_managed(handle);
161 if (semanage_connect(handle) < 0)
164 if (semanage_begin_transaction(handle) < 0)
169 if (semanage_bool_create(handle, &boolean) < 0
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.h 173 * void* handle Pointer to the AEC instance
182 int WebRtcAec_set_config(void* handle, AecConfig config);
189 * void* handle Pointer to the AEC instance
198 int WebRtcAec_get_echo_status(void* handle, int* status);
205 * void* handle Pointer to the AEC instance
214 int WebRtcAec_GetMetrics(void* handle, AecMetrics* metrics);
221 * void* handle Pointer to the AEC instance
233 int WebRtcAec_GetDelayMetrics(void* handle,
238 // Returns a pointer to the low level AEC handle.
241 // - handle : Pointer to the AEC instance
    [all...]

Completed in 1878 milliseconds

<<11121314151617181920>>