Searched refs:wp (Results 1 - 25 of 109) sorted by relevance

12345

/frameworks/native/include/utils/
H A DRefBase.h198 class wp class in namespace:android
203 inline wp() : m_ptr(0) { } function in class:android::wp
205 wp(T* other);
206 wp(const wp<T>& other);
207 wp(const sp<T>& other);
208 template<typename U> wp(U* other);
209 template<typename U> wp(const sp<U>& other);
210 template<typename U> wp(const wp<
[all...]
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h39 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;
/frameworks/av/services/camera/libcameraservice/camera2/
H A DBurstCapture.h38 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
49 wp<Camera2Client> mClient;
50 wp<CaptureSequencer> mSequencer;
H A DFrameProcessor.h40 FrameProcessor(wp<Camera2Client> client);
50 status_t registerListener(int32_t minId, int32_t maxId, wp<FilteredListener> listener);
51 status_t removeListener(int32_t minId, int32_t maxId, wp<FilteredListener> listener);
56 wp<Camera2Client> mClient;
65 wp<FilteredListener> listener;
H A DJpegProcessor.h44 JpegProcessor(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
56 wp<Camera2Client> mClient;
57 wp<CaptureSequencer> mSequencer;
H A DZslProcessor.h49 ZslProcessor(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
76 wp<Camera2Client> mClient;
77 wp<CaptureSequencer> mSequencer;
H A DCallbackProcessor.h42 CallbackProcessor(wp<Camera2Client> client);
54 wp<Camera2Client> mClient;
H A DCaptureSequencer.h47 CaptureSequencer(wp<Camera2Client> client);
51 void setZslProcessor(wp<ZslProcessor> processor);
107 wp<Camera2Client> mClient;
108 wp<ZslProcessor> mZslProcessor;
H A DBurstCapture.cpp31 BurstCapture::BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer):
H A DStreamingProcessor.h41 StreamingProcessor(wp<Camera2Client> client);
88 wp<Camera2Client> mClient;
/frameworks/base/core/java/android/text/
H A DTextLine.java625 TextPaint wp = mWorkPaint;
626 wp.set(mPaint);
655 span.updateMeasureState(wp);
670 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
673 return wp.getTextRunCursor(mText, mStart + spanStart,
679 * @param wp
681 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
688 wp.getFontMetricsInt(fmi);
707 * @param wp the working paint
721 private float handleText(TextPaint wp, in argument
815 handleReplacement(ReplacementSpan replacement, TextPaint wp, int start, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
977 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp31 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/core/java/android/view/
H A DWindow.java489 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { argument
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
[all...]
/frameworks/native/include/binder/
H A DIBinder.h95 virtual void binderDied(const wp<IBinder>& who) = 0;
131 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
134 wp<DeathRecipient>* outRecipient = NULL) = 0;
H A DBpBinder.h47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
50 wp<DeathRecipient>* outRecipient = NULL);
103 wp<DeathRecipient> recipient;
H A DBinder.h44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
47 wp<DeathRecipient>* outRecipient = NULL);
/frameworks/av/include/media/stagefright/foundation/
H A DAHandlerReflector.h40 wp<T> mTarget;
H A DALooperRoster.h46 wp<ALooper> mLooper;
47 wp<AHandler> mHandler;
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.h37 TimedTextPlayer(const wp<MediaPlayerBase> &listener);
66 wp<MediaPlayerBase> mListener;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h58 virtual sp<Client> getClientByRemote(const wp<IBinder>& cameraClient);
141 wp<Client> mClient[MAX_CAMERAS]; // protected by mServiceLock
146 sp<Client> findClientUnsafe(const wp<IBinder>& cameraClient, int& outIndex);
163 virtual void binderDied(const wp<IBinder> &who);
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp62 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);
/frameworks/native/services/sensorservice/
H A DSensorService.h100 SortedVector< wp<SensorEventConnection> > mConnections;
104 bool removeConnection(const wp<SensorEventConnection>& connection);
108 SortedVector< wp<SensorEventConnection> > getActiveConnections() const;
129 SortedVector< wp<SensorEventConnection> > mActiveConnections;
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h37 TimedTextDriver(const wp<MediaPlayerBase> &listener);
79 wp<MediaPlayerBase> mListener;
/frameworks/native/services/surfaceflinger/
H A DEventThread.h93 void removeDisplayEventConnection(const wp<Connection>& connection);
105 SortedVector< wp<Connection> > mDisplayEventConnections;
H A DLayerBase.h319 wp<IBinder> getSurfaceBinder() const;
320 virtual wp<IBinder> getSurfaceTextureBinder() const;
335 wp<LayerBaseClient> mLayer;
348 wp<IBinder> mClientSurfaceBinder;
349 const wp<Client> mClientRef;

Completed in 917 milliseconds

12345