Searched refs:sp (Results 126 - 150 of 1190) sorted by relevance

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h36 const sp<ICamera> &camera,
37 const sp<ICameraRecordingProxy> &proxy,
43 const sp<IGraphicBufferProducer>& surface,
112 const sp<ICamera> &camera,
113 const sp<ICameraRecordingProxy> &proxy,
119 const sp<IGraphicBufferProducer>& surface,
139 const sp<IMemory> &data);
161 sp<IMemory> createIMemoryCopy(const sp<IMemory> &source_data);
H A DACodec.h42 virtual void setNotificationMessage(const sp<AMessage> &msg);
44 void initiateSetup(const sp<AMessage> &msg);
46 virtual void initiateAllocateComponent(const sp<AMessage> &msg);
47 virtual void initiateConfigureComponent(const sp<AMessage> &msg);
49 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
53 virtual status_t setSurface(const sp<Surface> &surface);
58 virtual void signalSetParameters(const sp<AMessage> &msg);
63 virtual void onMessageReceived(const sp<AMessage> &msg) {
70 sp<ABuffer> bufferAt(size_t index) const;
76 Vector<sp<ABuffe
[all...]
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;
156 sp<Camera> mCamera;
157 sp<ICameraRecordingProxy> mCameraRecordingProxy;
158 sp<DeathNotifie
[all...]
H A DDataURISource.h29 static sp<DataURISource> Create(const char *uri);
39 sp<ABuffer> mBuffer;
41 DataURISource(const sp<ABuffer> &buffer);
/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,
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState)
36 sp<AState> AState::parentState() {
54 void AHierarchicalStateMachine::handleMessage(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/av/media/libstagefright/include/
H A DAwesomePlayer.h68 const sp<IMediaHTTPService> &httpService,
74 status_t setDataSource(const sp<IStreamSource> &source);
88 status_t setSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
89 void setAudioSink(const sp<MediaPlayerBase::AudioSink> &audioSink);
161 sp<ANativeWindow> mNativeWindow;
162 sp<MediaPlayerBase::AudioSink> mAudioSink;
167 sp<IMediaHTTPService> mHTTPService;
171 sp<DataSource> mFileSource;
173 sp<MediaSource> mVideoTrack;
174 sp<MediaSourc
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp47 static sp<ICrypto> makeCrypto() {
48 sp<IServiceManager> sm = defaultServiceManager();
50 sp<IBinder> binder =
53 sp<IMediaPlayerService> service =
60 sp<ICrypto> crypto = service->makeCrypto();
70 sp<ICrypto> mCrypto;
79 sp<ICrypto> crypto = makeCrypto();
88 sp<ICrypto> crypto = makeCrypto();
98 sp<ICrypto> tmp = makeCrypto();
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.h38 sp<IResourceManagerClient> client;
55 ResourceManagerService(sp<ProcessInfoInterface> processInfo);
63 const sp<IResourceManagerClient> client,
83 Vector<sp<IResourceManagerClient>> *clients);
89 sp<IResourceManagerClient> *client);
97 bool getBiggestClient_l(int pid, const String8 &type, sp<IResourceManagerClient> *client);
104 int callingPid, const MediaResource *res, Vector<sp<IResourceManagerClient>> *clients);
107 sp<ProcessInfoInterface> mProcessInfo;
108 sp<ServiceLog> mServiceLog;
/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;
60 Connection(const sp<EventThread>& eventThread);
71 virtual sp<BitTube> getDataChannel() const;
74 sp<EventThread> const mEventThread;
75 sp<BitTube> const mChannel;
80 EventThread(const sp<VSyncSource>& src);
82 sp<Connection> createEventConnection() const;
83 status_t registerDisplayEventConnection(const sp<Connection>& connection);
85 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
86 void requestNextVsync(const sp<Connectio
[all...]
H A Dmain_surfaceflinger.cpp34 sp<ProcessState> ps(ProcessState::self());
38 sp<SurfaceFlinger> flinger = new SurfaceFlinger();
48 sp<IServiceManager> sm(defaultServiceManager());
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h31 sp<IGraphicBufferProducer> getGraphicBufferProducer() const;
42 OutputConfiguration(sp<IGraphicBufferProducer>& gbp, int rotation);
45 sp<IGraphicBufferProducer> mGbp;
/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/soundtrigger/
H A DISoundTriggerClient.h32 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory) = 0;
34 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory) = 0;
36 virtual void onServiceStateChange(const sp<IMemory>& eventMemory) = 0;
/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/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h36 bool equals(const sp<DeviceDescriptor>& other) const;
39 virtual sp<AudioPort> getAudioPort() const { return (AudioPort*) this; }
44 virtual void attach(const sp<HwModule>& module);
47 virtual void importAudioPort(const sp<AudioPort> port);
64 class DeviceVector : public SortedVector< sp<DeviceDescriptor> >
69 ssize_t add(const sp<DeviceDescriptor>& item);
70 ssize_t remove(const sp<DeviceDescriptor>& item);
71 ssize_t indexOf(const sp<DeviceDescriptor>& item) const;
78 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
80 sp<DeviceDescripto
[all...]
/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(
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.h37 sp<IMemory> getIMemory();
49 sp<MemoryDealer> mDealer;
50 sp<IMemory> mMemory;
/frameworks/native/include/private/gui/
H A DComposerService.h44 sp<ISurfaceComposer> mComposerService;
45 sp<IBinder::DeathRecipient> mDeathObserver;
56 static sp<ISurfaceComposer> getComposerService();
/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/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, this);
83 void MediaPuller::onMessageReceived(const sp<AMessage> &msg) {
91 sp<MetaData> params = new MetaData;
105 sp<AMessag
[all...]
H A DWifiDisplaySource.h44 const sp<ANetworkSession> &netSession,
45 const sp<IRemoteDisplayClient> &client,
56 virtual void onMessageReceived(const sp<AMessage> &msg);
103 int32_t sessionID, const sp<ParsedMessage> &msg);
124 sp<ANetworkSession> mNetSession;
125 sp<IRemoteDisplayClient> mClient;
130 sp<AReplyToken> mStopReplyID;
153 sp<PlaybackSession> mPlaybackSession;
167 sp<IHDCP> mHDCP;
168 sp<HDCPObserve
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h85 GLConsumer(const sp<IGraphicBufferConsumer>& bq,
89 GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texureTarget,
113 void setReleaseFence(const sp<Fence>& fence);
170 sp<GraphicBuffer> getCurrentBuffer() const;
187 sp<Fence> getCurrentFence() const;
250 const sp<GraphicBuffer> graphicBuffer,
254 const sp<GraphicBuffer> graphicBuffer, EGLSyncKHR eglFence) {
287 EglImage(sp<GraphicBuffer> graphicBuffer);
299 const sp<GraphicBuffer>& graphicBuffer() { return mGraphicBuffer; }
311 const sp<GraphicBuffe
[all...]
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp25 ScriptIntrinsic::ScriptIntrinsic(sp<RS> rs, int id, sp<const Element> e)
36 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(sp<RS> rs, sp<const Element> e) {
44 ScriptIntrinsic3DLUT::ScriptIntrinsic3DLUT(sp<RS> rs, sp<const Element> e)
48 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) {
56 void ScriptIntrinsic3DLUT::setLUT(sp<Allocatio
[all...]

Completed in 519 milliseconds

1234567891011>>