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

12 3 4 5 6 7 8 910

  /external/chromium_org/net/http/
md4.cc 79 Uint8 *bp; const Uint32 *wp, *wpend; local
82 wp = in;
83 wpend = wp + (len >> 2);
85 for (; wp != wpend; ++wp, bp += 4)
87 bp[0] = (Uint8) ((*wp ) & 0xFF);
88 bp[1] = (Uint8) ((*wp >> 8) & 0xFF);
89 bp[2] = (Uint8) ((*wp >> 16) & 0xFF);
90 bp[3] = (Uint8) ((*wp >> 24) & 0xFF);
97 Uint32 *wp; const Uint8 *bp, *bpend local
    [all...]
  /external/mksh/src/
tree.c 294 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode)
310 switch (*wp++) {
312 return (--wp);
315 c = *wp++;
325 c = *wp++;
343 while ((c = *wp++) != 0)
370 if (*wp++ == '{')
372 while ((c = *wp++) != 0)
374 wp = wdvarput(shf, wp, 0, opmode)
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceFactory.cpp 29 wp<CameraService> CameraDeviceFactory::sService;
64 void CameraDeviceFactory::registerService(wp<CameraService> service) {
CameraService.h 107 virtual void removeClientByRemote(const wp<IBinder>& remoteBinder);
190 OpsCallback(wp<BasicClient> client);
194 wp<BasicClient> mClient;
335 virtual sp<BasicClient> getClientByRemote(const wp<IBinder>& cameraClient);
339 wp<BasicClient> mClient[MAX_CAMERAS]; // protected by mServiceLock
343 typedef wp<ProClient> weak_pro_client_ptr;
347 sp<BasicClient> findClientUnsafe(const wp<IBinder>& cameraClient, int& outIndex);
349 const wp<IBinder>& cameraCallbacksRemote);
385 virtual void binderDied(const wp<IBinder> &who);
  /frameworks/av/include/media/stagefright/foundation/
AHandlerReflector.h 40 wp<T> mTarget;
ALooperRoster.h 47 wp<ALooper> mLooper;
48 wp<AHandler> mHandler;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h 51 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
83 wp<Camera2Client> mClient;
84 wp<CameraDeviceBase> mDevice;
85 wp<CaptureSequencer> mSequencer;
JpegProcessor.h 46 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
59 wp<CameraDeviceBase> mDevice;
60 wp<CaptureSequencer> mSequencer;
ZslProcessor3.h 50 ZslProcessor3(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
91 wp<Camera2Client> mClient;
92 wp<CaptureSequencer> mSequencer;
CaptureSequencer.h 47 CaptureSequencer(wp<Camera2Client> client);
51 void setZslProcessor(wp<ZslProcessorInterface> processor);
107 wp<Camera2Client> mClient;
108 wp<ZslProcessorInterface> mZslProcessor;
CallbackProcessor.h 58 wp<Camera2Client> mClient;
59 wp<CameraDeviceBase> mDevice;
FrameProcessor.h 42 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client);
46 wp<Camera2Client> mClient;
  /frameworks/native/include/binder/
IBinder.h 95 virtual void binderDied(const wp<IBinder>& who) = 0;
131 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
134 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);
  /frameworks/base/core/java/android/view/
Window.java 489 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) {
490 CharSequence curTitle = wp.getTitle();
491 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
492 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
493 if (wp.token == null) {
496 wp.token = decor.getWindowToken();
501 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
503 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
505 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
507 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL)
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.h 213 wp<Camera3StreamBufferListener> listener);
270 wp<StatusTracker> mStatusTracker;
283 List<wp<Camera3StreamBufferListener> > mBufferListenerList;
StatusTracker.h 48 StatusTracker(wp<Camera3Device> parent);
99 wp<Camera3Device> mParent;
  /system/core/healthd/
BatteryPropertiesRegistrar.h 47 void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 37 TimedTextDriver(const wp<MediaPlayerBase> &listener);
79 wp<MediaPlayerBase> mListener;
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.h 37 TimedTextPlayer(const wp<MediaPlayerBase> &listener);
66 wp<MediaPlayerBase> mListener;
  /frameworks/native/include/gui/
ConsumerBase.h 77 void setFrameAvailableListener(const wp<FrameAvailableListener>& listener);
220 wp<FrameAvailableListener> mFrameAvailableListener;
  /frameworks/native/services/surfaceflinger/
Client.h 70 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
  /frameworks/av/services/audioflinger/
Effects.h 45 const wp<AudioFlinger::EffectChain>& chain,
91 void setChain(const wp<EffectChain>& chain) { mChain = chain; }
92 void setThread(const wp<ThreadBase>& thread) { mThread = thread; }
93 const wp<ThreadBase>& thread() { return mThread; }
100 wp<EffectChain>& chain() { return mChain; }
140 wp<ThreadBase> mThread; // parent thread
141 wp<EffectChain> mChain; // parent effect chain
242 EffectChain(const wp<ThreadBase>& wThread, int sessionId);
332 wp<EffectModule> mEffect;
348 wp<ThreadBase> mThread; // parent mixer threa
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 324 inline int db_RemoveOutliers_Homography(const double H[9], double *x_i,double *xp_i, double *wp,double *im, double *im_p, double *im_r, double *im_raw,double *im_raw_p,int point_count,double scale, double thresh=DB_OUTLIER_THRESHOLD)
389 wp[k2]=wp[ind2];
390 wp[k2+1]=wp[ind2+1];
391 wp[k2+2]=wp[ind2+2];
392 wp[k2+3]=wp[ind2+3];

Completed in 650 milliseconds

12 3 4 5 6 7 8 910