Searched refs:sp (Results 251 - 275 of 1190) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp32 AH263Assembler::AH263Assembler(const sp<AMessage> &notify)
44 const sp<ARTPSource> &source) {
53 const sp<ARTPSource> &source) {
54 List<sp<ABuffer> > *queue = source->queue();
61 List<sp<ABuffer> >::iterator it = queue->begin();
75 sp<ABuffer> buffer = *queue->begin();
160 List<sp<ABuffer> >::iterator it = mPackets.begin();
162 const sp<ABuffer> &unit = *it;
168 sp<ABuffer> accessUnit = new ABuffer(totalSize);
172 const sp<ABuffe
[all...]
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h32 TimedText3GPPSource(const sp<MediaSource>& mediaSource);
41 virtual sp<MetaData> getFormat();
47 sp<MediaSource> mSource;
/frameworks/av/services/audioflinger/
H A DSchedulingPolicyService.cpp27 static sp<ISchedulingPolicyService> sSchedulingPolicyService;
37 sp<ISchedulingPolicyService> sps = sSchedulingPolicyService;
40 sp<IBinder> binder = defaultServiceManager()->checkService(_scheduling_policy);
/frameworks/av/services/camera/libcameraservice/
H A DCameraDeviceFactory.cpp31 sp<CameraDeviceBase> CameraDeviceFactory::createDevice(int cameraId) {
33 sp<CameraService> svc = sService.promote();
41 sp<CameraDeviceBase> device;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCamera2Heap.h34 mBuffers = new sp<MemoryBase>[mNumBufs];
48 sp<MemoryHeapBase> mHeap;
49 sp<MemoryBase> *mBuffers;
/frameworks/base/tools/aapt/
H A DOutputSet.h30 OutputEntry(const android::String8& path, const android::sp<const AaptFile>& file)
33 inline const android::sp<const AaptFile>& getFile() const {
46 android::sp<const AaptFile> mFile;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h145 sp<InputChannel> inputChannel;
204 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
205 const sp<InputWindowHandle>& inputWindowHandle,
209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
240 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
245 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
305 virtual void setInputWindows(const Vector<sp<InputWindowHandle> >& inputWindowHandles) = 0;
312 const sp<InputApplicationHandle>& inputApplicationHandle) = 0;
333 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
334 const sp<InputChanne
[all...]
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp23 MonitoredProducer::MonitoredProducer(const sp<IGraphicBufferProducer>& producer,
24 const sp<SurfaceFlinger>& flinger) :
35 MessageCleanUpList(const sp<SurfaceFlinger>& flinger,
48 sp<SurfaceFlinger> mFlinger;
55 status_t MonitoredProducer::requestBuffer(int slot, sp<GraphicBuffer>* buf) {
63 status_t MonitoredProducer::dequeueBuffer(int* slot, sp<Fence>* fence,
72 status_t MonitoredProducer::detachNextBuffer(sp<GraphicBuffer>* outBuffer,
73 sp<Fence>* outFence) {
78 const sp<GraphicBuffer>& buffer) {
87 void MonitoredProducer::cancelBuffer(int slot, const sp<Fenc
[all...]
/frameworks/rs/cpp/
H A DBaseObj.cpp30 void * BaseObj::getObjID(sp<const BaseObj> o) {
35 BaseObj::BaseObj(void *id, sp<RS> rs) {
60 bool BaseObj::equals(sp<const BaseObj> obj) {
H A DScript.cpp29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
40 Script::Script(void *id, sp<RS> rs) : BaseObj(id, rs) {
44 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const {
49 void Script::setVar(uint32_t index, sp<const BaseObj> o) const {
57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) {
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h81 virtual void setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer __unused)
131 virtual void onMessageReceived(const sp<AMessage> &msg);
135 virtual void onNotify(const sp<AMessage> &msg);
138 virtual void onSeek(const sp<AMessage> &msg);
139 virtual void onLoop(const sp<AMessage> &msg);
142 virtual void onBufferingUpdate(const sp<AMessage> &msg);
143 virtual void onSetBufferingUpdateThreshold(const sp<AMessage> &msg);
144 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
145 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
146 void onSetPlayEvents(const sp<AMessag
[all...]
/frameworks/av/cmds/screenrecord/
H A DOverlay.h58 status_t start(const sp<IGraphicBufferProducer>& outputSurface,
59 sp<IGraphicBufferProducer>* pBufferProducer);
67 static status_t drawInfoPage(const sp<IGraphicBufferProducer>& outputSurface);
123 sp<IGraphicBufferProducer> mOutputSurface;
127 sp<IGraphicBufferProducer> mProducer;
131 sp<GLConsumer> mGlConsumer;
/frameworks/av/include/media/
H A DIMediaRecorder.h37 virtual status_t setCamera(const sp<ICamera>& camera,
38 const sp<ICameraRecordingProxy>& proxy) = 0;
39 virtual status_t setPreviewSurface(const sp<IGraphicBufferProducer>& surface) = 0;
49 virtual status_t setListener(const sp<IMediaRecorderClient>& listener) = 0;
59 virtual status_t setInputSurface(const sp<IGraphicBufferConsumer>& surface) = 0;
60 virtual sp<IGraphicBufferProducer> querySurfaceMediaSource() = 0;
H A DMediaRecorderBase.h45 virtual status_t setCamera(const sp<ICamera>& camera,
46 const sp<ICameraRecordingProxy>& proxy) = 0;
47 virtual status_t setPreviewSurface(const sp<IGraphicBufferProducer>& surface) = 0;
51 virtual status_t setListener(const sp<IMediaRecorderClient>& listener) = 0;
60 virtual status_t setInputSurface(const sp<IGraphicBufferConsumer>& surface) = 0;
61 virtual sp<IGraphicBufferProducer> querySurfaceMediaSource() const = 0;
/frameworks/av/include/media/stagefright/
H A DFrameRenderTracker.h61 Info(int64_t mediaTimeUs, const sp<GraphicBuffer> &graphicBuffer, const sp<Fence> &fence)
82 sp<GraphicBuffer> mGraphicBuffer;
83 sp<Fence> mFence;
98 int64_t mediaTimeUs, const sp<GraphicBuffer> &graphicBuffer, const sp<Fence> &fence);
H A DMPEG2TSWriter.h37 virtual status_t addSource(const sp<MediaSource> &source);
44 void onMessageReceived(const sp<AMessage> &msg);
61 sp<ALooper> mLooper;
62 sp<AHandlerReflector<MPEG2TSWriter> > mReflector;
66 Vector<sp<SourceInfo> > mSources;
80 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp29 sp<IMediaPlayerService> IMediaDeathNotifier::sMediaPlayerService;
30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier;
34 /*static*/const sp<IMediaPlayerService>&
40 sp<IServiceManager> sm = defaultServiceManager();
41 sp<IBinder> binder;
94 sp<IMediaDeathNotifier> notifier = list[iter].promote();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp43 const sp<AMessage> &notify,
44 const sp<Source> &source,
45 const sp<Renderer> &renderer)
62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) {
85 void NuPlayer::DecoderPassThrough::onSetParameters(const sp<AMessage> &/*params*/) {
90 const sp<Renderer> &renderer) {
97 Vector<sp<ABuffer> > * /* dstBuffers */) {
101 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) {
120 sp<AMessage> msg = new AMessage();
134 status_t NuPlayer::DecoderPassThrough::dequeueAccessUnit(sp<ABuffe
[all...]
/frameworks/native/cmds/flatland/
H A DGLHelper.h55 sp<GLConsumer>* surfaceTexture, EGLSurface* surface,
59 sp<SurfaceControl>* surfaceControl, EGLSurface* surface);
72 sp<GLConsumer>* surfaceTexture, EGLSurface* surface);
78 sp<GraphicBufferAlloc> mGraphicBufferAlloc;
83 sp<GLConsumer> mDummyGLConsumer;
86 sp<SurfaceComposerClient> mSurfaceComposerClient;
/frameworks/native/include/gui/
H A DSensorEventQueue.h56 SensorEventQueue(const sp<ISensorEventConnection>& connection);
62 static ssize_t write(const sp<BitTube>& tube,
84 sp<Looper> getLooper() const;
85 sp<ISensorEventConnection> mSensorEventConnection;
86 sp<BitTube> mSensorChannel;
88 mutable sp<Looper> mLooper;
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h62 void copyParameters(const sp<EGLTextureObject>& old);
96 sp<EGLTextureObject> createTexture(GLuint name);
97 sp<EGLTextureObject> removeTexture(GLuint name);
98 sp<EGLTextureObject> replaceTexture(GLuint name);
100 sp<EGLTextureObject> texture(GLuint name);
104 KeyedVector< GLuint, sp<EGLTextureObject> > mTextures;
/frameworks/native/services/sensorservice/
H A DSensorService.h130 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
139 virtual sp<BitTube> getSensorChannel() const;
188 void updateLooperRegistration(const sp<Looper>& looper);
189 void updateLooperRegistrationLocked(const sp<Looper>& looper);
191 sp<SensorService> const mService;
192 sp<BitTube> mChannel;
232 SensorEventConnection(const sp<SensorService>& service, uid_t uid, String8 packageName,
258 SensorRecord(const sp<SensorEventConnection>& connection);
259 bool addConnection(const sp<SensorEventConnection>& connection);
263 void addPendingFlushConnection(const sp<SensorEventConnectio
[all...]
/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp24 sp<RS> rs = new RS();
28 sp<const Element> e = Element::U32(rs);
33 sp<const Type> t = tb.create();
35 sp<Allocation> ain = Allocation::createTyped(rs, t);
36 sp<Allocation> aout = Allocation::createTyped(rs, t);
38 sp<ScriptC_multiply> sc = new ScriptC_multiply(rs);
/frameworks/av/camera/
H A DCameraBase.cpp39 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<typenam
[all...]
/frameworks/av/include/camera/
H A DICameraRecordingProxy.h83 virtual status_t startRecording(const sp<ICameraRecordingProxyListener>& listener) = 0;
85 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;

Completed in 527 milliseconds

<<11121314151617181920>>