Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 25 of 170) sorted by relevance

1234567

/frameworks/rs/server/
DRefBase.h197 class wp
202 inline wp() : m_ptr(nullptr) { } in wp() function
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<U>& other);
211 ~wp();
215 wp& operator = (T* other);
[all …]
DStrongPointer.h32 template<typename T> class wp; variable
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; variable
/frameworks/rs/cpp/util/
DRefBase.h198 class wp
203 inline wp() : m_ptr(0) { } in wp() function
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<U>& other);
212 ~wp();
216 wp& operator = (T* other);
[all …]
DStrongPointer.h33 template<typename T> class wp; variable
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; variable
/frameworks/base/core/java/android/text/
DTextLine.java598 TextPaint wp = mWorkPaint; in getOffsetBeforeAfter() local
599 wp.set(mPaint); in getOffsetBeforeAfter()
628 span.updateMeasureState(wp); in getOffsetBeforeAfter()
643 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter()
646 return wp.getTextRunCursor(mText, mStart + spanStart, in getOffsetBeforeAfter()
654 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { in expandMetricsFromPaint() argument
661 wp.getFontMetricsInt(fmi); in expandMetricsFromPaint()
695 private float handleText(TextPaint wp, int start, int end, in handleText() argument
702 expandMetricsFromPaint(fmi, wp); in handleText()
713 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) { in handleText()
[all …]
/frameworks/base/core/java/android/view/
DWindow.java746 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { in adjustLayoutParamsForSubWindow() argument
747 CharSequence curTitle = wp.getTitle(); in adjustLayoutParamsForSubWindow()
748 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW && in adjustLayoutParamsForSubWindow()
749 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) { in adjustLayoutParamsForSubWindow()
750 if (wp.token == null) { in adjustLayoutParamsForSubWindow()
753 wp.token = decor.getWindowToken(); in adjustLayoutParamsForSubWindow()
758 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) { in adjustLayoutParamsForSubWindow()
760 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) { in adjustLayoutParamsForSubWindow()
762 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) { in adjustLayoutParamsForSubWindow()
764 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL) { in adjustLayoutParamsForSubWindow()
[all …]
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.h39 FrameProcessorBase(wp<CameraDeviceBase> device);
51 wp<FilteredListener> listener,
54 wp<FilteredListener> listener);
59 wp<CameraDeviceBase> mDevice;
69 wp<FilteredListener> listener;
/frameworks/av/include/media/
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/media/libmedia/
DIMediaDeathNotifier.cpp31 SortedVector< wp<IMediaDeathNotifier> > IMediaDeathNotifier::sObitRecipients;
62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { in binderDied()
82 SortedVector< wp<IMediaDeathNotifier> > list; in binderDied()
/frameworks/av/include/media/stagefright/foundation/
DAHandler.h44 wp<ALooper> getLooper() const { in getLooper()
48 wp<AHandler> getHandler() const { in getHandler()
61 wp<ALooper> mLooper;
63 inline void setID(ALooper::handler_id id, wp<ALooper> looper) { in setID()
DALooperRoster.h40 wp<ALooper> mLooper;
41 wp<AHandler> mHandler;
/frameworks/av/services/audioflinger/
DEffects.h45 const wp<AudioFlinger::EffectChain>& chain,
91 void setChain(const wp<EffectChain>& chain) { mChain = chain; } in setChain()
92 void setThread(const wp<ThreadBase>& thread) { mThread = thread; } in setThread()
93 const wp<ThreadBase>& thread() { return mThread; } in thread()
100 wp<EffectChain>& chain() { return mChain; } in chain()
141 wp<ThreadBase> mThread; // parent thread
142 wp<EffectChain> mChain; // parent effect chain
157 wp<AudioFlinger> mAudioFlinger;
247 EffectChain(const wp<ThreadBase>& wThread, audio_session_t sessionId);
346 wp<EffectModule> mEffect;
[all …]
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h91 CallbackEvent(event_type type, sp<IMemory> memory, wp<Module> module);
97 wp<Module> mModule;
131 wp<SoundTriggerHwService> service() const { return mService; } in service()
140 virtual void binderDied(const wp<IBinder> &who);
148 wp<SoundTriggerHwService> mService;
159 CallbackThread(const wp<SoundTriggerHwService>& service);
173 wp<SoundTriggerHwService> mService;
/frameworks/native/services/sensorservice/
DSensorRecord.h30 bool removeConnection(const wp<SensorEventConnection>& connection);
38 SortedVector< wp<SensorEventConnection> > mConnections;
41 Vector< wp<SensorEventConnection> > mPendingFlushConnections;
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.h47 CaptureSequencer(wp<Camera2Client> client);
51 void setZslProcessor(wp<ZslProcessor> processor);
116 wp<Camera2Client> mClient;
117 wp<ZslProcessor> mZslProcessor;
DJpegProcessor.h47 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
64 wp<CameraDeviceBase> mDevice;
65 wp<CaptureSequencer> mSequencer;
DZslProcessor.h49 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
105 wp<Camera2Client> mClient;
106 wp<CaptureSequencer> mSequencer;
/frameworks/av/services/radio/
DRadioService.h106 CallbackThread(const wp<ModuleClient>& moduleClient);
123 wp<ModuleClient> mModuleClient; // client module the thread belongs to
167 wp<Module> module() const { return mModule; } in module()
180 virtual void binderDied(const wp<IBinder> &who);
185 wp<Module> mModule; // The module this client is attached to
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp61 float *up, *vp, *wp; in poly_clip_to_halfspace() local
81 wp = (float *)&q->vert[q->n].sx; in poly_clip_to_halfspace()
82 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace()
83 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.h184 const wp<IGraphicBufferConsumer> &consumer,
185 const wp<ConsumerListener>& consumerListener);
193 wp<ConsumerListener> mConsumerListener;
196 wp<IGraphicBufferConsumer> mConsumer;
/frameworks/native/include/binder/
DIBinder.h96 virtual void binderDied(const wp<IBinder>& who) = 0;
132 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
135 wp<DeathRecipient>* outRecipient = NULL) = 0;
DBpBinder.h47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
50 wp<DeathRecipient>* outRecipient = NULL);
103 wp<DeathRecipient> recipient;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h187 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays;
231 virtual void binderDied(const wp<IBinder>& who);
311 status_t onLayerDestroyed(const wp<Layer>& layer);
358 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const { in getDisplayDevice()
363 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) { in getDisplayDevice()
447 SortedVector< wp<IBinder> > mGraphicBufferProducerList;
484 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioSourceDescriptor.h48 wp<SwAudioOutputDescriptor> mSwOutput;
49 wp<HwAudioOutputDescriptor> mHwOutput;
/frameworks/native/include/gui/
DBufferQueue.h63 ProxyConsumerListener(const wp<ConsumerListener>& consumerListener);
72 wp<ConsumerListener> mConsumerListener;

1234567