Searched refs:sp (Results 126 - 150 of 941) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp37 const sp<AMessage> &notify, const char *desc, const AString &params)
47 const sp<ARTPSource> &source) {
52 const sp<ARTPSource> &source) {
53 List<sp<ABuffer> > *queue = source->queue();
60 List<sp<ABuffer> >::iterator it = queue->begin();
74 sp<ABuffer> buffer = *queue->begin();
96 sp<AMessage> msg = mNotifyMsg->dup();
112 sp<AMessage> msg = mNotifyMsg->dup();
H A DARTPAssembler.cpp32 void ARTPAssembler::onPacketReceived(const sp<ARTPSource> &source) {
61 void ARTPAssembler::CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from) {
72 sp<ABuffer> ARTPAssembler::MakeADTSCompoundFromAACFrames(
76 const List<sp<ABuffer> > &frames) {
78 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
84 sp<ABuffer> accessUnit = new ABuffer(totalSize);
86 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
88 sp<ABuffer> nal = *it;
122 sp<ABuffe
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.h28 extern jobject javaObjectForIBinder(JNIEnv* env, const sp<IBinder>& val);
29 extern sp<IBinder> ibinderForJavaObject(JNIEnv* env, jobject obj);
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.h29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
42 extern sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
/frameworks/native/libs/binder/
H A DMemoryBase.cpp28 MemoryBase::MemoryBase(const sp<IMemoryHeap>& heap,
34 sp<IMemoryHeap> MemoryBase::getMemory(ssize_t* offset, size_t* size) const
/frameworks/native/services/surfaceflinger/
H A DEventControlThread.h32 EventControlThread(const sp<SurfaceFlinger>& flinger);
39 sp<SurfaceFlinger> mFlinger;
H A DSurfaceTextureLayer.h37 sp<SurfaceFlinger> flinger;
39 SurfaceTextureLayer(const sp<SurfaceFlinger>& flinger);
H A DClient.cpp37 Client::Client(const sp<SurfaceFlinger>& flinger)
46 sp<Layer> layer(mLayers.valueAt(i).promote());
57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer)
75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const
78 sp<Layer> lbc;
112 sp<IBinder>* handle,
113 sp<IGraphicBufferProducer>* gbp)
123 sp<IBinde
[all...]
/frameworks/av/include/media/
H A Dmediametadataretriever.h75 sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
76 sp<IMemory> extractAlbumArt();
80 static const sp<IMediaPlayerService>& getService();
90 static sp<DeathNotifier> sDeathNotifier;
92 static sp<IMediaPlayerService> sService;
95 sp<IMediaMetadataRetriever> mRetriever;
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h39 MetadataRetrieverClient(const sp<IMediaPlayerService>& service, pid_t pid, int32_t connId);
49 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
50 virtual sp<IMemory> extractAlbumArt();
62 sp<MediaMetadataRetrieverBase> mRetriever;
66 sp<IMemory> mAlbumArt;
67 sp<IMemory> mThumbnail;
/frameworks/av/media/libstagefright/include/
H A Davc_utils.h41 const sp<ABuffer> &seqParamSet,
53 sp<MetaData> MakeAVCCodecSpecificData(const sp<ABuffer> &accessUnit);
55 bool IsIDR(const sp<ABuffer> &accessUnit);
56 bool IsAVCReferenceFrame(const sp<ABuffer> &accessUnit);
60 sp<MetaData> MakeAACCodecSpecificData(
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h16 RepeaterSource(const sp<MediaSource> &source, double rateHz);
20 virtual sp<MetaData> getFormat();
25 void onMessageReceived(const sp<AMessage> &msg);
47 sp<MediaSource> mSource;
50 sp<ALooper> mLooper;
51 sp<AHandlerReflector<RepeaterSource> > mReflector;
H A DWifiDisplaySource.h40 const sp<ANetworkSession> &netSession,
41 const sp<IRemoteDisplayClient> &client,
52 virtual void onMessageReceived(const sp<AMessage> &msg);
99 int32_t sessionID, const sp<ParsedMessage> &msg);
118 sp<ANetworkSession> mNetSession;
119 sp<IRemoteDisplayClient> mClient;
147 sp<PlaybackSession> mPlaybackSession;
161 sp<IHDCP> mHDCP;
162 sp<HDCPObserver> mHDCPObserver;
189 int32_t sessionID, const sp<ParsedMessag
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.h44 CallbackProcessor(sp<Camera2Client> client);
50 status_t setCallbackWindow(sp<ANativeWindow> callbackWindow);
75 sp<CpuConsumer> mCallbackConsumer;
76 sp<ANativeWindow> mCallbackWindow;
77 sp<Camera2Heap> mCallbackHeap;
83 status_t processNewCallback(sp<Camera2Client> &client);
H A DFrameProcessor.h42 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client);
52 void processNewFrames(const sp<Camera2Client> &client);
55 const sp<CameraDeviceBase> &device);
58 const sp<Camera2Client> &client);
62 const sp<Camera2Client> &client);
103 void callbackFaceDetection(sp<Camera2Client> client,
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.h45 sp<IDrm> getDrm() { return mDrm; }
48 status_t setListener(const sp<DrmListener>& listener);
55 sp<IDrm> mDrm;
57 sp<DrmListener> mListener;
61 static sp<IDrm> MakeDrm();
62 static sp<IDrm> MakeDrm(const uint8_t uuid[16]);
/frameworks/native/include/binder/
H A DIAppOpsService.h35 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
37 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
40 const sp<IAppOpsCallback>& callback) = 0;
41 virtual void stopWatchingMode(const sp<IAppOpsCallback>& callback) = 0;
42 virtual sp<IBinder> getToken(const sp<IBinder>& clientToken) = 0;
H A DIServiceManager.h39 virtual sp<IBinder> getService( const String16& name) const = 0;
44 virtual sp<IBinder> checkService( const String16& name) const = 0;
50 const sp<IBinder>& service,
66 sp<IServiceManager> defaultServiceManager();
69 status_t getService(const String16& name, sp<INTERFACE>* outService)
71 const sp<IServiceManager> sm = defaultServiceManager();
/frameworks/native/include/gui/
H A DSensorEventQueue.h55 SensorEventQueue(const sp<ISensorEventConnection>& connection);
61 static ssize_t write(const sp<BitTube>& tube,
80 sp<Looper> getLooper() const;
81 sp<ISensorEventConnection> mSensorEventConnection;
82 sp<BitTube> mSensorChannel;
84 mutable sp<Looper> mLooper;
/frameworks/rs/tests/cppallocation/
H A Dcompute.cpp23 sp<RS> rs = new RS();
27 sp<const Element> e = Element::U32(rs);
31 sp<const Type> t = tb.create();
33 sp<Allocation> ain = Allocation::createTyped(rs, t);
34 sp<Allocation> aout = Allocation::createTyped(rs, t);
36 sp<ScriptC_multiply> sc = new ScriptC_multiply(rs);
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp39 sp<Surface> gSurface;
40 sp<SurfaceComposerClient> gComposerClient;
41 sp<SurfaceControl> gControl;
49 sp<SurfaceComposerClient> composerClient = new SurfaceComposerClient;
52 sp<SurfaceControl> control =
68 sp<Surface> surface = control->getSurface();
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp25 ScriptIntrinsic::ScriptIntrinsic(sp<RS> rs, int id, sp<const Element> e)
35 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(sp<RS> rs, sp<const Element> e) {
43 ScriptIntrinsic3DLUT::ScriptIntrinsic3DLUT(sp<RS> rs, sp<const Element> e)
47 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) {
55 void ScriptIntrinsic3DLUT::setLUT(sp<Allocatio
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h72 int uniqueId, const sp<DrmManagerClient::OnInfoListener>& infoListener);
193 status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
308 sp<DecryptHandle> openDecryptSession(
320 sp<DecryptHandle> openDecryptSession(
332 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
343 status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
355 status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle,
375 status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
387 status_t finalizeDecryptUnit(int uniqueId, sp<DecryptHandl
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp32 const sp<AMessage> &notify,
33 const sp<NativeWindowWrapper> &nativeWindow)
41 void NuPlayer::Decoder::configure(const sp<AMessage> &format) {
47 sp<AMessage> notifyMsg =
52 sp<ABuffer> csd;
85 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
95 sp<AMessage> notify = mNotify->dup();
108 void NuPlayer::Decoder::onFillThisBuffer(const sp<AMessage> &msg) {
109 sp<AMessage> reply;
113 sp<ABuffe
[all...]
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp61 sp<Surface> mSurface;
62 sp<SurfaceComposerClient> mComposerClient;
63 sp<SurfaceControl> mSurfaceControl;
67 sp<ANativeWindow> anw(mSurface);
78 sp<ANativeWindow> anw(mSurface);
88 sp<ANativeWindow> anw(mSurface);
91 sp<BufferQueue> bq = new BufferQueue();
92 sp<CpuConsumer> consumer = new CpuConsumer(bq, 1);
93 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
94 sp<IBinde
[all...]

Completed in 444 milliseconds

1234567891011>>