HomeSort by relevance Sort by last modified time
    Searched refs:sp (Results 501 - 525 of 2963) sorted by null

<<21222324252627282930>>

  /hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp 37 static sp<SurfaceComposerClient> client0 = NULL;
38 static sp<SurfaceControl> surface_ctrl0 = NULL;
39 static sp<ANativeWindow> anw0 = NULL;
41 static sp<SurfaceComposerClient> client1 = NULL;
42 static sp<SurfaceControl> surface_ctrl1 = NULL;
43 static sp<ANativeWindow> anw1 = NULL;
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 49 ISVProcessor(bool canCallJava, sp<ISVBufferManager> bufferManager, sp<ISVProcessorObserver> observer, uint32_t width, uint32_t height);
94 sp<ISVProcessorObserver> mpOwner;
98 sp<ISVWorker> mISVWorker;
99 sp<ISVProfile> mISVProfile;
101 sp<ISVBufferManager> mBufferManager;
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 55 * can return NULL(sp.get() == NULL) if H/W not found
57 static android::sp<AudioHardware> createAudioHw(bool local, bool playback,
79 virtual bool startPlaybackOrRecord(android::sp<Buffer>& buffer,
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/UCL/
UCL.jar 
  /external/drm_hwcomposer/
compositor.h 31 class sp;
39 virtual int CreateTarget(sp<android::GraphicBuffer> &buffer) = 0;
  /frameworks/av/camera/
CameraBase.cpp 39 sp<ICameraService> gCameraService;
59 sp<DeathNotifier> gDeathNotifier;
68 const sp<ICameraService>& CameraBase<TCam, TCamTraits>::getCameraService()
72 sp<IServiceManager> sm = defaultServiceManager();
73 sp<IBinder> binder;
93 sp<TCam> CameraBase<TCam, TCamTraits>::connect(int cameraId,
98 sp<TCam> c = new TCam(cameraId);
99 sp<TCamCallbacks> cl = c;
101 const sp<ICameraService>& cs = getCameraService();
143 sp<typename TCamTraits::TCamUser> CameraBase<TCam, TCamTraits>::remote(
    [all...]
  /frameworks/av/include/media/
IMediaCodecList.h 36 virtual sp<MediaCodecInfo> getCodecInfo(size_t index) const = 0;
38 virtual const sp<AMessage> getGlobalSettings() const = 0;
  /frameworks/av/include/media/nbaio/
SourceAudioBufferProvider.h 30 SourceAudioBufferProvider(const sp<NBAIO_Source>& source);
43 const sp<NBAIO_Source> mSource; // the wrapped source
  /frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h 31 const sp<ALooper> looper, const sp<AHandler> &handler);
  /frameworks/av/include/radio/
IRadioService.h 40 const sp<IRadioClient>& client,
43 sp<IRadio>& radio) = 0;
  /frameworks/av/include/soundtrigger/
ISoundTriggerHwService.h 40 const sp<ISoundTriggerClient>& client,
41 sp<ISoundTrigger>& module) = 0;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 34 const sp<IMediaHTTPService> &httpService,
40 virtual status_t setDataSource(const sp<IStreamSource> &source);
42 virtual status_t setDataSource(const sp<DataSource>& dataSource);
45 const sp<IGraphicBufferProducer> &bufferProducer);
63 virtual void setAudioSink(const sp<AudioSink> &audioSink);
116 sp<ALooper> mLooper;
117 sp<NuPlayer> mPlayer;
118 sp<AudioSink> mAudioSink;
NuPlayerRenderer.h 38 Renderer(const sp<MediaPlayerBase::AudioSink> &sink,
39 const sp<AMessage> &notify,
49 const sp<ABuffer> &buffer,
50 const sp<AMessage> &notifyConsumed);
77 const sp<AMessage> &format,
102 virtual void onMessageReceived(const sp<AMessage> &msg);
127 sp<ABuffer> mBuffer;
128 sp<AMessage> mNotifyConsumed;
136 sp<MediaPlayerBase::AudioSink> mAudioSink;
137 sp<AMessage> mNotify
    [all...]
  /frameworks/av/media/libstagefright/
