Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 10 of 10) sorted by relevance

/system/core/include/utils/
DRefBase.h216 class wp
221 inline wp() : m_ptr(0) { } in wp() function
223 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 …]
DStrongPointer.h29 template<typename T> class wp; variable
48 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
DLooper.h87 WeakMessageHandler(const wp<MessageHandler>& handler);
91 wp<MessageHandler> mHandler;
/system/core/healthd/
DBatteryPropertiesRegistrar.h44 void binderDied(const wp<IBinder>& who);
DBatteryPropertiesRegistrar.cpp92 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { in binderDied()
/system/core/fingerprintd/
DFingerprintDaemonProxy.h51 void binderDied(const wp<IBinder>& who);
DFingerprintDaemonProxy.cpp242 void FingerprintDaemonProxy::binderDied(const wp<IBinder>& who) { in binderDied()
/system/core/libutils/
DThreads.cpp727 wp<Thread> weak(strong); in _threadLoop()
DLooper.cpp31 WeakMessageHandler::WeakMessageHandler(const wp<MessageHandler>& handler) : in WeakMessageHandler()
/system/security/keystore/
Dkeystore.cpp1863 void binderDied(const wp<IBinder>& who) { in binderDied()