/frameworks/base/include/utils/ |
D | RefBase.h | 30 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/ |
D | Window.java | 382 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/ |
D | IMediaDeathNotifier.h | 39 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;
|
D | mediametadataretriever.h | 73 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/base/media/libmedia/ |
D | IMediaDeathNotifier.cpp | 31 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/ |
D | SensorService.h | 96 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/ |
D | IBinder.h | 94 virtual void binderDied(const wp<IBinder>& who) = 0; 130 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 133 wp<DeathRecipient>* outRecipient = NULL) = 0;
|
D | BpBinder.h | 47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 50 wp<DeathRecipient>* outRecipient = NULL); 103 wp<DeathRecipient> recipient;
|
D | MemoryHeapPmem.h | 67 void remove(const wp<MemoryPmem>& memory); 72 SortedVector< wp<MemoryPmem> > mAllocations;
|
D | Parcel.h | 95 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);
|
D | Binder.h | 44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 47 wp<DeathRecipient>* outRecipient = NULL);
|
/frameworks/base/services/audioflinger/ |
D | AudioFlinger.h | 250 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/ |
D | ALooperRoster.h | 41 wp<ALooper> mLooper; 42 wp<AHandler> mHandler;
|
D | AHandlerReflector.h | 24 wp<T> mTarget;
|
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 62 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/ |
D | IMemory.cpp | 46 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()
|
D | Binder.cpp | 125 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath() 126 wp<DeathRecipient>* outRecipient) in unlinkToDeath()
|
D | MemoryHeapPmem.cpp | 226 SortedVector< wp<MemoryPmem> > allocations; in revoke() 241 void MemoryHeapPmem::remove(const wp<MemoryPmem>& memory) in remove()
|
/frameworks/base/include/camera/ |
D | Camera.h | 226 virtual void binderDied(const wp<IBinder>& who); 234 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/base/services/surfaceflinger/ |
D | LayerBase.h | 318 wp<LayerBaseClient> mOwner; 328 mutable wp<Surface> mClientSurface; 329 const wp<Client> mClientRef;
|
D | SurfaceFlinger.h | 89 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/ |
D | MediaPlayerService.h | 185 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/ |
D | OMX.h | 98 virtual void binderDied(const wp<IBinder> &the_late_who); 125 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
|
D | AwesomePlayer.h | 59 void setListener(const wp<MediaPlayerBase> &listener); 122 wp<MediaPlayerBase> mListener;
|
/frameworks/base/cmds/system_server/library/ |
D | system_init.cpp | 43 virtual void binderDied(const wp<IBinder>& who) in binderDied()
|