HomeSort by relevance Sort by last modified time
    Searched full:cb_refcnt (Results 1 - 3 of 3) sorted by null

  /external/libnl/lib/
handlers.c 217 cb->cb_refcnt = 1;
242 cb->cb_refcnt = 1;
249 cb->cb_refcnt++;
259 cb->cb_refcnt--;
261 if (cb->cb_refcnt < 0)
264 if (cb->cb_refcnt <= 0)
  /external/libnl/include/
netlink-types.h 58 int cb_refcnt; member in struct:nl_cb
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 204 // ALOGI("cb->refcnt = %d", cb->cb_refcnt);

Completed in 86 milliseconds