MidiExtractor.cpp 40 const sp<MidiEngine> &engine,
41 const sp<MetaData> &trackMetadata);
45 virtual sp<MetaData> getFormat();
54 sp<MidiEngine> mEngine;
55 sp<MetaData> mTrackMetadata;
71 const sp<MidiEngine> &engine,
72 const sp<MetaData> &trackMetadata)
111 sp<MetaData> MidiSource::getFormat()
144 MidiEngine::MidiEngine(const sp<DataSource> &dataSource,
145 const sp<MetaData> &fileMetadata
    [all...]
ProcessInfo.cpp 31 sp<IBinder> binder = defaultServiceManager()->getService(String16("processinfo"));
32 sp<IProcessInfoService> service = interface_cast<IProcessInfoService>(binder);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 89 STMFD sp!, {r0-r11,lr}
90 SUB sp, sp, #0xc4
92 LDR chrPW, [sp, #0x104] ;// chromaPartWidth
93 LDR width, [sp, #0xf8] ;// width
104 LDR chrPH, [sp, #0x108] ;// chromaPartHeight
105 LDR height, [sp, #0xfc] ;// height
111 LDR chrPH, [sp, #0x108] ;// chromaPartHeight
112 LDR height, [sp, #0xfc] ;// height
115 STMIA sp,{width,height,tmp8,chrPH,tmp2
    [all...]
h264bsd_interpolate_chroma_ver.s 88 STMFD sp!, {r0-r11,lr}
89 SUB sp, sp, #0xc4
91 LDR chrPW, [sp, #0x104] ;// chromaPartWidth
92 LDR width, [sp, #0xf8] ;// width
102 LDR chrPH, [sp, #0x108] ;// chromaPartHeight
103 LDR height, [sp, #0xfc] ;// height
110 LDR chrPH, [sp, #0x108] ;// chromaPartHeight
111 LDR height, [sp, #0xfc] ;// height
114 STMIA sp,{width,height,chrPW,tmp1,tmp2
    [all...]
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 29 AVIExtractor(const sp<DataSource> &dataSource);
33 virtual sp<MediaSource> getTrack(size_t index);
35 virtual sp<MetaData> getTrackMetaData(
38 virtual sp<MetaData> getMetaData();
53 sp<MetaData> mMeta;
80 sp<DataSource> mDataSource;
121 const sp<DataSource> &source, String8 *mimeType, float *confidence,
122 sp<AMessage> *);
OMXNodeInstance.h 36 OMX *owner, const sp<IOMXObserver> &observer, const char *name);
41 sp<IOMXObserver> observer();
73 OMX_U32 portIndex, const sp<IMemory> &params,
77 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer,
81 OMX_U32 portIndex, const sp<GraphicBuffer> &graphicBuffer,
85 OMX_U32 portIndex, sp<IGraphicBufferProducer> *bufferProducer,
89 sp<IGraphicBufferProducer> *bufferProducer,
90 sp<IGraphicBufferConsumer> *bufferConsumer);
93 OMX_U32 portIndex, const sp<IGraphicBufferConsumer> &bufferConsumer,
103 OMX_U32 portIndex, const sp<IMemory> &params
    [all...]
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 43 sp<ProcessState> proc(ProcessState::self());
47 sp<BootAnimation> boot = new BootAnimation();
  /frameworks/base/libs/hwui/thread/
Task.h 50 const sp<Future<T> >& future() const {
55 sp<Future<T> > mFuture;
  /frameworks/native/include/batteryservice/
IBatteryPropertiesRegistrar.h 36 virtual void registerListener(const sp<IBatteryPropertiesListener>& listener) = 0;
37 virtual void unregisterListener(const sp<IBatteryPropertiesListener>& listener) = 0;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 74 const sp<SurfaceFlinger>& flinger,
122 sp<Fence> getAndResetReleaseFence(int32_t id);
132 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
138 status_t setOutputBuffer(int32_t id, const sp<Fence>& acquireFence,
139 const sp<GraphicBuffer>& buf);
145 sp<Fence> getLastRetireFence(int32_t id) const;
162 virtual sp<Fence> getAndResetReleaseFence() = 0;
172 virtual void setSidebandStream(const sp<NativeHandle>& stream) = 0;
173 virtual void setBuffer(const sp<GraphicBuffer>& buffer) = 0
    [all...]
  /frameworks/rs/
rsGrallocConsumer.h 47 GrallocConsumer(Allocation *, const sp<IGraphicBufferConsumer>& bq, int flags);
63 sp<GraphicBuffer> mGraphicBuffer;
  /hardware/intel/img/psb_video/src/android/
psb_mds.h 51 sp<IMDService> mMds;
52 sp<IMultiDisplayInfoProvider> mListener;

Completed in 2528 milliseconds

<<21222324252627282930>>