Searched defs:wp (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DRefBase.h209 class wp class in namespace:android
214 inline wp() : m_ptr(0) { } function in class:android::wp
216 wp(T* other);
217 wp(const wp<T>& other);
218 wp(const sp<T>& other);
219 template<typename U> wp(U* other);
220 template<typename U> wp(const sp<U>& other);
221 template<typename U> wp(const wp<
[all...]
/system/security/keystore/
H A Dkeystore.cpp1435 void binderDied(const wp<IBinder>&) { argument

Completed in 73 milliseconds