Searched refs:sp (Results 301 - 325 of 1190) sorted by relevance

<<11121314151617181920>>

/frameworks/base/libs/input/
H A DPointerController.h78 PointerController(const sp<PointerControllerPolicyInterface>& policy,
79 const sp<Looper>& looper, const sp<SpriteController>& spriteController);
113 sp<Sprite> sprite;
118 inline Spot(uint32_t id, const sp<Sprite>& sprite)
130 sp<PointerControllerPolicyInterface> mPolicy;
131 sp<Looper> mLooper;
132 sp<SpriteController> mSpriteController;
133 sp<WeakMessageHandler> mHandler;
154 sp<Sprit
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.h220 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& getFiles() const
223 status_t addFile(const sp<AaptFile>& file, const bool overwriteDuplicate=false);
234 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > mFiles;
252 const DefaultKeyedVector<String8, sp<AaptGroup> >& getFiles() const { return mFiles; }
253 const DefaultKeyedVector<String8, sp<AaptDir> >& getDirs() const { return mDirs; }
255 virtual status_t addFile(const String8& name, const sp<AaptGroup>& file);
286 status_t addDir(const String8& name, const sp<AaptDir>& dir);
287 sp<AaptDir> makeDir(const String8& name);
289 const sp<AaptFile>& file,
295 sp<FilePathStor
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp102 SetSurfaceAction(const sp<Surface> &surface)
111 sp<Surface> mSurface;
134 PostMessageAction(const sp<AMessage> &msg)
143 sp<AMessage> mMessage;
210 void NuPlayer::setDataSourceAsync(const sp<IStreamSource> &source) {
211 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this);
213 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this);
237 const sp<IMediaHTTPService> &httpService,
241 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this);
244 sp<AMessag
[all...]
/frameworks/av/services/radio/
H A DRadioService.h55 const sp<IRadioClient>& client,
58 sp<IRadio>& radio);
74 sp<ModuleClient> addClient(const sp<IRadioClient>& client,
78 void removeClient(const sp<ModuleClient>& moduleClient);
97 Vector< sp<ModuleClient> > mModuleClients; // list of attached clients
120 sp<IMemory> prepareEvent(radio_hal_event_t *halEvent);
126 Vector< sp<IMemory> > mEventQueue; // pending callback events
127 sp<MemoryDealer> mMemoryDealer; // shared memory for callback event
134 ModuleClient(const sp<Modul
[all...]
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp36 sp<ISoundTriggerHwService> gSoundTriggerHwService;
55 sp<DeathNotifier> gDeathNotifier;
58 const sp<ISoundTriggerHwService>& SoundTrigger::getSoundTriggerHwService()
62 sp<IServiceManager> sm = defaultServiceManager();
63 sp<IBinder> binder;
87 const sp<ISoundTriggerHwService>& service = getSoundTriggerHwService();
94 sp<SoundTrigger> SoundTrigger::attach(const sound_trigger_module_handle_t module,
95 const sp<SoundTriggerCallback>& callback)
98 sp<SoundTrigger> soundTrigger;
99 const sp<ISoundTriggerHwServic
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp34 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc,
37 sp<Surface> s = sc->getSurface();
57 static void captureScreen(sp<ScreenCapture>* sc) {
58 sp<IGraphicBufferProducer> producer;
59 sp<IGraphicBufferConsumer> consumer;
62 sp<CpuConsumer> cpuConsumer = new CpuConsumer(consumer, 1);
63 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
64 sp<IBinder> display(sf->getBuiltInDisplay(
84 ScreenCapture(const sp<CpuConsumer>& cc) :
93 sp<CpuConsume
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp46 const sp<MPEG2TSExtractor> &extractor,
47 const sp<AnotherPacketSource> &impl,
52 virtual sp<MetaData> getFormat();
58 sp<MPEG2TSExtractor> mExtractor;
59 sp<AnotherPacketSource> mImpl;
69 const sp<MPEG2TSExtractor> &extractor,
70 const sp<AnotherPacketSource> &impl,
85 sp<MetaData> MPEG2TSSource::getFormat() {
112 MPEG2TSExtractor::MPEG2TSExtractor(const sp<DataSource> &source)
123 sp<MediaSourc
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DRadix4FFT_v5.s27 stmdb sp!, {r4 - r11, lr}
28 sub sp, sp, #32
39 str r0, [sp]
40 str r1, [sp, #4]
41 str r2, [sp, #8]
42 str r3, [sp, #12]
49 str r10, [sp, #16]
53 str r11, [sp, #20]
79 str r2, [sp, #2
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify)
47 const sp<ARTPSource> &source) {
48 List<sp<ABuffer> > *queue = source->queue();
55 List<sp<ABuffer> >::iterator it = queue->begin();
69 sp<ABuffer> buffer = *queue->begin();
126 void AAVCAssembler::addSingleNALUnit(const sp<ABuffer> &buffer) {
143 bool AAVCAssembler::addSingleTimeAggregationPacket(const sp<ABuffer> &buffer) {
162 sp<ABuffer> unit = new ABuffer(nalSize);
181 List<sp<ABuffer> > *queue) {
184 sp<ABuffe
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_quarter.s90 STMFD sp!, {r0-r11, lr}
91 SUB sp, sp, #0x1e4
95 LDR partW, [sp,#0x220] ;// partWidth
98 LDR width, [sp,#0x218] ;// width
104 LDR partH, [sp,#0x224] ;// partHeight
106 LDR height, [sp,#0x21c] ;// height
112 LDR partH, [sp,#0x224] ;// partHeight
113 LDR height, [sp,#0x21c] ;// height
114 LDR partW, [sp,#
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h97 virtual status_t createStream(sp<Surface> consumer,
108 sp<camera3::Camera3ZslStream>* zslStream);
121 sp<IGraphicBufferProducer> *producer);
221 typedef KeyedVector<int, sp<camera3::Camera3OutputStreamInterface> >
225 sp<camera3::Camera3Stream> mInputStream;
236 Vector<sp<camera3::Camera3StreamInterface> > mDeletedStreams;
256 sp<camera3::Camera3Stream> mInputStream;
258 Vector<sp<camera3::Camera3OutputStreamInterface> >
265 typedef List<sp<CaptureRequest> > RequestList;
329 sp<CaptureReques
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.h169 EffectHandle(const sp<EffectModule>& effect,
170 const sp<AudioFlinger::Client>& client,
171 const sp<IEffectClient>& effectClient,
188 virtual sp<IMemory> getCblk() const { return mCblkMemory; }
210 sp<EffectModule> effect() const { return mEffect; }
221 sp<EffectModule> mEffect; // pointer to controlled EffectModule
222 sp<IEffectClient> mEffectClient; // callback interface for client notifications
223 /*const*/ sp<Client> mClient; // client for shared memory allocation, see disconnect()
224 sp<IMemory> mCblkMemory; // shared memory for control block
266 status_t addEffect_l(const sp<EffectModul
[all...]
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp40 sp<IGraphicBufferProducer> OutputConfiguration::getGraphicBufferProducer() const {
59 const sp<IGraphicBufferProducer>& gbp =
68 OutputConfiguration::OutputConfiguration(sp<IGraphicBufferProducer>& gbp, int rotation) {
77 sp<IBinder> b(IInterface::asBinder(mGbp));
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.cpp28 using android::sp;
46 const sp<Session>& SessionLibrary::createSession() {
60 const sp<Session>& SessionLibrary::findSession(
66 void SessionLibrary::destroySession(const sp<Session>& session) {
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h98 sp<VendorTagDescriptor>& descriptor);
108 sp<VendorTagDescriptor>& descriptor);
117 static status_t setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc);
128 static sp<VendorTagDescriptor> getGlobalVendorTagDescriptor();
/frameworks/av/include/media/
H A DIMediaHTTPService.h33 virtual sp<IMediaHTTPConnection> makeHTTPConnection() = 0;
H A DIMediaMetadataRetriever.h39 const sp<IMediaHTTPService> &httpService,
44 virtual status_t setDataSource(const sp<IDataSource>& dataSource) = 0;
45 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option) = 0;
46 virtual sp<IMemory> extractAlbumArt() = 0;
/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp36 AMRSource(const sp<DataSource> &source,
37 const sp<MetaData> &meta,
45 virtual sp<MetaData> getFormat();
54 sp<DataSource> mDataSource;
55 sp<MetaData> mMeta;
100 static status_t getFrameSizeByOffset(const sp<DataSource> &source,
116 AMRExtractor::AMRExtractor(const sp<DataSource> &source)
167 sp<MetaData> AMRExtractor::getMetaData() {
168 sp<MetaData> meta = new MetaData;
183 sp<MediaSourc
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DABuffer.cpp52 sp<ABuffer> ABuffer::CreateAsCopy(const void *data, size_t capacity)
54 sp<ABuffer> res = new ABuffer(capacity);
85 void ABuffer::setFarewellMessage(const sp<AMessage> msg) {
89 sp<AMessage> ABuffer::meta() {
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h35 const sp<ANativeWindow> &nativeWindow, int32_t rotation = 0);
41 void *platformPrivate, const sp<AMessage> &format);
52 sp<ANativeWindow> mNativeWindow;
62 void resetFormatIfChanged(const sp<AMessage> &format);
H A DStagefrightMetadataRetriever.h36 const sp<IMediaHTTPService> &httpService,
41 virtual status_t setDataSource(const sp<DataSource>& source);
49 sp<DataSource> mSource;
50 sp<MediaExtractor> mExtractor;
H A DThrottledSource.h28 const sp<DataSource> &source,
57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) {
61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
72 sp<DataSource> mSource;
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp71 sp<AMessage> msg = new AMessage(kWhatSeek, this);
76 void TimedTextPlayer::setDataSource(sp<TimedTextSource> source) {
77 sp<AMessage> msg = new AMessage(kWhatSetSource, this);
82 void TimedTextPlayer::onMessageReceived(const sp<AMessage> &msg) {
99 sp<MediaPlayerBase> listener = mListener.promote();
142 sp<MediaPlayerBase> listener = mListener.promote();
175 sp<RefBase> obj;
177 sp<ParcelEvent> parcelEvent;
188 sp<RefBase> obj;
229 sp<ParcelEven
[all...]
H A DTimedTextPlayer.h45 void setDataSource(sp<TimedTextSource> source);
48 virtual void onMessageReceived(const sp<AMessage> &msg);
67 sp<TimedTextSource> mSource;
75 void postTextEvent(const sp<ParcelEvent>& parcel = NULL, int64_t timeUs = -1);
H A DTimedTextSRTSource.h35 TimedTextSRTSource(const sp<DataSource>& dataSource);
43 virtual sp<MetaData> getFormat();
49 sp<DataSource> mSource;
50 sp<MetaData> mMetaData;

Completed in 5389 milliseconds

<<11121314151617181920>>