Home
last modified time | relevance | path

Searched refs:mRefs (Results 1 – 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h222 int mRefs; variable
225 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1) in WifiCommand()
234 mId(id), mRefs(1) in WifiCommand()
254 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef()
259 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef()