/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 …]
|
/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 …]
|
/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() 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/ |
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/device3/ |
D | Camera3Device.h | 135 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/ |
D | JpegProcessor.h | 47 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer); 64 wp<CameraDeviceBase> mDevice; 65 wp<CaptureSequencer> mSequencer;
|
D | CaptureSequencer.h | 47 CaptureSequencer(wp<Camera2Client> client); 51 void setZslProcessor(wp<ZslProcessor> processor); 116 wp<Camera2Client> mClient; 117 wp<ZslProcessor> mZslProcessor;
|
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/native/services/surfaceflinger/ |
D | SurfaceFlingerConsumer.h | 76 void setContentsChangedListener(const wp<ContentsChangedListener>& listener); 94 wp<ContentsChangedListener> mContentsChangedListener; 114 wp<const Layer> mLayer;
|
D | SurfaceFlinger.h | 193 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/ |
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 | 188 const wp<IGraphicBufferConsumer> &consumer, 189 const wp<ConsumerListener>& consumerListener); 197 wp<ConsumerListener> mConsumerListener; 200 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/av/media/libmediaplayerservice/ |
D | MediaPlayerService.h | 215 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/ |
D | AudioSourceDescriptor.h | 48 wp<SwAudioOutputDescriptor> mSwOutput; 49 wp<HwAudioOutputDescriptor> mHwOutput;
|