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

1 2 34 5 6 7 8 91011>>

  /frameworks/av/include/media/stagefright/
BufferProducerWrapper.h 32 const sp<IGraphicBufferProducer>& bufferProducer) :
35 sp<IGraphicBufferProducer> getBufferProducer() const {
40 const sp<IGraphicBufferProducer> mBufferProducer;
RenderScriptWrapper.h 33 virtual status_t handleSetParameters(const sp<AMessage> &msg) = 0;
36 sp<RSFilterCallback> mCallback;
37 RSC::sp<RSC::RS> mContext;
  /frameworks/av/media/libstagefright/filters/
ZeroFilter.h 30 virtual status_t setParameters(const sp<AMessage> &msg);
32 const sp<ABuffer> &srcBuffer, const sp<ABuffer> &outBuffer);
GraphicBufferListener.h 31 const sp<AMessage> &notify,
40 sp<IGraphicBufferProducer> getIGraphicBufferProducer() const {
45 sp<GraphicBuffer> getBuffer(BufferItem item);
53 sp<AMessage> mNotify;
61 sp<IGraphicBufferProducer> mProducer;
62 sp<IGraphicBufferConsumer> mConsumer;
65 sp<GraphicBuffer> mBufferSlot[BufferQueue::NUM_BUFFER_SLOTS];
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 53 sp<ABuffer> dequeueAccessUnit();
55 sp<MetaData> getFormat();
67 sp<ABuffer> mBuffer;
70 sp<MetaData> mFormat;
72 sp<ABuffer> dequeueAccessUnitH264();
73 sp<ABuffer> dequeueAccessUnitAAC();
74 sp<ABuffer> dequeueAccessUnitAC3();
75 sp<ABuffer> dequeueAccessUnitMPEGAudio();
76 sp<ABuffer> dequeueAccessUnitMPEGVideo();
77 sp<ABuffer> dequeueAccessUnitMPEG4Video()
    [all...]
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.h 32 MonitoredProducer(const sp<IGraphicBufferProducer>& producer,
33 const sp<SurfaceFlinger>& flinger);
37 virtual status_t requestBuffer(int slot, sp<GraphicBuffer>* buf);
39 virtual status_t dequeueBuffer(int* slot, sp<Fence>* fence, bool async,
42 virtual status_t detachNextBuffer(sp<GraphicBuffer>* outBuffer,
43 sp<Fence>* outFence);
45 const sp<GraphicBuffer>& buffer);
48 virtual void cancelBuffer(int slot, const sp<Fence>& fence);
50 virtual status_t connect(const sp<IProducerListener>& token, int api,
53 virtual status_t setSidebandStream(const sp<NativeHandle>& stream)
    [all...]
Client.h 41 Client(const sp<SurfaceFlinger>& flinger);
47 void attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer);
51 sp<Layer> getLayerUser(const sp<IBinder>& handle) const;
58 sp<IBinder>* handle,
59 sp<IGraphicBufferProducer>* gbp);
61 virtual status_t destroySurface(const sp<IBinder>& handle);
63 virtual status_t clearLayerFrameStats(const sp<IBinder>& handle) const;
65 virtual status_t getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const
    [all...]
  /frameworks/av/include/camera/
Camera.h 41 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
43 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
54 typedef status_t (ICameraService::*TCamConnectService)(const sp<ICameraClient>&,
57 sp<ICamera>&);
72 static sp<Camera> create(const sp<ICamera>& camera);
73 static sp<Camera> connect(int cameraId,
79 int clientUid, sp<Camera>& camera);
88 status_t setPreviewTarget(const sp<IGraphicBufferProducer>& bufferProducer);
109 void releaseRecordingFrame(const sp<IMemory>& mem)
    [all...]
  /external/llvm/test/MC/Mips/
do_switch1.s 19 .frame $sp,8,$ra
26 addiu $sp, $sp, -8
28 sw $1, 4($sp)
29 lw $2, 4($sp)
36 addiu $sp, $sp, 8
47 addiu $sp, $sp, 8
51 addiu $sp, $sp,
    [all...]
do_switch2.s 18 .frame $sp,8,$ra
27 addiu $sp, $sp, -8
29 sw $1, 4($sp)
30 lw $3, 4($sp)
37 addiu $sp, $sp, 8
49 addiu $sp, $sp, 8
53 addiu $sp, $sp,
    [all...]
do_switch3.s 18 .frame $sp,16,$ra
25 daddiu $sp, $sp, -16
29 sw $1, 12($sp)
30 lw $1, 12($sp)
38 daddiu $sp, $sp, 16
54 daddiu $sp, $sp, 16
58 daddiu $sp, $sp, 1
    [all...]
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 63 MediaPlayerDeathNotifier(const sp<MediaPlayerNotificationClient> playerClient) :
75 const sp<MediaPlayerNotificationClient> mPlayerClient;
92 virtual void setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
103 virtual void onSeek(const sp<AMessage> &msg);
104 virtual void onLoop(const sp<AMessage> &msg);
107 virtual void onBufferingUpdate(const sp<AMessage> &msg);
108 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
109 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
114 sp<IGraphicBufferProducer> mVideoSurfaceTexture;
117 sp<IMediaPlayer> mPlayer
    [all...]
  /frameworks/av/media/libmediaplayerservice/
RemoteDisplay.h 37 const sp<IRemoteDisplayClient> &client,
48 sp<ALooper> mNetLooper;
49 sp<ALooper> mLooper;
50 sp<ANetworkSession> mNetSession;
51 sp<WifiDisplaySource> mSource;
  /frameworks/av/media/libstagefright/rtsp/
