Searched refs:mRefs (Results 1 – 4 of 4) sorted by relevance
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | cpp_bindings.h | 248 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()
|
D | wifi_hal.cpp | 1074 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/ |
D | cpp_bindings.h | 253 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()
|
D | wifi_hal.cpp | 1114 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() 1119 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef()
|