/frameworks/base/include/media/ |
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;
|
mediametadataretriever.h | 97 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/base/include/utils/ |
RefBase.h | 30 template<typename T> class wp; 38 inline bool operator _op_ (const wp<T>& o) const { \ 49 inline bool operator _op_ (const wp<U>& o) const { \ 220 template<typename Y> friend class wp; 222 // Optimization for wp::promote(). 234 class wp 239 inline wp() : m_ptr(0) { } 241 wp(T* other); 242 wp(const wp<T>& other) 401 wp<T>::wp(T* other) function in class:android::wp 408 wp<T>::wp(const wp<T>& other) function in class:android::wp 415 wp<T>::wp(const sp<T>& other) function in class:android::wp 424 wp<T>::wp(U* other) function in class:android::wp 431 wp<T>::wp(const wp<U>& other) function in class:android::wp 441 wp<T>::wp(const sp<U>& other) function in class:android::wp [all...] |
/external/elfutils/libasm/ |
asm_newscn.c | 53 char *wp = flagstr; local 59 wp = stpcpy (wp, ", \""); 62 *wp++ = 'w'; 64 *wp++ = 'a'; 66 *wp++ = 'x'; 68 *wp++ = 'M'; 70 *wp++ = 'S'; 72 *wp++ = 'L'; 74 *wp++ = '"' [all...] |
/frameworks/base/media/libmedia/ |
IMediaDeathNotifier.cpp | 31 SortedVector< wp<IMediaDeathNotifier> > IMediaDeathNotifier::sObitRecipients; 62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) 70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) 78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who) { 82 SortedVector< wp<IMediaDeathNotifier> > list;
|
/frameworks/base/include/binder/ |
MemoryHeapPmem.h | 67 void remove(const wp<MemoryPmem>& memory); 72 SortedVector< wp<MemoryPmem> > mAllocations;
|
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;
|
BpBinder.h | 47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 50 wp<DeathRecipient>* outRecipient = NULL); 103 wp<DeathRecipient> recipient;
|
Binder.h | 44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 47 wp<DeathRecipient>* outRecipient = NULL);
|
Parcel.h | 84 status_t writeWeakBinder(const wp<IBinder>& val); 123 wp<IBinder> readWeakBinder() const; 215 const wp<IBinder>& binder, flat_binder_object* out); 219 const flat_binder_object& flat, wp<IBinder>* out);
|
/frameworks/base/core/java/android/view/ |
Window.java | 382 WindowManager.LayoutParams wp = (WindowManager.LayoutParams)params; local 383 CharSequence curTitle = wp.getTitle(); 384 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW && 385 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) { 386 if (wp.token == null) { 389 wp.token = decor.getWindowToken(); 394 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) { 396 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) { 398 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) { 400 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL) [all...] |
/frameworks/base/media/libstagefright/include/ |
Prefetcher.h | 53 Vector<wp<PrefetchedSource> > mSources;
|
OMX.h | 97 virtual void binderDied(const wp<IBinder> &the_late_who); 127 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
|
/frameworks/base/core/jni/android/opengl/ |
poly_clip.cpp | 62 float *up, *vp, *wp; local 82 wp = (float *)&q->vert[q->n].sx; 83 for(int i = 0; i < 4; i++, wp++, up++, vp++) { 84 *wp = *up+t*(*vp-*up);
|
/external/ppp/pppd/ |
auth.c | 492 struct wordlist *wp; local 494 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l); 495 if (wp == NULL) 497 wp->word = (char *) (wp + 1); 498 wp->next = noauth_addrs; 499 BCOPY(addr, wp->word, l); 500 noauth_addrs = wp; 514 struct wordlist *wp; local 516 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l) 2255 struct wordlist *wp = permitted_numbers; local [all...] |
/dalvik/libcore-disabled/SoundTest/src/com/android/tests/soundtest/ |
SoundTest.java | 53 Window wp = getWindow(); local 54 mContext = wp.getContext(); 55 mParams = wp.getAttributes();
|
/frameworks/base/libs/audioflinger/ |
AudioFlinger.h | 143 virtual void binderDied(const wp<IBinder>& who); 246 TrackBase(const wp<ThreadBase>& thread, 296 wp<ThreadBase> mThread; 382 Track( const wp<ThreadBase>& thread, 460 OutputTrack( const wp<ThreadBase>& thread, 473 wp<ThreadBase>& thread() { return mThread; } 550 SortedVector< wp<Track> > mActiveTracks; 598 SortedVector < wp<Track> >& activeTracks, 601 SortedVector < wp<Track> >& activeTracks); 606 uint32_t prepareTracks_l(const SortedVector< wp<Track> >& activeTracks, Vector< sp<Track> > *tracksToRemove) [all...] |
/external/e2fsprogs/intl/ |
l10nflist.c | 375 char *wp; 392 wp = stpcpy (retval, "iso"); 394 wp = retval; 398 *wp++ = tolower ((unsigned char) codeset[cnt]); 400 *wp++ = codeset[cnt]; 402 *wp = '\0'; 373 char *wp; local
|
/frameworks/base/include/camera/ |
Camera.h | 184 virtual void binderDied(const wp<IBinder>& who); 192 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 52 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/base/cmds/system_server/library/ |
system_init.cpp | 42 virtual void binderDied(const wp<IBinder>& who)
|
/frameworks/base/libs/surfaceflinger/DisplayHardware/ |
DisplayHardwareBase.h | 48 wp<SurfaceFlinger> mFlinger;
|
/frameworks/base/libs/binder/ |
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) 415 free_heap( wp<IBinder>(binder) ); 418 void HeapCache::free_heap(const wp<IBinder>& binder)
|
Binder.cpp | 125 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, 126 wp<DeathRecipient>* outRecipient)
|
/frameworks/base/camera/libcameraservice/ |
CameraService.h | 216 wp<Client> mClient; 219 wp<IMemoryHeap> gWeakHeap;
|