AH263Assembler.h 32 AH263Assembler(const sp<AMessage> &notify);
37 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
42 sp<AMessage> mNotifyMsg;
47 List<sp<ABuffer> > mPackets;
49 AssemblyStatus addPacket(const sp<ARTPSource> &source);
ARawAudioAssembler.h 31 const sp<AMessage> &notify,
37 const char *desc, const sp<MetaData> &format);
42 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
49 sp<AMessage> mNotifyMsg;
53 AssemblyStatus addPacket(const sp<ARTPSource> &source);
  /frameworks/rs/cpp/util/
StrongPointer.h 38 inline bool operator _op_ (const sp<T>& o) const { \
45 inline bool operator _op_ (const sp<U>& o) const { \
63 class sp class in namespace:android::RSC
66 inline sp() : m_ptr(0) { } function in class:android::RSC::sp
68 sp(T* other);
69 sp(const sp<T>& other);
70 template<typename U> sp(U* other);
71 template<typename U> sp(const sp<U>& other)
141 sp<T>::sp(const sp<U>& other) function in class:android::RSC::sp
    [all...]
  /frameworks/rs/server/
StrongPointer.h 37 inline bool operator _op_ (const sp<T>& o) const { \
44 inline bool operator _op_ (const sp<U>& o) const { \
62 class sp class in namespace:android
65 inline sp() : m_ptr(0) { } function in class:android::sp
67 sp(T* other);
68 sp(const sp<T>& other);
69 template<typename U> sp(U* other);
70 template<typename U> sp(const sp<U>& other)
140 sp<T>::sp(const sp<U>& other) function in class:android::sp
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
StrongPointer.h 38 inline bool operator _op_ (const sp<T>& o) const { \
45 inline bool operator _op_ (const sp<U>& o) const { \
63 class sp class in namespace:android::RSC
66 inline sp() : m_ptr(0) { } function in class:android::RSC::sp
68 sp(T* other);
69 sp(const sp<T>& other);
70 template<typename U> sp(U* other);
71 template<typename U> sp(const sp<U>& other)
141 sp<T>::sp(const sp<U>& other) function in class:android::RSC::sp
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
StrongPointer.h 38 inline bool operator _op_ (const sp<T>& o) const { \
45 inline bool operator _op_ (const sp<U>& o) const { \
63 class sp class in namespace:android::RSC
66 inline sp() : m_ptr(0) { } function in class:android::RSC::sp
68 sp(T* other);
69 sp(const sp<T>& other);
70 template<typename U> sp(U* other);
71 template<typename U> sp(const sp<U>& other)
141 sp<T>::sp(const sp<U>& other) function in class:android::RSC::sp
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
StrongPointer.h 38 inline bool operator _op_ (const sp<T>& o) const { \
45 inline bool operator _op_ (const sp<U>& o) const { \
63 class sp class in namespace:android::RSC
66 inline sp() : m_ptr(0) { } function in class:android::RSC::sp
68 sp(T* other);
69 sp(const sp<T>& other);
70 template<typename U> sp(U* other);
71 template<typename U> sp(const sp<U>& other)
141 sp<T>::sp(const sp<U>& other) function in class:android::RSC::sp
    [all...]
  /frameworks/av/include/media/
IMediaPlayerService.h 50 virtual sp<IMediaRecorder> createMediaRecorder(const String16 &opPackageName) = 0;
51 virtual sp<IMediaMetadataRetriever> createMetadataRetriever() = 0;
52 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client, int audioSessionId = 0)
55 virtual sp<IOMX> getOMX() = 0;
56 virtual sp<ICrypto> makeCrypto() = 0;
57 virtual sp<IDrm> makeDrm() = 0;
58 virtual sp<IHDCP> makeHDCP(bool createEncryptionModule) = 0;
59 virtual sp<IMediaCodecList> getCodecList() const = 0;
68 virtual sp<IRemoteDisplay> listenForRemoteDisplay(const String16 &opPackageName
    [all...]
  /frameworks/av/include/soundtrigger/
SoundTrigger.h 41 static sp<SoundTrigger> attach(const sound_trigger_module_handle_t module,
42 const sp<SoundTriggerCallback>& callback);
48 status_t loadSoundModel(const sp<IMemory>& modelMemory,
53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
57 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory);
58 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory);
59 virtual void onServiceStateChange(const sp<IMemory>& eventMemory);
70 const sp<SoundTriggerCallback>&);
71 static const sp<ISoundTriggerHwService>& getSoundTriggerHwService();
74 sp<ISoundTrigger> mISoundTrigger
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 32 const sp<AMessage> &notify,
33 const sp<IMediaHTTPService> &httpService,
40 virtual status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit);
41 virtual sp<AMessage> getFormat(bool audio);
46 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
54 virtual void onMessageReceived(const sp<AMessage> &msg);
68 sp<IMediaHTTPService> mHTTPService;
74 sp<ALooper> mLiveLooper;
75 sp<LiveSession> mLiveSession;
81 void onSessionNotify(const sp<AMessage> &msg)
    [all...]
  /frameworks/base/libs/hwui/thread/
TaskManager.h 61 bool addTask(const sp<Task<T> >& task, const sp<TaskProcessor<T> >& processor) {
62 return addTaskBase(sp<TaskBase>(task), sp<TaskProcessorBase>(processor));
65 bool addTaskBase(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor);
70 TaskWrapper(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor):
74 sp<TaskBase> mTask;
75 sp<TaskProcessorBase> mProcessor
    [all...]
  /bionic/libc/arch-mips/bionic/
syscall.S 44 lw a3, 16(sp)
45 lw t0, 20(sp)
46 lw t1, 24(sp)
47 subu sp, STACKSIZE
48 sw t0, 16(sp)
49 sw t1, 20(sp)
51 addu sp, STACKSIZE

Completed in 4601 milliseconds

1 2 34 5 6 7 8 91011>>