/frameworks/rs/server/ |
D | RefBase.h | 197 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 …]
|
D | StrongPointer.h | 32 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/ |
D | RefBase.h | 198 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 …]
|
D | StrongPointer.h | 33 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/ |
D | TextLine.java | 598 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/ |
D | Window.java | 746 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/ |
D | FrameProcessorBase.h | 39 FrameProcessorBase(wp<CameraDeviceBase> device); 51 wp<FilteredListener> listener, 54 wp<FilteredListener> listener); 59 wp<CameraDeviceBase> mDevice; 69 wp<FilteredListener> listener;
|
/frameworks/av/include/media/ |
D | IMediaDeathNotifier.h | 39 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/ |
D | IMediaDeathNotifier.cpp | 31 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/ |
D | AHandler.h | 44 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()
|
D | ALooperRoster.h | 40 wp<ALooper> mLooper; 41 wp<AHandler> mHandler;
|
/frameworks/av/services/audioflinger/ |
D | Effects.h | 45 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/ |
D | SoundTriggerHwService.h | 91 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/ |
D | SensorRecord.h | 30 bool removeConnection(const wp<SensorEventConnection>& connection); 38 SortedVector< wp<SensorEventConnection> > mConnections; 41 Vector< wp<SensorEventConnection> > mPendingFlushConnections;
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.h | 47 CaptureSequencer(wp<Camera2Client> client); 51 void setZslProcessor(wp<ZslProcessor> processor); 116 wp<Camera2Client> mClient; 117 wp<ZslProcessor> mZslProcessor;
|
D | JpegProcessor.h | 47 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer); 64 wp<CameraDeviceBase> mDevice; 65 wp<CaptureSequencer> mSequencer;
|
D | ZslProcessor.h | 49 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer); 105 wp<Camera2Client> mClient; 106 wp<CaptureSequencer> mSequencer;
|
/frameworks/av/services/radio/ |
D | RadioService.h | 106 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/ |
D | poly_clip.cpp | 61 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/ |
D | GraphicBufferSource.h | 184 const wp<IGraphicBufferConsumer> &consumer, 185 const wp<ConsumerListener>& consumerListener); 193 wp<ConsumerListener> mConsumerListener; 196 wp<IGraphicBufferConsumer> mConsumer;
|
/frameworks/native/include/binder/ |
D | IBinder.h | 96 virtual void binderDied(const wp<IBinder>& who) = 0; 132 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 135 wp<DeathRecipient>* outRecipient = NULL) = 0;
|
D | BpBinder.h | 47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 50 wp<DeathRecipient>* outRecipient = NULL); 103 wp<DeathRecipient> recipient;
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 187 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/ |
D | AudioSourceDescriptor.h | 48 wp<SwAudioOutputDescriptor> mSwOutput; 49 wp<HwAudioOutputDescriptor> mHwOutput;
|
/frameworks/native/include/gui/ |
D | BufferQueue.h | 63 ProxyConsumerListener(const wp<ConsumerListener>& consumerListener); 72 wp<ConsumerListener> mConsumerListener;
|