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

  /external/bluetooth/bluedroid/btif/co/
bta_gatts_co.c 32 UINT8 num_clients; member in struct:__anon2872
72 if (p_cb->num_clients < BTIF_GATTS_MAX_SRV_CHG_CLT_SIZE)
74 memcpy(&p_cb->srv_chg[p_cb->num_clients], &p_req->srv_chg, sizeof(tBTA_GATTS_SRV_CHG));
75 p_cb->num_clients++;
83 for (i=0; i != p_cb->num_clients; ++i)
99 for (i=0; i != p_cb->num_clients; ++i)
104 last_idx = p_cb->num_clients - 1;
116 /* Reset the last client and update num_clients */
118 p_cb->num_clients--;
128 p_rsp->num_clients = p_cb->num_clients
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 181 int num_clients = table.GetCounterValue("c:FetchClient.requests"); local
186 printf("Clients : %d\n", num_clients);
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 119 int num_clients; /* num of clients */ member in struct:mm_jpeg_obj_t
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 1023 UINT8 num_clients,i; local
    [all...]
  /hardware/msm7k/librpc/
clnt.c 69 static volatile unsigned int num_clients; variable
189 while(num_clients) {
276 V("rx thread timeout (%d clients):\n", num_clients);
564 if (!num_clients) {
574 if (!num_clients++) {
630 num_clients--;
637 if (!num_clients) {
  /external/qemu/android/
hw-qemud.c 1072 int num_clients; member in struct:QemudService
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 555 unsigned int num_clients; member in struct:p2p_group_info
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 624 UINT8 num_clients; member in union:__anon3353
    [all...]

Completed in 259 milliseconds