Searched refs:sp (Results 426 - 450 of 1269) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp88 ALooper::handler_id ALooper::registerHandler(const sp<AHandler> &handler) {
133 sp<LooperThread> thread;
168 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) {
231 sp<AReplyToken> ALooper::createReplyToken() {
236 status_t ALooper::awaitResponse(const sp<AReplyToken> &replyToken, sp<AMessage> *response) {
252 status_t ALooper::postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &reply) {
H A DAHandler.cpp26 void AHandler::deliverMessage(const sp<AMessage> &msg) {
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.h38 void queueBuffer(const sp<ABuffer> &buffer);
52 List<sp<ABuffer> > mBufferQueue;
H A DPlaylistFetcher.cpp59 sp<AMessage> &itemMeta,
60 sp<ABuffer> &buffer,
61 sp<ABuffer> &tsBuffer,
66 sp<AMessage> &itemMeta,
67 sp<ABuffer> &buffer,
68 sp<ABuffer> &tsBuffer,
75 sp<AMessage> mItemMeta;
76 sp<ABuffer> mBuffer;
77 sp<ABuffer> mTsBuffer;
103 sp<AMessag
[all...]
/frameworks/av/services/audioflinger/
H A DAutoPark.h24 AutoPark(const sp<T>& fastThread) : mFastThread(fastThread)
56 const sp<T> mFastThread;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h43 class AudioPatchCollection : public DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> >
46 status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioCollections.cpp28 sp<AudioPort> AudioPortVector::findByTagName(const String8 &tagName) const
30 sp<AudioPort> port = 0;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h81 Camera3OutputStream(int id, sp<Surface> consumer,
92 Camera3OutputStream(int id, sp<Surface> consumer,
134 virtual status_t detachBuffer(sp<GraphicBuffer>* buffer, int* fenceFd);
141 status_t setBufferManager(sp<Camera3BufferManager> bufferManager);
157 sp<Fence> *releaseFenceOut);
161 sp<Surface> mConsumer;
179 sp<Camera3BufferManager> mBufferManager;
185 sp<BufferReleasedListener> mBufferReleasedListener;
/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.h36 virtual sp<IMediaExtractor> makeExtractor(const sp<IDataSource> &source, const char *mime);
/frameworks/base/include/androidfw/
H A DDisplayEventDispatcher.h25 DisplayEventDispatcher(const sp<Looper>& looper);
35 sp<Looper> mLooper;
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.cpp64 sp<IMemory> JMediaHTTPConnection::getIMemory() {
84 static sp<JMediaHTTPConnection> setObject(
85 JNIEnv *env, jobject thiz, const sp<JMediaHTTPConnection> &conn) {
86 sp<JMediaHTTPConnection> old =
100 static sp<JMediaHTTPConnection> getObject(JNIEnv *env, jobject thiz) {
117 sp<JMediaHTTPConnection> conn = new JMediaHTTPConnection(env, thiz);
129 sp<JMediaHTTPConnection> conn = getObject(env, thiz);
136 sp<JMediaHTTPConnection> conn = getObject(env, thiz);
/frameworks/native/include/binder/
H A DBinderService.h38 sp<IServiceManager> sm(defaultServiceManager());
55 sp<ProcessState> ps(ProcessState::self());
/frameworks/native/include/gui/
H A DBufferItemConsumer.h55 BufferItemConsumer(const sp<IGraphicBufferConsumer>& consumer,
87 const sp<Fence>& releaseFence = Fence::NO_FENCE);
/frameworks/native/libs/binder/
H A DIServiceManager.cpp33 sp<IServiceManager> defaultServiceManager()
75 sp<IPermissionController> pc;
110 sp<IBinder> binder = defaultServiceManager()->checkService(_permission);
134 BpServiceManager(const sp<IBinder>& impl)
139 virtual sp<IBinder> getService(const String16& name) const
143 sp<IBinder> svc = checkService(name);
151 virtual sp<IBinder> checkService( const String16& name) const
160 virtual status_t addService(const String16& name, const sp<IBinder>& service,
/frameworks/native/libs/gui/
H A DGraphicBufferAlloc.cpp34 sp<GraphicBuffer> GraphicBufferAlloc::createGraphicBuffer(uint32_t width,
36 sp<GraphicBuffer> graphicBuffer(
H A DISurfaceComposer.cpp50 BpSurfaceComposer(const sp<IBinder>& impl)
57 virtual sp<ISurfaceComposerClient> createConnection()
65 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc()
102 virtual status_t captureScreen(const sp<IBinder>& display,
103 const sp<IGraphicBufferProducer>& producer,
125 const sp<IGraphicBufferProducer>& bufferProducer) const
159 virtual sp<IDisplayEventConnection> createDisplayEventConnection()
162 sp<IDisplayEventConnection> result;
180 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure)
190 virtual void destroyDisplay(const sp<IBinde
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h81 sp<BlobCache> getBlobCacheLocked();
102 sp<BlobCache> mBlobCache;
/frameworks/native/services/inputflinger/
H A DInputListener.h33 virtual void notify(const sp<InputListenerInterface>& listener) const = 0;
49 virtual void notify(const sp<InputListenerInterface>& listener) const;
76 virtual void notify(const sp<InputListenerInterface>& listener) const;
113 virtual void notify(const sp<InputListenerInterface>& listener) const;
133 virtual void notify(const sp<InputListenerInterface>& listener) const;
151 virtual void notify(const sp<InputListenerInterface>& listener) const;
181 QueuedInputListener(const sp<InputListenerInterface>& innerListener);
192 sp<InputListenerInterface> mInnerListener;
/frameworks/rs/
H A DrsGrallocConsumer.h47 GrallocConsumer(Allocation *, const sp<IGraphicBufferConsumer>& bq, int flags, uint32_t numAlloc);
69 sp<GraphicBuffer> mGraphicBuffer;
/frameworks/av/include/media/
H A DAudioSystem.h103 static const sp<IAudioFlinger> get_audio_flinger();
281 static const sp<IAudioPolicyService> get_audio_policy_service();
354 static status_t addAudioPortCallback(const sp<AudioPortCallback>& callback);
355 static status_t removeAudioPortCallback(const sp<AudioPortCallback>& callback);
368 static status_t addAudioDeviceCallback(const sp<AudioDeviceCallback>& callback,
370 static status_t removeAudioDeviceCallback(const sp<AudioDeviceCallback>& callback,
388 sp<AudioIoDescriptor> getIoDescriptor(audio_io_handle_t ioHandle);
398 const sp<AudioIoDescriptor>& ioDesc);
401 status_t addAudioDeviceCallback(const sp<AudioDeviceCallback>& callback,
403 status_t removeAudioDeviceCallback(const sp<AudioDeviceCallbac
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecListOverrides.cpp52 static bool getMeasureSize(sp<MediaCodecInfo::Capabilities> caps, int32_t *width, int32_t *height) {
75 static void getMeasureBitrate(sp<MediaCodecInfo::Capabilities> caps, int32_t *bitrate) {
92 static sp<AMessage> getMeasureFormat(
93 bool isEncoder, AString mime, sp<MediaCodecInfo::Capabilities> caps) {
94 sp<AMessage> format = new AMessage();
131 AString name, AString mime, sp<MediaCodecInfo::Capabilities> caps) {
134 sp<AMessage> format = getMeasureFormat(true /* isEncoder */, mime, caps);
143 sp<ALooper> looper = new ALooper;
148 sp<MediaCodec> codec = MediaCodec::CreateByComponentName(looper, name.c_str(), &err);
161 sp<IGraphicBufferProduce
[all...]
H A DDRMExtractor.cpp38 DRMSource(const sp<IMediaSource> &mediaSource,
39 const sp<DecryptHandle> &decryptHandle,
45 virtual sp<MetaData> getFormat();
53 sp<IMediaSource> mOriginalMediaSource;
54 sp<DecryptHandle> mDecryptHandle;
67 DRMSource::DRMSource(const sp<IMediaSource> &mediaSource,
68 const sp<DecryptHandle> &decryptHandle,
122 sp<MetaData> DRMSource::getFormat() {
242 DRMExtractor::DRMExtractor(const sp<DataSource> &source, const char* mime)
260 sp<IMediaSourc
[all...]
/frameworks/av/include/camera/
H A DCameraUtils.h48 static bool isNativeHandleMetadata(const sp<IMemory>& imageData);
/frameworks/av/media/img_utils/include/img_utils/
H A DSortedEntryVector.h32 class SortedEntryVector : public SortedVector<sp<TiffEntry> > {
/frameworks/av/services/mediacodec/
H A DMediaCodecService.cpp25 sp<IOMX> MediaCodecService::getOMX() {

Completed in 617 milliseconds

<<11121314151617181920>>