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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 101 uint8_t num_handles; member in struct:__anon3388
389 srvc_id.id.inst_id, p_cb->num_handles,
502 int num_handles)
507 btif_cb.num_handles = (uint8_t) num_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;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 1375 UINT8 num_handles, xx; local
    [all...]
  /external/chromium_org/media/audio/win/
audio_unified_win.cc 688 size_t num_handles = 0; local
689 wait_array[num_handles++] = stop_streaming_event_;
690 wait_array[num_handles++] = capture_event_;
693 wait_array[num_handles++] = render_event_;
701 DWORD wait_result = WaitForMultipleObjects(num_handles,
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 195 UINT16 num_handles; /* Number of server handles */ member in struct:__anon3974
  /external/openssh/
sftp-server.c 194 u_int num_handles = 0; variable
210 if (num_handles + 1 <= num_handles)
212 num_handles++;
213 handles = xrealloc(handles, num_handles, sizeof(Handle));
214 handle_unused(num_handles - 1);
232 return i >= 0 && (u_int)i < num_handles && handles[i].use == type;
355 for (i = 0; i < num_handles; i++)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 442 UINT16 num_handles; /* number of handles to read */ member in struct:__anon3789
723 ** num_handles : number of handles needed by the service.
730 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);
    [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 267 milliseconds