Searched refs:wp (Results 1 - 25 of 131) sorted by last modified time

123456

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.h49 const wp<GenericMediaPlayer> mGenericMediaPlayer;
H A Dandroid_StreamPlayer.h74 const wp<StreamPlayer> mPlayer;
/frameworks/rs/server/
H A DRefBase.h197 class wp class in namespace:android
202 inline wp() : m_ptr(0) { } function in class:android::wp
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<
[all...]
H A DStrongPointer.h32 template<typename T> class wp;
51 inline bool operator _op_ (const wp<T>& o) const { \
55 inline bool operator _op_ (const wp<U>& o) const { \
106 template<typename Y> friend class wp;
/frameworks/native/include/binder/
H A DBinder.h44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
47 wp<DeathRecipient>* outRecipient = NULL);
H A DBpBinder.h47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
50 wp<DeathRecipient>* outRecipient = NULL);
103 wp<DeathRecipient> recipient;
H A DIBinder.h95 virtual void binderDied(const wp<IBinder>& who) = 0;
131 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
134 wp<DeathRecipient>* outRecipient = NULL) = 0;
H A DParcel.h104 status_t writeWeakBinder(const wp<IBinder>& val);
159 wp<IBinder> readWeakBinder() const;
336 const wp<IBinder>& binder, flat_binder_object* out);
340 const flat_binder_object& flat, wp<IBinder>* out);
H A DProcessState.h62 wp<IBinder> getWeakProxyForHandle(int32_t handle);
/frameworks/native/include/gui/
H A DBufferQueue.h86 ProxyConsumerListener(const wp<BufferQueue::ConsumerListener>& consumerListener);
95 wp<BufferQueue::ConsumerListener> mConsumerListener;
H A DConsumerBase.h80 void setFrameAvailableListener(const wp<FrameAvailableListener>& listener);
213 wp<FrameAvailableListener> mFrameAvailableListener;
/frameworks/native/include/utils/
H A DLooper.h77 WeakMessageHandler(const wp<MessageHandler>& handler);
81 wp<MessageHandler> mHandler;
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...]
H A DStrongPointer.h32 template<typename T> class wp;
51 inline bool operator _op_ (const wp<T>& o) const { \
55 inline bool operator _op_ (const wp<U>& o) const { \
106 template<typename Y> friend class wp;
/frameworks/native/libs/binder/
H A DBinder.cpp126 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
127 wp<DeathRecipient>* outRecipient)
H A DBpBinder.cpp208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
209 wp<DeathRecipient>* outRecipient)
H A DIMemory.cpp46 virtual void binderDied(const wp<IBinder>& who);
60 void free_heap(const wp<IBinder>& binder);
63 KeyedVector< wp<IBinder>, heap_info_t > mHeapCache;
392 void HeapCache::binderDied(const wp<IBinder>& binder)
424 free_heap( wp<IBinder>(binder) );
427 void HeapCache::free_heap(const wp<IBinder>& binder)
H A DParcel.cpp95 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
132 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
183 const wp<IBinder>& binder, Parcel* out)
256 const Parcel& in, wp<IBinder>* out)
701 status_t Parcel::writeWeakBinder(const wp<IBinder>& val)
1090 wp<IBinder> Parcel::readWeakBinder() const
1092 wp<IBinder> val;
H A DProcessState.cpp213 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
215 wp<IBinder> result;
/frameworks/native/libs/gui/
H A DBufferQueue.cpp1065 const wp<BufferQueue::ConsumerListener>& consumerListener):
H A DConsumerBase.cpp62 // dropping to 0 at the end of the ctor. Since all we need is a wp<...>
64 wp<BufferQueue::ConsumerListener> listener;
161 const wp<FrameAvailableListener>& listener) {
H A DSensorManager.cpp80 virtual void binderDied(const wp<IBinder>& who) {
H A DSurfaceComposerClient.cpp64 virtual void binderDied(const wp<IBinder>& who) {
/frameworks/native/libs/utils/
H A DLooper.cpp29 WeakMessageHandler::WeakMessageHandler(const wp<MessageHandler>& handler) :
H A DThreads.cpp769 wp<Thread> weak(strong);

Completed in 195 milliseconds

123456