Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcpp_bindings.h248 int mRefs; variable
251 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1) in WifiCommand()
260 mId(id), mRefs(1) in WifiCommand()
280 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef()
285 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef()
Dwifi_hal.cpp1074 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef()
1079 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h253 int mRefs; variable
256 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1) in WifiCommand()
265 mId(id), mRefs(1) in WifiCommand()
285 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef()
290 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef()
Dwifi_hal.cpp1114 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef()
1119 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef()