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

1 2

  /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...]
  /external/webrtc/webrtc/modules/audio_processing/
gain_control_impl.cc 78 for (size_t i = 0; i < num_handles(); i++) {
116 capture_queue_buffer_.size() / num_handles();
117 for (size_t i = 0; i < num_handles(); i++) {
135 assert(audio->num_channels() == num_handles());
140 capture_levels_.assign(num_handles(), analog_capture_level_);
141 for (size_t i = 0; i < num_handles(); i++) {
155 for (size_t i = 0; i < num_handles(); i++) {
191 assert(audio->num_channels() == num_handles());
194 for (size_t i = 0; i < num_handles(); i++) {
225 for (size_t i = 0; i < num_handles(); i++)
    [all...]
processing_component.h 51 size_t num_handles() const;
processing_component.cc 63 size_t ProcessingComponent::num_handles() const {
  /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
  /system/bt/stack/include/
avdtc_api.h 168 extern void AVDTC_StartRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
190 extern void AVDTC_SuspendRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
avdt_api.h 668 extern UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles);
685 extern UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles);
    [all...]
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...]
  /system/bt/stack/avdt/
avdt_api.c 615 UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles)
622 if ((num_handles == 0) || (num_handles > AVDT_NUM_SEPS))
629 for (i = 0; i < num_handles; i++)
648 memcpy(evt.msg.multi.seid_list, p_handles, num_handles);
649 evt.msg.multi.num_seps = num_handles;
671 UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles)
678 if ((num_handles == 0) || (num_handles > AVDT_NUM_SEPS))
685 for (i = 0; i < num_handles; i++
    [all...]
  /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;
  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 171 uint32_t num_handles; member in struct:drm_kgsl_gem_lock_handles
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 159 bt_status_t (*add_service)( int server_if, btgatt_srvc_id_t *srvc_id, int num_handles);
  /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
gatt_server.cpp 100 pending_decl_->num_handles++; // 1 handle for the service decl. attribute
130 pending_decl_->num_handles += 2;
160 pending_decl_->num_handles += 1;
189 CHECK(pending_decl_->num_handles > 0);
201 server_id_, &hal_id, pending_decl_->num_handles);
  /system/bt/stack/sdp/
sdp_discovery.c 204 p_ccb->num_handles = 0;
294 orig = p_ccb->num_handles;
295 p_ccb->num_handles += cur_handles;
296 if (p_ccb->num_handles == 0)
306 if (p_ccb->num_handles > sdp_cb.max_recs_per_search)
307 p_ccb->num_handles = sdp_cb.max_recs_per_search;
309 for (xx = orig; xx < p_ccb->num_handles; xx++)
473 if (p_ccb->cur_handle < p_ccb->num_handles)
    [all...]
sdpint.h 192 UINT16 num_handles; /* Number of server handles */ member in struct:__anon72868
  /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/service/hal/
fake_bluetooth_gatt_interface.h 67 int server_if, btgatt_srvc_id_t* srvc_id, int num_handles) = 0;
fake_bluetooth_gatt_interface.cpp 115 int server_if, btgatt_srvc_id_t* srvc_id, int num_handles) {
117 return g_server_handler->AddService(server_if, srvc_id, num_handles);
  /system/bt/stack/gatt/
gatt_sr.c 140 p_cmd->multi_req.num_handles);
142 if (fixed_queue_length(p_cmd->multi_rsp_q) == p_cmd->multi_req.num_handles)
158 for (ii = 0; ii < p_cmd->multi_req.num_handles; ii++)
396 p_tcb->sr_cmd.multi_req.num_handles = 0;
416 while (ll >= 2 && p_tcb->sr_cmd.multi_req.num_handles < GATT_MAX_READ_MULTI_HANDLES)
422 p_tcb->sr_cmd.multi_req.handles[p_tcb->sr_cmd.multi_req.num_handles++] = handle;
450 if (p_tcb->sr_cmd.multi_req.num_handles == 0)
459 for (ll = 0; ll < p_tcb->sr_cmd.multi_req.num_handles; ll ++) {
    [all...]
gatt_api.c 134 ** num_handles : number of handles needed by the service.
141 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri)
196 if (num_handles > (0xFFFF - s_hdl + 1))
198 GATT_TRACE_ERROR ("GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u", s_hdl, num_handles);
213 p_list->asgn_range.e_handle = s_hdl+num_handles-1;
240 if (!gatts_init_service_db(&p_list->svc_db, p_svc_uuid, is_pri, s_hdl , num_handles))
255 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle,
    [all...]
att_protocol.c 587 p_msg->read_multi.num_handles,
  /system/bt/stack/l2cap/
l2c_link.c 1387 UINT8 num_handles, xx; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 312 uint8 num_handles; member in struct:num_completed_data_blocks_evt_parms

Completed in 2197 milliseconds

1 2