HomeSort by relevance Sort by last modified time
    Searched refs:wp (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 124 double *wp=NULL,
  /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 323 te.pos.wp = t->args;
926 shcomexec(const char **wp)
930 tp = ktsearch(&builtins, *wp, hash(*wp));
932 internal_errorf("%s: %s", "shcomexec", *wp);
933 return (call_builtin(tp, wp));
1248 call_builtin(struct tbl *tp, const char **wp)
1252 builtin_argv0 = wp[0];
1257 rv = (*tp->val.f)(wp);
    [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;
394 void HeapCache::binderDied(const wp<IBinder>& binder)
426 free_heap( wp<IBinder>(binder) );
429 void HeapCache::free_heap(const wp<IBinder>& binder)
Binder.cpp 126 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
127 wp<DeathRecipient>* outRecipient)
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 177 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays;
213 virtual void binderDied(const wp<IBinder>& who);
291 status_t onLayerDestroyed(const wp<LayerBaseClient>& layer);
332 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const {
337 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) {
435 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 156 LPWINDOWPOS wp = reinterpret_cast<LPWINDOWPOS>(lParam); local
157 if (wp->flags & SWP_NOSIZE)
  /frameworks/av/include/camera/
Camera.h 166 virtual void binderDied(const wp<IBinder>& who);
174 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/media/libstagefright/include/
OMX.h 106 virtual void binderDied(const wp<IBinder> &the_late_who);
134 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.h 111 wp<camera2::FrameProcessor::FilteredListener> listener);
113 wp<camera2::FrameProcessor::FilteredListener> listener);
Camera2Device.h 199 buffer_handle_t *buffer, wp<BufferReleasedListener> listener);
407 const wp<BufferReleasedListener> &releaseListener);
429 wp<StreamAdapter> mBaseStream;
433 wp<BufferReleasedListener> releaseListener;
  /frameworks/native/include/gui/
BufferQueue.h 86 ProxyConsumerListener(const wp<BufferQueue::ConsumerListener>& consumerListener);
95 wp<BufferQueue::ConsumerListener> mConsumerListener;
Surface.h 169 static DefaultKeyedVector<wp<IBinder>, wp<Surface> > sCachedSurfaces;
  /frameworks/base/cmds/system_server/library/
system_init.cpp 39 virtual void binderDied(const wp<IBinder>& who)
  /frameworks/native/include/binder/
Parcel.h 104 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);
ProcessState.h 62 wp<IBinder> getWeakProxyForHandle(int32_t handle);
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 49 const wp<GenericMediaPlayer> mGenericMediaPlayer;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 223 typedef void (*sync_event_callback_t)(const wp<SyncEvent>& event) ;
323 virtual void binderDied(const wp<IBinder>& who);
457 const wp<ThreadBase> mThread;
536 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
540 virtual void binderDied(const wp<IBinder>& who);
546 wp<ThreadBase> mThread;
    [all...]
  /external/grub/stage2/
gunzip.c 370 static unsigned wp; variable
731 w = wp; /* initialize window position */
837 wp = w; /* restore global window pointer */
1104 wp = 0;
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 2164 register char * wp; local
2869 register char * wp; local
    [all...]
zdump.c 229 register char * wp; local
234 wp = NULL;
238 wp = _("lacks alphabetic at start");
240 wp = _("has fewer than 3 alphabetics");
242 wp = _("has more than 6 alphabetics");
243 if (wp == NULL && (*cp == '+' || *cp == '-')) {
250 wp = _("differs from POSIX standard");
252 if (wp == NULL)
257 progname, zone, abbrp, wp);
  /external/qemu/
exec.c 1368 CPUWatchpoint *wp; local
1400 CPUWatchpoint *wp; local
1425 CPUWatchpoint *wp, *next; local
1742 CPUWatchpoint *wp; local
2002 CPUWatchpoint *wp; local
2943 CPUWatchpoint *wp; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
FrameProcessor.cpp 31 FrameProcessor::FrameProcessor(wp<Camera2Client> client):
40 int32_t maxId, wp<FilteredListener> listener) {
50 int32_t maxId, wp<FilteredListener> listener) {
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 128 virtual bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT& result);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 243 void removeMediaRecorderClient(wp<MediaRecorderClient> client);
258 void removeClient(wp<Client> client);
426 SortedVector< wp<Client> > mClients;
427 SortedVector< wp<MediaRecorderClient> > mMediaRecorderClients;

Completed in 318 milliseconds

1 23 4 5 6 7