HomeSort by relevance Sort by last modified time
    Searched refs:wp (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /frameworks/base/cmds/bootanimation/
BootAnimation.h 51 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/base/services/common_time/
common_clock_service.h 59 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/rs/cpp/util/
StrongPointer.h 33 template<typename T> class wp;
52 inline bool operator _op_ (const wp<T>& o) const { \
56 inline bool operator _op_ (const wp<U>& o) const { \
107 template<typename Y> friend class wp;
  /frameworks/rs/server/
StrongPointer.h 32 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/wilhelm/src/android/
android_StreamPlayer.h 74 const wp<StreamPlayer> mPlayer;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 124 double *wp=NULL,
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 124 double *wp=NULL,
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 124 double *wp=NULL,
  /system/core/healthd/
BatteryPropertiesRegistrar.cpp 70 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 178 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays;
215 virtual void binderDied(const wp<IBinder>& who);
288 status_t onLayerDestroyed(const wp<Layer>& layer);
337 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const {
342 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) {
417 SortedVector< wp<IBinder> > mGraphicBufferProducerList;
448 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 126 buffer_handle_t *buffer, wp<BufferReleasedListener> listener);
297 RequestThread(wp<Camera3Device> parent,
361 static int getId(const wp<Camera3Device> &device);
394 wp<Camera3Device> mParent;
395 wp<camera3::StatusTracker> mStatusTracker;
  /external/mksh/src/
shf.c 142 shf->rp = shf->wp = shf->buf;
169 shf->rp = shf->wp = shf->buf;
209 shf->buf = shf->rp = shf->wp = (unsigned char *)buf;
349 shf->wp = nbuf + (shf->wp - shf->buf);
356 ssize_t n, ntowrite = shf->wp - shf->buf;
375 shf->wp = shf->buf + ntowrite;
383 shf->wp = shf->buf;
389 shf->wp = shf->buf;
605 *shf->wp++ = c
    [all...]
exec.c 325 te.pos.wp = t->args;
938 shcomexec(const char **wp)
942 tp = ktsearch(&builtins, *wp, hash(*wp));
943 return (call_builtin(tp, wp, "shcomexec"));
1260 call_builtin(struct tbl *tp, const char **wp, const char *where)
1265 internal_errorf("%s: %s", where, wp[0]);
1266 builtin_argv0 = wp[0];
1271 rv = (*tp->val.f)(wp);
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 104 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
108 virtual void binderDied(const wp<IBinder>& who);
114 wp<ThreadBase> mThread;
501 SortedVector< wp<Track> > mActiveTracks; // FIXME check if this could be sp<>
504 wp<Track> mLatestActiveTrack; // latest track added to mActiveTracks
    [all...]
  /frameworks/native/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;
392 void HeapCache::binderDied(const wp<IBinder>& binder)
424 free_heap( wp<IBinder>(binder) );
427 void HeapCache::free_heap(const wp<IBinder>& binder)
Binder.cpp 126 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
127 wp<DeathRecipient>* outRecipient)
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.h 180 bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT* result);
182 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
  /frameworks/av/include/camera/
ProCamera.h 262 ProFrameListener(wp<ProCamera> camera, int streamID) {
276 wp<ProCamera> mCamera;
  /frameworks/av/include/media/
AudioRecord.h 501 virtual void binderDied(const wp<IBinder>& who);
503 const wp<AudioRecord> mAudioRecord;
  /frameworks/av/media/libmediaplayerservice/
Drm.h 120 virtual void binderDied(const wp<IBinder> &the_late_who);
136 static KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 36 void setDriver(const wp<NuPlayerDriver> &driver);
110 wp<NuPlayerDriver> mDriver;
  /frameworks/av/media/libstagefright/include/
OMX.h 127 virtual void binderDied(const wp<IBinder> &the_late_who);
155 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
TimedEventQueue.h 67 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 121 wp<camera2::FrameProcessor::FilteredListener> listener);
123 wp<camera2::FrameProcessor::FilteredListener> listener);
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 222 buffer_handle_t *buffer, wp<BufferReleasedListener> listener) = 0;

Completed in 2413 milliseconds

1 2 34 5 6 7 8 910