Searched refs:sp (Results 176 - 200 of 1190) sorted by relevance

1234567891011>>

/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/core/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/libs/gui/tests/
H A DTextureRenderer.h30 TextureRenderer(GLuint texName, const sp<GLConsumer>& st);
37 sp<GLConsumer> mST;
/frameworks/native/services/surfaceflinger/
H A DEventControlThread.h32 EventControlThread(const sp<SurfaceFlinger>& flinger);
39 sp<SurfaceFlinger> mFlinger;
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.h36 const sp<IMediaHTTPService> &httpService,
55 sp<ABuffer> *out,
66 sp<ABuffer> *out,
70 sp<M3UParser> fetchPlaylist(
74 sp<HTTPBase> mHTTPDataSource;
75 sp<DataSource> mDataSource;
H A DM3UParser.h43 sp<AMessage> meta();
46 bool itemAt(size_t index, AString *uri, sp<AMessage> *meta = NULL);
51 sp<AMessage> getTrackInfo(size_t index) const;
66 sp<AMessage> mMeta;
82 sp<AMessage> mMeta;
87 KeyedVector<AString, sp<MediaGroup> > mMediaGroups;
92 const AString &line, sp<AMessage> *meta, const char *key);
95 const AString &line, sp<AMessage> *meta, const char *key);
98 const AString &line, sp<AMessage> *meta) const;
101 const AString &line, sp<AMessag
[all...]
/frameworks/av/media/libstagefright/include/
H A Davc_utils.h46 const sp<ABuffer> &seqParamSet,
58 sp<MetaData> MakeAVCCodecSpecificData(const sp<ABuffer> &accessUnit);
60 bool IsIDR(const sp<ABuffer> &accessUnit);
61 bool IsAVCReferenceFrame(const sp<ABuffer> &accessUnit);
65 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;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h55 Vector < sp<IOProfile> > mOutputProfiles; // output profiles exposed by this module
56 Vector < sp<IOProfile> > mInputProfiles; // input profiles exposed by this module
60 class HwModuleCollection : public Vector< sp<HwModule> >
63 sp<HwModule> getModuleFromName(const char *name) const;
65 sp <HwModule> getModuleForDevice(audio_devices_t device) const;
67 sp<DeviceDescriptor> getDeviceDescriptor(const audio_devices_t device,
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.h44 CallbackProcessor(sp<Camera2Client> client);
50 status_t setCallbackWindow(sp<Surface> callbackWindow);
75 sp<CpuConsumer> mCallbackConsumer;
76 sp<Surface> 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);
57 sp<IDrm> mDrm;
59 sp<DrmListener> mListener;
63 static sp<IDrm> MakeDrm();
64 static sp<IDrm> MakeDrm(const uint8_t uuid[16]);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSpTexts.java28 * Capture initial sp values for registered textviews, and update properly when configuration
46 final int sp = (int)(px / fontScale / density);
47 mTexts.put(text, sp);
55 setTextSizeH(text, sp);
58 return sp;
66 private void setTextSizeH(TextView text, int sp) { argument
67 text.setTextSize(TypedValue.COMPLEX_UNIT_SP, sp);
/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/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/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h72 int uniqueId, const sp<DrmManagerClient::OnInfoListener>& infoListener);
193 virtual status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
308 virtual sp<DecryptHandle> openDecryptSession(
320 virtual sp<DecryptHandle> openDecryptSession(
332 virtual sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
343 virtual status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
355 virtual status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle,
375 virtual status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
387 virtual status_t finalizeDecryptUnit(int uniqueId, sp<DecryptHandl
[all...]
/frameworks/av/media/libstagefright/rtsp/
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/rs/tests/cppbasic/
H A Dcompute.cpp14 sp<RS> rs = new RS();
21 sp<const Element> e = Element::RGBA_8888(rs);
27 sp<const Type> t = tb.create();
31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
38 sp<ScriptC_mono> sc = new ScriptC_mono(rs);
46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs);
50 sp<const Element> failed_e = Element::BOOLEAN(rs);
53 sp<cons
[all...]
/frameworks/rs/tests/cppbasic-shared/
H A Dcompute.cpp14 sp<RS> rs = new RS();
21 sp<const Element> e = Element::RGBA_8888(rs);
27 sp<const Type> t = tb.create();
31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
38 sp<ScriptC_mono> sc = new ScriptC_mono(rs);
46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs);
50 sp<const Element> failed_e = Element::BOOLEAN(rs);
53 sp<cons
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h55 virtual status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
56 virtual status_t setPreviewSurface(const sp<IGraphicBufferProducer>& surface);
57 virtual status_t setInputSurface(const sp<IGraphicBufferConsumer>& surface);
60 virtual status_t setListener(const sp<IMediaRecorderClient>& listener);
71 virtual sp<IGraphicBufferProducer> querySurfaceMediaSource() const;
74 sp<ICamera> mCamera;
75 sp<ICameraRecordingProxy> mCameraProxy;
76 sp<IGraphicBufferProducer> mPreviewSurface;
77 sp<IGraphicBufferConsume
[all...]
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h64 static sp<MediaSource> Create(
65 const sp<IOMX> &omx,
66 const sp<MetaData> &meta, bool createEncoder,
67 const sp<MediaSource> &source,
70 const sp<ANativeWindow> &nativeWindow = NULL);
73 const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder,
79 virtual sp<MetaData> getFormat();
118 const sp<MediaCodecInfo> &list);
168 sp<IMemory> mMem;
179 sp<IOM
[all...]
/frameworks/av/include/camera/
H A DICameraService.h105 sp<VendorTagDescriptor>& desc) = 0;
109 virtual status_t addListener(const sp<ICameraServiceListener>& listener)
113 virtual status_t removeListener(const sp<ICameraServiceListener>& listener)
120 virtual status_t connect(const sp<ICameraClient>& cameraClient,
125 sp<ICamera>& device) = 0;
128 const sp<ICameraDeviceCallbacks>& cameraCb,
133 sp<ICameraDeviceUser>& device) = 0;
152 virtual status_t connectLegacy(const sp<ICameraClient>& cameraClient,
157 sp<ICamera>& device) = 0;
172 const sp<IBinde
[all...]

Completed in 8623 milliseconds

1234567891011>>