Searched refs:sp (Results 351 - 375 of 1269) sorted by relevance

<<11121314151617181920>>

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.h36 sp<IPowerManager> mPowerManager;
/frameworks/native/services/surfaceflinger/
H A DFrameTracker.h63 void setFrameReadyFence(const sp<Fence>& readyFence);
71 void setActualPresentFence(const sp<Fence>& fence);
103 sp<Fence> frameReadyFence;
104 sp<Fence> actualPresentFence;
H A DDisplayDevice.h87 const sp<SurfaceFlinger>& flinger,
95 const sp<DisplaySurface>& displaySurface,
96 const sp<IGraphicBufferProducer>& producer,
122 void setVisibleLayersSortedByZ(const Vector< sp<Layer> >& layers);
123 const Vector< sp<Layer> >& getVisibleLayersSortedByZ() const;
176 const sp<Fence>& getClientTargetAcquireFence() const;
204 sp<SurfaceFlinger> mFlinger;
210 sp<ANativeWindow> mNativeWindow;
211 sp<DisplaySurface> mDisplaySurface;
232 Vector< sp<Laye
[all...]
/frameworks/wilhelm/src/android/include/
H A DAacBqToPcmCbRenderer.h53 const sp<BufferQueueSource> mBqSource;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h69 void init(off64_t offset, const sp<MediaSource> &source,
75 const sp<MediaSource> &getMediaSource() const { return mMediaSource; }
87 sp<MediaSource> mMediaSource;
106 DiscontinuityType type, const sp<AMessage> &extra);
116 sp<MediaSource> getSource(SourceType type);
150 Vector<sp<Program> > mPrograms;
153 KeyedVector<unsigned, sp<PSISection> > mPSISections;
/frameworks/base/libs/hwui/tests/unit/
H A DLayerUpdateQueueTests.cpp33 static sp<RenderNode> createSyncedNode(uint32_t width, uint32_t height) {
34 sp<RenderNode> node = TestUtils::createNode(0, 0, width, height, nullptr);
40 sp<RenderNode> a = createSyncedNode(100, 100);
41 sp<RenderNode> b = createSyncedNode(200, 200);
42 sp<RenderNode> c = createSyncedNode(200, 200);
60 sp<RenderNode> a = createSyncedNode(100, 100);
73 sp<RenderNode> a = createSyncedNode(100, 100);
/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp18 sp<RS> rs = new RS();
25 sp<const Element> e = Element::U32(rs);
31 sp<const Type> t = tb.create();
35 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
38 sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
39 sp<Allocation> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
67 sp<ScriptC_mono> sc = new ScriptC_mono(rs);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h79 void onCheckCache(const sp<AMessage> &msg);
86 virtual void onSeek(const sp<AMessage> &msg);
87 virtual void onLoop(const sp<AMessage> &msg);
90 virtual void onNotify(const sp<AMessage> &msg);
91 virtual void onMessageReceived(const sp<AMessage> &msg);
100 sp<DataSource> mDataSource; // where the raw data comes from
101 sp<IMediaSource> mAudioSource;// the decoder reading from the data source
/frameworks/av/media/libstagefright/include/
H A DMPEG4Extractor.h53 MPEG4Extractor(const sp<DataSource> &source);
56 virtual sp<IMediaSource> getTrack(size_t index);
57 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
59 virtual sp<MetaData> getMetaData();
78 sp<MetaData> meta;
80 sp<SampleTable> sampleTable;
94 sp<DataSource> mDataSource;
101 sp<MetaData> mFileMetaData;
148 const sp<DataSource> &source, String8 *mimeType, float *confidence,
149 sp<AMessag
[all...]
H A DOMXNodeInstance.h34 OMX *owner, const sp<IOMXObserver> &observer, const char *name);
39 sp<IOMXObserver> observer();
71 OMX_U32 portIndex, const sp<IMemory> &params,
75 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer,
79 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer,
83 OMX_U32 portIndex, const sp<NativeHandle> &nativeHandle,
88 sp<IGraphicBufferProducer> *bufferProducer,
92 sp<IGraphicBufferProducer> *bufferProducer,
93 sp<IGraphicBufferConsumer> *bufferConsumer);
96 OMX_U32 portIndex, const sp<IGraphicBufferConsume
[all...]
/frameworks/av/services/audioflinger/
H A DTrackBase.h58 const sp<Client>& client,
76 sp<IMemory> getCblk() const { return mCblkMemory; }
80 virtual status_t setSyncEvent(const sp<SyncEvent>& event);
82 sp<IMemory> getBuffers() const { return mBufferMemory; }
137 /*const*/ sp<Client> mClient; // see explanation at ~TrackBase() why not const
138 sp<IMemory> mCblkMemory;
140 sp<IMemory> mBufferMemory; // currently non-0 for fast RecordTrack only
158 Vector < sp<SyncEvent> >mSyncEvents;
163 sp<NBAIO_Sink> mTeeSink;
164 sp<NBAIO_Sourc
[all...]
/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp50 BpSurfaceComposerClient(const sp<IBinder>& impl)
58 sp<IBinder>* handle,
59 sp<IGraphicBufferProducer>* gbp) {
73 virtual status_t destroySurface(const sp<IBinder>& handle) {
81 virtual status_t clearLayerFrameStats(const sp<IBinder>& handle) const {
89 virtual status_t getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const {
118 sp<IBinder> handle;
119 sp<IGraphicBufferProducer> gbp;
134 sp<IBinder> handle = data.readStrongBinder();
141 sp<IBinde
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp30 using android::sp;
33 sp<Session> session = mSessionLibrary->createSession();
39 sp<Session> session = mSessionLibrary->findSession(sessionId);
61 sp<Session> session = mSessionLibrary->findSession(scope);
72 sp<Session> session = mSessionLibrary->findSession(scope);
/frameworks/av/include/camera/android/hardware/
H A DICamera.h56 virtual status_t connect(const sp<ICameraClient>& client) = 0;
66 const sp<IGraphicBufferProducer>& bufferProducer) = 0;
77 const sp<IGraphicBufferProducer>& callbackProducer) = 0;
98 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;
137 const sp<IGraphicBufferProducer>& bufferProducer) = 0;
/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h47 AudioPlayer(const sp<MediaPlayerBase::AudioSink> &audioSink,
53 void setSource(const sp<IMediaSource> &source);
69 sp<IMediaSource> mSource;
70 sp<AudioTrack> mAudioTrack;
96 sp<MediaPlayerBase::AudioSink> mAudioSink;
/frameworks/av/media/libmedia/
H A DIMediaDrmService.cpp40 BpMediaDrmService(const sp<IBinder>& impl)
45 virtual sp<ICrypto> makeCrypto() {
52 virtual sp<IDrm> makeDrm() {
71 sp<ICrypto> crypto = makeCrypto();
77 sp<IDrm> drm = makeDrm();
H A DIMediaLogService.cpp37 BpMediaLogService(const sp<IBinder>& impl)
42 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) {
52 virtual void unregisterWriter(const sp<IMemory>& shared) {
73 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
82 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp37 const sp<AMessage> &notify,
38 const sp<IMediaHTTPService> &httpService,
87 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
103 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) {
104 sp<AMessage> format;
131 bool audio, sp<ABuffer> *accessUnit) {
146 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const {
192 sp<AMessage> msg = new AMessage(what, this);
209 const sp<AMessage> &msg, int32_t currentGeneration,
219 sp<ABuffe
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h42 StreamingProcessor(sp<Camera2Client> client);
45 status_t setPreviewWindow(sp<Surface> window);
46 status_t setRecordingWindow(sp<Surface> window);
104 sp<Surface> mPreviewWindow;
108 sp<Surface> mRecordingWindow;
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp37 sp<RS> rs = new RS();
41 sp<const Element> e = Element::RGBA_8888(rs);
43 sp<const Type> t = Type::create(rs, e, X, Y, 0);
45 sp<Allocation> inputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
48 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp48 const sp<AMessage> &msg, sp<AMessage> *response) {
62 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this);
64 sp<AMessage> response;
68 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) {
69 sp<AMessage> msg = new AMessage(kWhatSetSurface, this);
71 sp<Surface> surface;
78 sp<AMessage> response;
83 sp<AMessage> msg = new AMessage(kWhatPrepare, this);
84 sp<AMessag
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_ver_half.s89 STMFD sp!, {r0-r11, lr}
90 SUB sp, sp, #0x1e4
94 LDR partW, [sp,#0x220] ;// partWidth
96 LDR width, [sp,#0x218] ;// width
102 LDR partH, [sp,#0x224] ;// partHeight
105 LDR height, [sp,#0x21c] ;// height
111 LDR partH, [sp,#0x224] ;// partHeight
113 LDR height, [sp,#0x21c] ;// height
114 LDR partW, [sp,#
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h38 const sp<AaptAssets>& assets,
40 const sp<AaptFile>& target,
45 const sp<AaptAssets>& assets,
47 const sp<AaptFile>& target,
48 const sp<AaptFile>& outTarget,
53 const sp<AaptAssets>& assets,
55 const sp<XMLNode>& xmlTree,
56 const sp<AaptFile>& target,
61 const sp<AaptAssets>& assets,
62 const sp<AaptFil
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp50 Puller(const sp<MediaSource> &source);
53 status_t start(const sp<MetaData> &meta, const sp<AMessage> &notify);
62 virtual void onMessageReceived(const sp<AMessage> &msg);
72 sp<MediaSource> mSource;
73 sp<AMessage> mNotify;
74 sp<ALooper> mLooper;
96 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
103 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source)
108 sp<MetaDat
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp37 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc,
40 sp<Surface> s = sc->getSurface();
60 static void captureScreen(sp<ScreenCapture>* sc) {
61 sp<IGraphicBufferProducer> producer;
62 sp<IGraphicBufferConsumer> consumer;
65 sp<CpuConsumer> cpuConsumer = new CpuConsumer(consumer, 1);
66 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
67 sp<IBinder> display(sf->getBuiltInDisplay(
89 ScreenCapture(const sp<CpuConsumer>& cc) :
98 sp<CpuConsume
[all...]

Completed in 624 milliseconds

<<11121314151617181920>>