/frameworks/rs/server/ |
D | RefBase.h | 197 class wp 202 inline wp() : m_ptr(0) { } 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 | 628 TextPaint wp = mWorkPaint; in getOffsetBeforeAfter() local 629 wp.set(mPaint); in getOffsetBeforeAfter() 658 span.updateMeasureState(wp); in getOffsetBeforeAfter() 673 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter() 676 return wp.getTextRunCursor(mText, mStart + spanStart, in getOffsetBeforeAfter() 684 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { in expandMetricsFromPaint() argument 691 wp.getFontMetricsInt(fmi); in expandMetricsFromPaint() 724 private float handleText(TextPaint wp, int start, int end, in handleText() argument 731 expandMetricsFromPaint(fmi, wp); in handleText() 743 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) { in handleText() [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/base/core/java/android/view/ |
D | Window.java | 551 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { in adjustLayoutParamsForSubWindow() argument 552 CharSequence curTitle = wp.getTitle(); in adjustLayoutParamsForSubWindow() 553 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW && in adjustLayoutParamsForSubWindow() 554 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) { in adjustLayoutParamsForSubWindow() 555 if (wp.token == null) { in adjustLayoutParamsForSubWindow() 558 wp.token = decor.getWindowToken(); in adjustLayoutParamsForSubWindow() 563 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) { in adjustLayoutParamsForSubWindow() 565 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) { in adjustLayoutParamsForSubWindow() 567 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) { in adjustLayoutParamsForSubWindow() 569 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL) { in adjustLayoutParamsForSubWindow() [all …]
|
/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/services/camera/libcameraservice/api1/client2/ |
D | BurstCapture.h | 39 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer); 50 wp<Camera2Client> mClient; 51 wp<CaptureSequencer> mSequencer;
|
D | ZslProcessor.h | 52 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer); 85 wp<Camera2Client> mClient; 86 wp<CameraDeviceBase> mDevice; 87 wp<CaptureSequencer> mSequencer;
|
D | JpegProcessor.h | 46 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer); 59 wp<CameraDeviceBase> mDevice; 60 wp<CaptureSequencer> mSequencer;
|
D | CaptureSequencer.h | 48 CaptureSequencer(wp<Camera2Client> client); 52 void setZslProcessor(wp<ZslProcessorInterface> processor); 108 wp<Camera2Client> mClient; 109 wp<ZslProcessorInterface> mZslProcessor;
|
D | ZslProcessor3.h | 50 ZslProcessor3(sp<Camera2Client> client, wp<CaptureSequencer> sequencer); 92 wp<Camera2Client> mClient; 93 wp<CaptureSequencer> mSequencer;
|
/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; 245 EffectChain(const wp<ThreadBase>& wThread, int sessionId); 344 wp<EffectModule> mEffect; [all …]
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraDeviceFactory.h | 33 static void registerService(wp<CameraService> service); 38 CameraDeviceFactory(wp<CameraService> service); 40 static wp<CameraService> sService;
|
D | CameraService.h | 125 virtual void removeClientByRemote(const wp<IBinder>& remoteBinder); 213 OpsCallback(wp<BasicClient> client); 217 wp<BasicClient> mClient; 360 virtual sp<BasicClient> getClientByRemote(const wp<IBinder>& cameraClient); 364 wp<BasicClient> mClient[MAX_CAMERAS]; // protected by mServiceLock 368 typedef wp<ProClient> weak_pro_client_ptr; 372 sp<BasicClient> findClientUnsafe(const wp<IBinder>& cameraClient, int& outIndex); 374 const wp<IBinder>& cameraCallbacksRemote); 410 virtual void binderDied(const wp<IBinder> &who);
|
D | CameraDeviceFactory.cpp | 29 wp<CameraService> CameraDeviceFactory::sService; 66 void CameraDeviceFactory::registerService(wp<CameraService> service) { in registerService()
|
/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/include/binder/ |
D | IBinder.h | 87 virtual void binderDied(const wp<IBinder>& who) = 0; 123 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 126 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/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 62 float *up, *vp, *wp; in poly_clip_to_halfspace() local 82 wp = (float *)&q->vert[q->n].sx; in poly_clip_to_halfspace() 83 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace() 84 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Stream.h | 241 wp<Camera3StreamBufferListener> listener); 309 wp<StatusTracker> mStatusTracker; 325 List<wp<Camera3StreamBufferListener> > mBufferListenerList;
|
/frameworks/native/include/gui/ |
D | BufferQueue.h | 63 ProxyConsumerListener(const wp<ConsumerListener>& consumerListener); 71 wp<ConsumerListener> mConsumerListener;
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlingerConsumer.h | 66 void setContentsChangedListener(const wp<ContentsChangedListener>& listener); 75 wp<ContentsChangedListener> mContentsChangedListener;
|
D | SurfaceFlinger.h | 180 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays; 222 virtual void binderDied(const wp<IBinder>& who); 302 status_t onLayerDestroyed(const wp<Layer>& layer); 348 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const { in getDisplayDevice() 353 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) { in getDisplayDevice() 431 SortedVector< wp<IBinder> > mGraphicBufferProducerList; 460 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ALooperRoster.h | 47 wp<ALooper> mLooper; 48 wp<AHandler> mHandler;
|