Searched refs:wp (Results 1 - 25 of 149) sorted by relevance

123456

/frameworks/av/services/camera/libcameraservice/
H A DCameraDeviceFactory.h33 static void registerService(wp<CameraService> service);
38 CameraDeviceFactory(wp<CameraService> service);
40 static wp<CameraService> sService;
H A DCameraDeviceFactory.cpp29 wp<CameraService> CameraDeviceFactory::sService;
66 void CameraDeviceFactory::registerService(wp<CameraService> service) {
/frameworks/rs/cpp/util/
H A DRefBase.h198 class wp class in namespace:android::RSC
203 inline wp() : m_ptr(0) { } function in class:android::RSC::wp
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<
[all...]
/frameworks/rs/server/
H A DRefBase.h197 class wp class in namespace:android
202 inline wp() : m_ptr(0) { } function in class:android::wp
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<
[all...]
/frameworks/av/include/media/
H A 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/services/camera/libcameraservice/common/
H A DFrameProcessorBase.h39 FrameProcessorBase(wp<CameraDeviceBase> device);
51 wp<FilteredListener> listener,
54 wp<FilteredListener> listener);
59 wp<CameraDeviceBase> mDevice;
69 wp<FilteredListener> listener;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DBurstCapture.h39 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
50 wp<Camera2Client> mClient;
51 wp<CaptureSequencer> mSequencer;
H A DZslProcessor.h52 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
85 wp<Camera2Client> mClient;
86 wp<CameraDeviceBase> mDevice;
87 wp<CaptureSequencer> mSequencer;
H A DJpegProcessor.h46 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
59 wp<CameraDeviceBase> mDevice;
60 wp<CaptureSequencer> mSequencer;
H A DZslProcessor3.h50 ZslProcessor3(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
92 wp<Camera2Client> mClient;
93 wp<CaptureSequencer> mSequencer;
H A DCallbackProcessor.h58 wp<Camera2Client> mClient;
59 wp<CameraDeviceBase> mDevice;
H A DFrameProcessor.h42 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client);
46 wp<Camera2Client> mClient;
/frameworks/base/core/java/android/text/
H A DTextLine.java628 TextPaint wp = mWorkPaint;
629 wp.set(mPaint);
658 span.updateMeasureState(wp);
673 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
676 return wp.getTextRunCursor(mText, mStart + spanStart,
682 * @param wp
684 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
691 wp.getFontMetricsInt(fmi);
710 * @param wp the working paint
724 private float handleText(TextPaint wp, in argument
817 handleReplacement(ReplacementSpan replacement, TextPaint wp, int start, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
979 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp31 SortedVector< wp<IMediaDeathNotifier> > IMediaDeathNotifier::sObitRecipients;
62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient)
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient)
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
82 SortedVector< wp<IMediaDeathNotifier> > list;
/frameworks/native/include/gui/
H A DBufferQueue.h63 ProxyConsumerListener(const wp<ConsumerListener>& consumerListener);
71 wp<ConsumerListener> mConsumerListener;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.h66 void setContentsChangedListener(const wp<ContentsChangedListener>& listener);
75 wp<ContentsChangedListener> mContentsChangedListener;
H A DClient.h74 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
/frameworks/native/include/binder/
H A DIBinder.h87 virtual void binderDied(const wp<IBinder>& who) = 0;
123 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
126 wp<DeathRecipient>* outRecipient = NULL) = 0;
/frameworks/av/include/media/stagefright/foundation/
H A DAHandlerReflector.h40 wp<T> mTarget;
H A DALooperRoster.h47 wp<ALooper> mLooper;
48 wp<AHandler> mHandler;
/frameworks/av/services/audioflinger/
H A DEffects.h45 const wp<AudioFlinger::EffectChain>& chain,
91 void setChain(const wp<EffectChain>& chain) { mChain = chain; }
92 void setThread(const wp<ThreadBase>& thread) { mThread = thread; }
93 const wp<ThreadBase>& thread() { return mThread; }
100 wp<EffectChain>& chain() { return mChain; }
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<EffectModul
[all...]
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.h37 TimedTextPlayer(const wp<MediaPlayerBase> &listener);
66 wp<MediaPlayerBase> mListener;
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.h48 StatusTracker(wp<Camera3Device> parent);
99 wp<Camera3Device> mParent;
/frameworks/base/core/java/android/view/
H A DWindow.java551 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { argument
552 CharSequence curTitle = wp.getTitle();
553 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
554 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
555 if (wp.token == null) {
558 wp.token = decor.getWindowToken();
563 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
565 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
567 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
569 } else if (wp
[all...]
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h91 CallbackEvent(event_type type, sp<IMemory> memory, wp<Module> module);
97 wp<Module> mModule;
131 wp<SoundTriggerHwService> service() const { return mService; }
140 virtual void binderDied(const wp<IBinder> &who);
148 wp<SoundTriggerHwService> mService;
159 CallbackThread(const wp<SoundTriggerHwService>& service);
173 wp<SoundTriggerHwService> mService;

Completed in 3213 milliseconds

123456