Searched defs:this (Results 1 – 3 of 3) sorted by relevance
51 inline void drop() { if (0 == --mRef) delete this; } in drop() local
52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() local
261 delete this; in releaseRef() local