Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 25 of 164) 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 …]
/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 …]
/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()
143 wp<ThreadBase> mThread; // parent thread
144 wp<EffectChain> mChain; // parent effect chain
159 wp<AudioFlinger> mAudioFlinger;
249 EffectChain(const wp<ThreadBase>& wThread, audio_session_t sessionId);
347 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/device3/
DCamera3Device.h135 virtual status_t setNotifyCallback(wp<NotificationListener> listener);
145 buffer_handle_t *buffer, wp<BufferReleasedListener> listener);
154 wp<camera3::Camera3StreamBufferListener> listener);
458 RequestThread(wp<Camera3Device> parent,
463 void setNotificationListener(wp<NotificationListener> listener);
541 static int getId(const wp<Camera3Device> &device);
600 wp<Camera3Device> mParent;
601 wp<camera3::StatusTracker> mStatusTracker;
604 wp<NotificationListener> mListener;
760 void setNotificationListener(wp<NotificationListener> listener);
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.h47 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
64 wp<CameraDeviceBase> mDevice;
65 wp<CaptureSequencer> mSequencer;
DCaptureSequencer.h47 CaptureSequencer(wp<Camera2Client> client);
51 void setZslProcessor(wp<ZslProcessor> processor);
116 wp<Camera2Client> mClient;
117 wp<ZslProcessor> mZslProcessor;
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/native/services/surfaceflinger/
DSurfaceFlingerConsumer.h76 void setContentsChangedListener(const wp<ContentsChangedListener>& listener);
94 wp<ContentsChangedListener> mContentsChangedListener;
114 wp<const Layer> mLayer;
DSurfaceFlinger.h193 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays;
241 virtual void binderDied(const wp<IBinder>& who);
324 status_t onLayerDestroyed(const wp<Layer>& layer);
327 status_t removeLayer(const wp<Layer>& layer);
371 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const { in getDisplayDevice()
376 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) { in getDisplayDevice()
477 SortedVector< wp<IBinder> > mGraphicBufferProducerList;
515 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
/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.h188 const wp<IGraphicBufferConsumer> &consumer,
189 const wp<ConsumerListener>& consumerListener);
197 wp<ConsumerListener> mConsumerListener;
200 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/av/media/libmediaplayerservice/
DMediaPlayerService.h215 void removeMediaRecorderClient(wp<MediaRecorderClient> client);
229 void removeClient(wp<Client> client);
230 bool hasClient(wp<Client> client);
355 virtual void binderDied(const wp<IBinder>& who);
360 wp<MediaPlayerBase> mListener;
435 SortedVector< wp<Client> > mClients;
436 SortedVector< wp<MediaRecorderClient> > mMediaRecorderClients;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioSourceDescriptor.h48 wp<SwAudioOutputDescriptor> mSwOutput;
49 wp<HwAudioOutputDescriptor> mHwOutput;

1234567