Searched refs:sp (Results 101 - 125 of 941) sorted by relevance

1234567891011>>

/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h41 const char *host, unsigned port, const sp<AMessage> &notify,
46 const sp<AMessage> &notify, int32_t *sessionID);
49 unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID);
55 const sp<AMessage> &notify,
64 const sp<AMessage> &notify, int32_t *sessionID);
71 const sp<AMessage> &notify,
101 sp<Thread> mThread;
107 KeyedVector<int32_t, sp<Session> > mSessions;
122 const sp<AMessage> &notify,
H A Dbase64.h28 sp<ABuffer> decodeBase64(const AString &s);
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState)
36 sp<AState> AState::parentState() {
54 void AHierarchicalStateMachine::onMessageReceived(const sp<AMessage> &msg) {
55 sp<AState> save = mState;
57 sp<AState> cur = mState;
74 void AHierarchicalStateMachine::changeState(const sp<AState> &state) {
80 Vector<sp<AState> > A;
81 sp<AState> cur = mState;
90 Vector<sp<AState> > B;
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h81 sp<SurfaceFlinger> mFlinger;
82 sp<Looper> mLooper;
83 sp<EventThread> mEventThread;
84 sp<IDisplayEventConnection> mEvents;
85 sp<BitTube> mEventTube;
86 sp<Handler> mHandler;
101 void init(const sp<SurfaceFlinger>& flinger);
102 void setEventThread(const sp<EventThread>& events);
105 status_t postMessage(const sp<MessageBase>& message, nsecs_t reltime=0);
H A DEventThread.h53 virtual void setCallback(const sp<Callback>& callback) = 0;
59 Connection(const sp<EventThread>& eventThread);
70 virtual sp<BitTube> getDataChannel() const;
73 sp<EventThread> const mEventThread;
74 sp<BitTube> const mChannel;
79 EventThread(const sp<VSyncSource>& src);
81 sp<Connection> createEventConnection() const;
82 status_t registerDisplayEventConnection(const sp<Connection>& connection);
84 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
85 void requestNextVsync(const sp<Connectio
[all...]
H A DSurfaceTextureLayer.cpp30 SurfaceTextureLayer::SurfaceTextureLayer(const sp<SurfaceFlinger>& flinger)
40 sp<SurfaceFlinger> flinger;
43 MessageCleanUpList(const sp<SurfaceFlinger>& flinger, const wp<IBinder>& gbp)
H A DLayer.h116 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
138 void computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh) const;
141 sp<IBinder> getHandle();
142 sp<IGraphicBufferProducer> getBufferQueue() const;
181 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip) const;
186 void setGeometry(const sp<const DisplayDevice>& hw,
188 void setPerFrameData(const sp<const DisplayDevice>& hw,
190 void setAcquireFence(const sp<const DisplayDevice>& hw,
196 void onLayerDisplayed(const sp<const DisplayDevice>& hw,
214 void draw(const sp<cons
[all...]
/frameworks/av/include/drm/
H A DDrmManagerClient.h73 sp<DecryptHandle> openDecryptSession(int fd, off64_t offset, off64_t length, const char* mime);
83 sp<DecryptHandle> openDecryptSession(const char* uri, const char* mime);
93 sp<DecryptHandle> openDecryptSession(const DrmBuffer& buf, const String8& mimeType);
102 status_t closeDecryptSession(sp<DecryptHandle> &decryptHandle);
116 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
129 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
141 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo);
160 sp<DecryptHandle> &decryptHandle, int decryptUnitId,
172 sp<DecryptHandle> &decryptHandle, int decryptUnitId);
184 ssize_t pread(sp<DecryptHandl
[all...]
/frameworks/av/include/media/
H A DIMediaPlayerService.h48 virtual sp<IMediaRecorder> createMediaRecorder() = 0;
49 virtual sp<IMediaMetadataRetriever> createMetadataRetriever() = 0;
50 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client, int audioSessionId = 0) = 0;
54 const sp<IMemoryHeap>& heap, size_t *pSize) = 0;
57 const sp<IMemoryHeap>& heap, size_t *pSize) = 0;
58 virtual sp<IOMX> getOMX() = 0;
59 virtual sp<ICrypto> makeCrypto() = 0;
60 virtual sp<IDrm> makeDrm() = 0;
61 virtual sp<IHDC
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.h30 APacketSource(const sp<ASessionDescription> &sessionDesc, size_t index);
34 virtual sp<MetaData> getFormat();
42 sp<MetaData> mFormat;
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.h28 inline sp<Looper> getLooper() const {
62 sp<Looper> mLooper;
66 extern sp<MessageQueue> android_os_MessageQueue_getMessageQueue(
H A Dandroid_view_KeyCharacterMap.h28 const sp<KeyCharacterMap>& map);
/frameworks/native/include/private/gui/
H A DComposerService.h44 sp<ISurfaceComposer> mComposerService;
45 sp<IBinder::DeathRecipient> mDeathObserver;
56 static sp<ISurfaceComposer> getComposerService();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h78 static CameraSource *CreateFromCamera(const sp<ICamera> &camera,
79 const sp<ICameraRecordingProxy> &proxy,
85 const sp<IGraphicBufferProducer>& surface,
110 virtual sp<MetaData> getFormat();
127 ProxyListener(const sp<CameraSource>& source);
129 const sp<IMemory> &data);
132 sp<CameraSource> mSource;
154 sp<Camera> mCamera;
155 sp<ICameraRecordingProxy> mCameraRecordingProxy;
156 sp<DeathNotifie
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h38 void setDataSourceAsync(const sp<IStreamSource> &source);
48 const sp<IGraphicBufferProducer> &bufferProducer);
50 void setAudioSink(const sp<MediaPlayerBase::AudioSink> &sink);
69 virtual void onMessageReceived(const sp<AMessage> &msg);
113 sp<Source> mSource;
115 sp<NativeWindowWrapper> mNativeWindow;
116 sp<MediaPlayerBase::AudioSink> mAudioSink;
117 sp<Decoder> mVideoDecoder;
119 sp<Decoder> mAudioDecoder;
120 sp<Rendere
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp33 const sp<MediaSource> &source, const sp<AMessage> &notify)
39 sp<MetaData> meta = source->getFormat();
50 const sp<AMessage> &msg) {
51 sp<AMessage> response;
69 void MediaPuller::stopAsync(const sp<AMessage> &notify) {
70 sp<AMessage> msg = new AMessage(kWhatStop, id());
83 void MediaPuller::onMessageReceived(const sp<AMessage> &msg) {
91 sp<MetaData> params = new MetaData;
105 sp<AMessag
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.h40 static sp<ICrypto> GetCrypto(JNIEnv *env, jobject obj);
47 sp<ICrypto> mCrypto;
49 static sp<ICrypto> MakeCrypto();
51 static sp<ICrypto> MakeCrypto(
/frameworks/native/include/binder/
H A DMemoryDealer.h39 virtual sp<IMemory> allocate(size_t size);
43 sp<IMemoryHeap> getMemoryHeap() const { return heap(); }
49 const sp<IMemoryHeap>& heap() const;
52 sp<IMemoryHeap> mHeap;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.h40 FramebufferSurface(HWComposer& hwc, int disp, const sp<IGraphicBufferConsumer>& consumer);
63 status_t nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence);
75 sp<GraphicBuffer> mCurrentBuffer;
H A DVirtualDisplaySurface.h75 const sp<IGraphicBufferProducer>& sink,
76 const sp<BufferQueue>& bq,
97 virtual status_t requestBuffer(int pslot, sp<GraphicBuffer>* outBuf);
99 virtual status_t dequeueBuffer(int* pslot, sp<Fence>* fence, bool async,
103 virtual void cancelBuffer(int pslot, const sp<Fence>& fence);
105 virtual status_t connect(const sp<IBinder>& token,
114 int* sslot, sp<Fence>* fence);
134 sp<IGraphicBufferProducer> mSource[2]; // indexed by SOURCE_*
155 sp<GraphicBuffer> mProducerBuffers[BufferQueue::NUM_BUFFER_SLOTS];
176 sp<Fenc
[all...]
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp77 /*static*/ sp<ISurfaceComposer> ComposerService::getComposerService() {
132 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
134 DisplayState& getDisplayStateLocked(const sp<IBinder>& token);
137 sp<IBinder> createDisplay(const String8& displayName, bool secure);
138 void destroyDisplay(const sp<IBinder>& display);
139 sp<IBinder> getBuiltInDisplay(int32_t id);
141 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
143 status_t setSize(const sp<SurfaceComposerClien
[all...]
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp31 sp<ProcessState> proc(ProcessState::self());
32 sp<IServiceManager> sm = defaultServiceManager();
/frameworks/av/include/camera/
H A DICameraService.h68 virtual status_t addListener(const sp<ICameraServiceListener>& listener)
72 virtual status_t removeListener(const sp<ICameraServiceListener>& listener)
79 virtual status_t connect(const sp<ICameraClient>& cameraClient,
84 sp<ICamera>& device) = 0;
86 virtual status_t connectPro(const sp<IProCameraCallbacks>& cameraCb,
91 sp<IProCameraUser>& device) = 0;
94 const sp<ICameraDeviceCallbacks>& cameraCb,
99 sp<ICameraDeviceUser>& device) = 0;
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h71 status_t setDataSource(const sp<IStreamSource> &source);
85 status_t setSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
86 void setAudioSink(const sp<MediaPlayerBase::AudioSink> &audioSink);
156 sp<ANativeWindow> mNativeWindow;
157 sp<MediaPlayerBase::AudioSink> mAudioSink;
165 sp<DataSource> mFileSource;
167 sp<MediaSource> mVideoTrack;
168 sp<MediaSource> mVideoSource;
169 sp<AwesomeRenderer> mVideoRenderer;
176 sp<MediaSourc
[all...]
H A DVBRISeeker.h30 static sp<VBRISeeker> CreateFromSource(
31 const sp<DataSource> &source, off64_t post_id3_pos);

Completed in 565 milliseconds

1234567891011>>