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

12345678910

/frameworks/native/services/sensorservice/
H A DSensorRecord.h30 bool removeConnection(const wp<const SensorEventConnection>& connection);
35 wp<const SensorEventConnection> getFirstPendingFlushConnection();
38 SortedVector< wp<const SensorEventConnection> > mConnections;
41 Vector< wp<const SensorEventConnection> > mPendingFlushConnections;
H A DSensorRecord.cpp40 const wp<const SensorEventConnection>& connection)
47 for (Vector< wp<const SensorEventConnection> >::iterator it = mPendingFlushConnections.begin();
69 wp<const SensorService::SensorEventConnection>
/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 explicit wp(T* other);
206 wp(const wp<T>& other);
207 explicit wp(const sp<T>& other);
208 template<typename U> explicit wp(U* other);
209 template<typename U> explicit wp(const sp<U>& other);
210 template<typename U> explicit 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/media/libmedia/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 explicit FrameProcessorBase(wp<CameraDeviceBase> device);
51 const wp<FilteredListener>& listener,
54 const wp<FilteredListener>& listener);
59 wp<CameraDeviceBase> mDevice;
69 wp<FilteredListener> listener;
/frameworks/native/include/gui/
H A DBufferItemConsumer.h41 virtual void onBufferFreed(const wp<GraphicBuffer>& graphicBuffer) = 0;
66 void setBufferFreedListener(const wp<BufferFreedListener>& listener);
98 wp<BufferFreedListener> mBufferFreedListener;
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h40 wp<ALooper> mLooper;
41 wp<AHandler> mHandler;
H A DAHandler.h44 wp<ALooper> getLooper() const {
48 wp<AHandler> getHandler() const {
61 wp<ALooper> mLooper;
63 inline void setID(ALooper::handler_id id, const wp<ALooper> &looper) {
H A DAHandlerReflector.h40 wp<T> mTarget;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DALooperRoster.h40 wp<ALooper> mLooper;
41 wp<AHandler> mHandler;
H A DAHandler.h44 wp<ALooper> getLooper() const {
48 wp<AHandler> getHandler() const {
61 wp<ALooper> mLooper;
63 inline void setID(ALooper::handler_id id, const wp<ALooper> &looper) {
H A DAHandlerReflector.h40 wp<T> mTarget;
/frameworks/av/media/libstagefright/include/foundation/
H A DALooperRoster.h40 wp<ALooper> mLooper;
41 wp<AHandler> mHandler;
H A DAHandler.h44 wp<ALooper> getLooper() const {
48 wp<AHandler> getHandler() const {
61 wp<ALooper> mLooper;
63 inline void setID(ALooper::handler_id id, const wp<ALooper> &looper) {
H A DAHandlerReflector.h40 wp<T> mTarget;
/frameworks/base/core/java/android/text/
H A DTextLine.java619 TextPaint wp = mWorkPaint;
620 wp.set(mPaint);
621 wp.setWordSpacing(mAddedWidth);
650 span.updateMeasureState(wp);
665 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
668 return wp.getTextRunCursor(mText, mStart + spanStart,
674 * @param wp
676 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
683 wp.getFontMetricsInt(fmi);
702 * @param wp th
717 handleText(TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth, int offset) argument
809 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
991 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/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSourceDescriptor.h48 wp<SwAudioOutputDescriptor> mSwOutput;
49 wp<HwAudioOutputDescriptor> mHwOutput;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.h47 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
64 wp<CameraDeviceBase> mDevice;
65 wp<CaptureSequencer> mSequencer;
H A DZslProcessor.h49 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
88 InputProducerListener(wp<ZslProcessor> parent) : mParent(parent) {}
93 wp<ZslProcessor> mParent;
106 wp<Camera2Client> mClient;
107 wp<CaptureSequencer> mSequencer;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.h77 void setContentsChangedListener(const wp<ContentsChangedListener>& listener);
97 wp<ContentsChangedListener> mContentsChangedListener;
114 const wp<Layer> mLayer;
H A DClient.h80 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
81 wp<Layer> mParentLayer;
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h98 void setModule(wp<Module> module) { mModule = module; }
99 void setModuleClient(wp<ModuleClient> moduleClient) { mModuleClient = moduleClient; }
103 wp<Module> mModule;
104 wp<ModuleClient> mModuleClient;
128 wp<SoundTriggerHwService> service() const { return mService; }
146 wp<SoundTriggerHwService> mService;
180 virtual void binderDied(const wp<IBinder> &who);
191 wp<Module> mModule;
198 explicit CallbackThread(const wp<SoundTriggerHwService>& service);
212 wp<SoundTriggerHwServic
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.h46 const wp<AudioFlinger::EffectChain>& chain,
97 void setChain(const wp<EffectChain>& chain) { mChain = chain; }
98 void setThread(const wp<ThreadBase>& thread) { mThread = thread; }
99 const wp<ThreadBase>& thread() { return mThread; }
107 wp<EffectChain>& chain() { return mChain; }
153 wp<ThreadBase> mThread; // parent thread
154 wp<EffectChain> mChain; // parent effect chain
171 wp<AudioFlinger> mAudioFlinger;
221 wp<EffectModule> effect() const { return mEffect; }
241 wp<EffectModul
[all...]

Completed in 2342 milliseconds

12345678910