Home
last modified time | relevance | path

Searched defs:this (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8996/utils/
DLocSharedLock.h51 inline void drop() { if (0 == --mRef) delete this; } in drop() local
/hardware/qcom/gps/msm8909/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() local
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h261 delete this; in releaseRef() local