HomeSort by relevance Sort by last modified time
    Searched defs:num_handles (Results 1 - 11 of 11) sorted by null

  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
rpmsg_omx.h 26 * @num_handles: field filled by driver. userspace uses this to determine
32 unsigned int num_handles; member in struct:omx_pvr_data
  /external/curl/tests/libtest/
libntlmconnect.c 104 int num_handles = 0; local
145 easy_init(easy[num_handles]);
147 if (num_handles % 3 == 2) {
149 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM);
152 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
154 easy_setopt(easy[num_handles], CURLOPT_FRESH_CONNECT, 1L);
155 easy_setopt(easy[num_handles], CURLOPT_URL, full_url);
156 easy_setopt(easy[num_handles], CURLOPT_VERBOSE, 1L);
157 easy_setopt(easy[num_handles], CURLOPT_HTTPGET, 1L);
158 easy_setopt(easy[num_handles], CURLOPT_USERPWD, "testuser:testpass")
    [all...]
lib1900.c 37 int num_handles; variable
57 num_handles = 0;
67 urltime[num_handles] = filetime;
68 urlstring[num_handles] = strdup(buf);
69 num_handles++;
85 return num_handles;
91 for(i = 0;i < num_handles;i++) {
106 for(i = 0;i < num_handles;i++) {
129 for(i = 0;i < num_handles;i++) {
178 if(handlenum < num_handles) {
    [all...]
  /system/bt/service/
gatt_server.h 213 ServiceDeclaration() : num_handles(0), service_handle(-1) {}
215 size_t num_handles; member in struct:bluetooth::GattServer::ServiceDeclaration
  /system/bt/stack/l2cap/
l2c_link.c 1387 UINT8 num_handles, xx; local
    [all...]
  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 171 uint32_t num_handles; member in struct:drm_kgsl_gem_lock_handles
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 69 size_t num_handles; member in struct:eloop_data
79 eloop.num_handles = 1;
80 eloop.handles = os_malloc(eloop.num_handles *
101 if (eloop.num_handles > eloop.reader_count + eloop.event_count + 8)
103 n = os_realloc_array(eloop.handles, eloop.num_handles * 2,
108 eloop.num_handles *= 2;
  /system/bt/btif/src/
btif_gatt_server.c 100 uint8_t num_handles; member in struct:__anon72247
448 p_cb->srvc_id.id.inst_id, p_cb->num_handles,
564 int num_handles)
569 btif_cb.num_handles = (uint8_t) num_handles;
  /system/bt/stack/sdp/
sdpint.h 192 UINT16 num_handles; /* Number of server handles */ member in struct:__anon72868
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 312 uint8 num_handles; member in struct:num_completed_data_blocks_evt_parms
  /system/bt/stack/include/
gatt_api.h 440 UINT16 num_handles; /* number of handles to read */ member in struct:__anon72739
731 ** num_handles : number of handles needed by the service.
738 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);
    [all...]

Completed in 251 milliseconds