Searched refs:sp (Results 226 - 250 of 824) sorted by relevance

1234567891011>>

/frameworks/base/services/input/
H A DSpriteController.h143 SpriteController(const sp<Looper>& looper, int32_t overlayLayer);
146 sp<Sprite> createSprite();
194 sp<SurfaceControl> surfaceControl;
217 SpriteImpl(const sp<SpriteController> controller);
234 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl,
244 sp<SpriteController> mController;
256 inline SpriteUpdate(const sp<SpriteImpl> sprite, const SpriteState& state) :
260 sp<SpriteImpl> sprite;
267 sp<Looper> mLooper;
269 sp<WeakMessageHandle
[all...]
/frameworks/native/include/gui/
H A DBitTube.h48 static ssize_t sendObjects(const sp<BitTube>& tube,
54 static ssize_t recvObjects(const sp<BitTube>& tube,
63 static ssize_t sendObjects(const sp<BitTube>& tube,
66 static ssize_t recvObjects(const sp<BitTube>& tube,
H A DDisplayEventReceiver.h105 static ssize_t getEvents(const sp<BitTube>& dataChannel,
112 static ssize_t sendEvents(const sp<BitTube>& dataChannel,
130 sp<IDisplayEventConnection> mEventConnection;
131 sp<BitTube> mDataChannel;
/frameworks/native/include/ui/
H A DFence.h41 static const sp<Fence> NO_FENCE;
80 static sp<Fence> merge(const String8& name, const sp<Fence>& f1,
81 const sp<Fence>& f2);
/frameworks/native/services/surfaceflinger/tests/surface/
H A Dsurface.cpp33 sp<ProcessState> proc(ProcessState::self());
37 sp<SurfaceComposerClient> client = new SurfaceComposerClient();
39 sp<SurfaceControl> surfaceControl = client->createSurface(
49 sp<Surface> surface = Surface::readFromParcel(parcel);
/frameworks/rs/cpp/
H A DScript.cpp35 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
50 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const {
55 void Script::setVar(uint32_t index, sp<const BaseObj> o) const {
/frameworks/wilhelm/src/android/include/
H A DAacBqToPcmCbRenderer.h53 const sp<BufferQueueSource> mBqSource;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp40 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) {
62 sp<ICrypto> JCrypto::MakeCrypto() {
63 sp<IServiceManager> sm = defaultServiceManager();
65 sp<IBinder> binder =
68 sp<IMediaPlayerService> service =
75 sp<ICrypto> crypto = service->makeCrypto();
85 sp<ICrypto> JCrypto::MakeCrypto(
87 sp<ICrypto> crypto = MakeCrypto();
112 sp<ICrypto> crypto = MakeCrypto();
126 sp<ICrypt
[all...]
/frameworks/av/include/media/stagefright/
H A DNuMediaExtractor.h53 status_t setDataSource(const sp<DataSource> &datasource);
56 status_t getTrackFormat(size_t index, sp<AMessage> *format) const;
67 status_t readSampleData(const sp<ABuffer> &buffer);
70 status_t getSampleMeta(sp<MetaData> *sampleMeta);
83 sp<MediaSource> mSource;
94 sp<DataSource> mDataSource;
96 sp<MediaExtractor> mImpl;
H A DSurfaceMediaSource.h81 virtual sp<MetaData> getFormat();
103 void setFrameAvailableListener(const sp<FrameAvailableListener>& listener);
114 sp<BufferQueue> getBufferQueue() const { return mBufferQueue; }
147 sp<BufferQueue> mBufferQueue;
150 sp<GraphicBuffer> mBufferSlot[BufferQueue::NUM_BUFFER_SLOTS];
173 Vector<sp<GraphicBuffer> > mCurrentBuffers;
188 sp<FrameAvailableListener> mFrameAvailableListener;
/frameworks/native/include/utils/
H A DBlobCache.h159 CacheEntry(const sp<Blob>& key, const sp<Blob>& value);
165 sp<Blob> getKey() const;
166 sp<Blob> getValue() const;
168 void setValue(const sp<Blob>& value);
173 sp<Blob> mKey;
176 sp<Blob> mValue;
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h81 void onCheckCache(const sp<AMessage> &msg);
88 virtual void onSeek(const sp<AMessage> &msg);
89 virtual void onLoop(const sp<AMessage> &msg);
92 virtual void onNotify(const sp<AMessage> &msg);
93 virtual void onMessageReceived(const sp<AMessage> &msg);
102 sp<DataSource> mDataSource; // where the raw data comes from
103 sp<MediaSource> mAudioSource;// the decoder reading from the data source
/frameworks/av/include/media/
H A Dmediaplayer.h200 status_t setDataSource(const sp<IStreamSource> &source);
202 const sp<ISurfaceTexture>& surfaceTexture);
203 status_t setListener(const sp<MediaPlayerListener>& listener);
221 static sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat);
222 static sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat);
233 status_t setNextMediaPlayer(const sp<MediaPlayer>& player);
240 status_t attachNewPlayer(const sp<IMediaPlayer>& player);
242 status_t doSetRetransmitEndpoint(const sp<IMediaPlayer>& player);
244 sp<IMediaPlayer> mPlayer;
249 sp<MediaPlayerListene
[all...]
H A DIMediaRecorder.h36 virtual status_t setCamera(const sp<ICamera>& camera,
37 const sp<ICameraRecordingProxy>& proxy) = 0;
38 virtual status_t setPreviewSurface(const sp<Surface>& surface) = 0;
49 virtual status_t setListener(const sp<IMediaRecorderClient>& listener) = 0;
58 virtual sp<ISurfaceTexture> querySurfaceMediaSource() = 0;
H A DMediaRecorderBase.h43 virtual status_t setCamera(const sp<ICamera>& camera,
44 const sp<ICameraRecordingProxy>& proxy) = 0;
45 virtual status_t setPreviewSurface(const sp<Surface>& surface) = 0;
50 virtual status_t setListener(const sp<IMediaRecorderClient>& listener) = 0;
58 virtual sp<ISurfaceTexture> querySurfaceMediaSource() const = 0;
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h35 static sp<AMessage> FromParcel(const Parcel &parcel);
53 void setObject(const char *name, const sp<RefBase> &obj);
54 void setBuffer(const char *name, const sp<ABuffer> &buffer);
55 void setMessage(const char *name, const sp<AMessage> &obj);
68 bool findObject(const char *name, sp<RefBase> *obj) const;
69 bool findBuffer(const char *name, sp<ABuffer> *buffer) const;
70 bool findMessage(const char *name, sp<AMessage> *obj) const;
80 status_t postAndAwaitResponse(sp<AMessage> *response);
92 sp<AMessage> dup() const;
151 const char *name, const sp<RefBas
[all...]
/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp32 sp<IMediaPlayerService> MediaMetadataRetriever::sService;
33 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier;
35 const sp<IMediaPlayerService>& MediaMetadataRetriever::getService()
39 sp<IServiceManager> sm = defaultServiceManager();
40 sp<IBinder> binder;
62 const sp<IMediaPlayerService>& service(getService());
67 sp<IMediaMetadataRetriever> retriever(service->createMetadataRetriever(getpid()));
84 sp<IMediaMetadataRetriever> retriever;
127 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option)
149 sp<IMemor
[all...]
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp54 sp<Surface> mSurface;
55 sp<SurfaceComposerClient> mComposerClient;
56 sp<SurfaceControl> mSurfaceControl;
60 sp<ANativeWindow> anw(mSurface);
71 sp<ANativeWindow> anw(mSurface);
81 sp<ANativeWindow> anw(mSurface);
84 sp<IMemoryHeap> heap;
87 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
88 sp<IBinder> display(sf->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain));
127 sp<ANativeWindo
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.h67 virtual sp<ISensorEventConnection> createSensorEventConnection();
74 virtual sp<BitTube> getSensorChannel() const;
78 sp<SensorService> const mService;
79 sp<BitTube> const mChannel;
87 SensorEventConnection(const sp<SensorService>& service, uid_t uid);
102 SensorRecord(const sp<SensorEventConnection>& connection);
103 bool addConnection(const sp<SensorEventConnection>& connection);
138 status_t enable(const sp<SensorEventConnection>& connection, int handle);
139 status_t disable(const sp<SensorEventConnection>& connection, int handle);
140 status_t setEventRate(const sp<SensorEventConnectio
[all...]
/frameworks/av/camera/
H A DICameraRecordingProxy.cpp38 BpCameraRecordingProxy(const sp<IBinder>& impl)
43 status_t startRecording(const sp<ICameraRecordingProxyListener>& listener)
61 void releaseRecordingFrame(const sp<IMemory>& mem)
82 sp<ICameraRecordingProxyListener> listener =
96 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder());
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h49 size_t trackIndex, const sp<MediaSource>& source);
77 sp<ALooper> mLooper;
78 sp<TimedTextPlayer> mPlayer;
84 KeyedVector<size_t, sp<TimedTextSource> > mTextSourceVector;
93 const sp<DataSource>& dataSource);
/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/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h46 void start(const sp<Source> &source);
47 void start(sp<DataSource> &source);
49 sp<AMessage> getFormat(bool audio, bool synchronous = false);
50 status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit, bool synchronous = false);
54 virtual void onMessageReceived(const sp<AMessage> &msg);
90 sp<AMessage> mFormat;
102 sp<ABuffer> mBuffer;
137 sp<StaticTrackFragment> mStaticFragment;
138 List<sp<TrackFragment> > mFragments;
164 sp<Sourc
[all...]
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp76 /*static*/ sp<ISurfaceComposer> ComposerService::getComposerService() {
129 const sp<SurfaceComposerClient>& client, SurfaceID id);
131 DisplayState& getDisplayStateLocked(const sp<IBinder>& token);
134 sp<IBinder> createDisplay(const String8& displayName, bool secure);
135 sp<IBinder> getBuiltInDisplay(int32_t id);
137 status_t setPosition(const sp<SurfaceComposerClient>& client, SurfaceID id,
139 status_t setSize(const sp<SurfaceComposerClient>& client, SurfaceID id,
141 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
143 status_t setFlags(const sp<SurfaceComposerClient>& client, SurfaceID id,
146 const sp<SurfaceComposerClien
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp32 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc,
35 sp<Surface> s = sc->getSurface();
55 static void captureScreen(sp<ScreenCapture>* sc) {
56 sp<IMemoryHeap> heap;
59 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
60 sp<IBinder> display(sf->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain));
80 ScreenCapture(uint32_t w, uint32_t h, const sp<IMemoryHeap>& heap) :
88 sp<IMemoryHeap> mHeap;
97 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
164 sp<SurfaceComposerClien
[all...]

Completed in 276 milliseconds

1234567891011>>