Searched refs:wp (Results 1 – 10 of 10) sorted by relevance
216 class wp221 inline wp() : m_ptr(0) { } in wp() function223 wp(T* other);224 wp(const wp<T>& other);225 wp(const sp<T>& other);226 template<typename U> wp(U* other);227 template<typename U> wp(const sp<U>& other);228 template<typename U> wp(const wp<U>& other);230 ~wp();234 wp& operator = (T* other);[all …]
29 template<typename T> class wp; variable48 inline bool operator _op_ (const wp<T>& o) const { \52 inline bool operator _op_ (const wp<U>& o) const { \102 template<typename Y> friend class wp; variable
87 WeakMessageHandler(const wp<MessageHandler>& handler);91 wp<MessageHandler> mHandler;
44 void binderDied(const wp<IBinder>& who);
92 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { in binderDied()
51 void binderDied(const wp<IBinder>& who);
242 void FingerprintDaemonProxy::binderDied(const wp<IBinder>& who) { in binderDied()
727 wp<Thread> weak(strong); in _threadLoop()
31 WeakMessageHandler::WeakMessageHandler(const wp<MessageHandler>& handler) : in WeakMessageHandler()
1863 void binderDied(const wp<IBinder>& who) { in binderDied()