Home
last modified time | relevance | path

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

123

/frameworks/base/include/utils/
DRefBase.h30 template<typename T> class wp; variable
52 inline bool operator _op_ (const wp<T>& o) const { \
56 inline bool operator _op_ (const wp<U>& o) const { \
236 template<typename Y> friend class wp; variable
250 class wp
255 inline wp() : m_ptr(0) { } in wp() function
257 wp(T* other);
258 wp(const wp<T>& other);
259 wp(const sp<T>& other);
260 template<typename U> wp(U* other);
[all …]
/frameworks/base/core/java/android/view/
DWindow.java382 WindowManager.LayoutParams wp = (WindowManager.LayoutParams)params; in addView() local
383 CharSequence curTitle = wp.getTitle(); in addView()
384 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW && in addView()
385 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) { in addView()
386 if (wp.token == null) { in addView()
389 wp.token = decor.getWindowToken(); in addView()
394 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) { in addView()
396 … } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) { in addView()
398 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) { in addView()
400 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL) { in addView()
[all …]
/frameworks/base/include/media/
DIMediaDeathNotifier.h39 static void addObitRecipient(const wp<IMediaDeathNotifier>& recipient);
40 static void removeObitRecipient(const wp<IMediaDeathNotifier>& recipient);
48 virtual void binderDied(const wp<IBinder>& who);
56 static SortedVector< wp<IMediaDeathNotifier> > sObitRecipients;
Dmediametadataretriever.h73 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/media/libmedia/
DIMediaDeathNotifier.cpp31 SortedVector< wp<IMediaDeathNotifier> > IMediaDeathNotifier::sObitRecipients;
62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who) { in binderDied()
82 SortedVector< wp<IMediaDeathNotifier> > list; in binderDied()
/frameworks/base/services/sensorservice/
DSensorService.h96 SortedVector< wp<SensorEventConnection> > mConnections;
100 bool removeConnection(const wp<SensorEventConnection>& connection);
104 SortedVector< wp<SensorEventConnection> > getActiveConnections() const;
124 SortedVector< wp<SensorEventConnection> > mActiveConnections;
/frameworks/base/include/binder/
DIBinder.h94 virtual void binderDied(const wp<IBinder>& who) = 0;
130 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
133 wp<DeathRecipient>* outRecipient = NULL) = 0;
DBpBinder.h47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
50 wp<DeathRecipient>* outRecipient = NULL);
103 wp<DeathRecipient> recipient;
DMemoryHeapPmem.h67 void remove(const wp<MemoryPmem>& memory);
72 SortedVector< wp<MemoryPmem> > mAllocations;
DParcel.h95 status_t writeWeakBinder(const wp<IBinder>& val);
139 wp<IBinder> readWeakBinder() const;
238 const wp<IBinder>& binder, flat_binder_object* out);
242 const flat_binder_object& flat, wp<IBinder>* out);
DBinder.h44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
47 wp<DeathRecipient>* outRecipient = NULL);
/frameworks/base/services/audioflinger/
DAudioFlinger.h250 virtual void binderDied(const wp<IBinder>& who);
301 TrackBase(const wp<ThreadBase>& thread,
353 wp<ThreadBase> mThread;
441 Track( const wp<ThreadBase>& thread,
530 OutputTrack( const wp<ThreadBase>& thread,
543 wp<ThreadBase>& thread() { return mThread; } in thread()
615 const wp<EffectHandle>& handle);
662 SortedVector< wp<Track> > mActiveTracks;
723 uint32_t prepareTracks_l(const SortedVector< wp<Track> >& activeTracks,
830 RecordTrack(const wp<ThreadBase>& thread,
[all …]
/frameworks/base/include/media/stagefright/foundation/
DALooperRoster.h41 wp<ALooper> mLooper;
42 wp<AHandler> mHandler;
DAHandlerReflector.h24 wp<T> mTarget;
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp62 float *up, *vp, *wp; in poly_clip_to_halfspace() local
82 wp = (float *)&q->vert[q->n].sx; in poly_clip_to_halfspace()
83 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace()
84 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
/frameworks/base/libs/binder/
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;
383 void HeapCache::binderDied(const wp<IBinder>& binder) in binderDied()
415 free_heap( wp<IBinder>(binder) ); in free_heap()
418 void HeapCache::free_heap(const wp<IBinder>& binder) in free_heap()
DBinder.cpp125 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
126 wp<DeathRecipient>* outRecipient) in unlinkToDeath()
DMemoryHeapPmem.cpp226 SortedVector< wp<MemoryPmem> > allocations; in revoke()
241 void MemoryHeapPmem::remove(const wp<MemoryPmem>& memory) in remove()
/frameworks/base/include/camera/
DCamera.h226 virtual void binderDied(const wp<IBinder>& who);
234 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/services/surfaceflinger/
DLayerBase.h318 wp<LayerBaseClient> mOwner;
328 mutable wp<Surface> mClientSurface;
329 const wp<Client> mClientRef;
DSurfaceFlinger.h89 DefaultKeyedVector< size_t, wp<LayerBaseClient> > mLayers;
259 status_t destroySurface(const wp<LayerBaseClient>& layer);
385 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayerMap;
410 wp<Layer> mBypassLayer;
/frameworks/base/media/libmediaplayerservice/
DMediaPlayerService.h185 void removeMediaRecorderClient(wp<MediaRecorderClient> client);
200 void removeClient(wp<Client> client);
304 SortedVector< wp<Client> > mClients;
305 SortedVector< wp<MediaRecorderClient> > mMediaRecorderClients;
/frameworks/base/media/libstagefright/include/
DOMX.h98 virtual void binderDied(const wp<IBinder> &the_late_who);
125 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
DAwesomePlayer.h59 void setListener(const wp<MediaPlayerBase> &listener);
122 wp<MediaPlayerBase> mListener;
/frameworks/base/cmds/system_server/library/
Dsystem_init.cpp43 virtual void binderDied(const wp<IBinder>& who) in binderDied()

123