Searched refs:sp (Results 426 - 450 of 1190) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/camera/libcameraservice/
H A DCameraDeviceFactory.h36 static sp<CameraDeviceBase> createDevice(int cameraId);
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.h30 static sp<CommonClockService> instantiate(CommonTimeServer& timeServer);
49 const sp<ICommonClockListener>& listener);
51 const sp<ICommonClockListener>& listener);
86 Vector<sp<ICommonClockListener> > mListeners;
/frameworks/base/libs/hwui/
H A DImage.h41 Image(sp<GraphicBuffer> buffer);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h40 const sp<IMediaHTTPService> &httpService,
45 status_t setDataSource(const sp<DataSource> &source);
62 status_t getSampleMeta(sp<MetaData> *sampleMeta);
72 sp<NuMediaExtractor> mImpl;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputApplicationHandle.h41 extern sp<InputApplicationHandle> android_server_InputApplicationHandle_getHandle(
/frameworks/native/include/binder/
H A DAppOpsManager.h104 const sp<IAppOpsCallback>& callback);
105 void stopWatchingMode(const sp<IAppOpsCallback>& callback);
110 sp<IAppOpsService> mService;
112 sp<IAppOpsService> getService();
/frameworks/native/libs/gui/tests/
H A DFillBuffer.h39 void produceOneRGBA8Frame(const sp<ANativeWindow>& anw);
/frameworks/rs/cpp/
H A DScriptC.cpp23 ScriptC::ScriptC(sp<RS> rs,
/frameworks/wilhelm/src/android/
H A DCallbackProtector.h31 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp33 BpCameraRecordingProxyListener(const sp<IBinder>& impl)
38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
63 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder());
/frameworks/av/include/media/
H A DIAudioTrack.h41 virtual sp<IMemory> getCblk() const = 0;
74 sp<IMemory>* buffer) = 0;
78 virtual status_t queueTimedBuffer(const sp<IMemory>& buffer,
H A DIStreamSource.h32 virtual void setListener(const sp<IStreamListener> &listener) = 0;
33 virtual void setBuffers(const Vector<sp<IMemory> > &buffers) = 0;
92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/av/include/media/stagefright/
H A DFileSource.h42 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
56 sp<DecryptHandle> mDecryptHandle;
H A DMediaWriter.h35 virtual status_t addSource(const sp<MediaSource> &source) = 0;
43 virtual void setListener(const sp<IMediaRecorderClient>& listener) {
58 sp<IMediaRecorderClient> mListener;
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h40 sp<ALooper> looper() const {
54 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
72 void deliverMessage(const sp<AMessage> &msg);
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h30 virtual status_t setObserver(const sp<IHDCPObserver> &observer);
40 const sp<GraphicBuffer> &graphicBuffer,
55 sp<IHDCPObserver> mObserver;
H A DMetadataRetrieverClient.cpp83 static sp<MediaMetadataRetrieverBase> createRetriever(player_type playerType)
85 sp<MediaMetadataRetrieverBase> p;
106 const sp<IMediaHTTPService> &httpService,
127 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
166 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
178 const sp<IDataSource>& source)
183 sp<DataSource> dataSource = DataSource::CreateFromIDataSource(source);
187 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
196 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option)
212 sp<MemoryHeapBas
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp36 const sp<AMessage> &notify,
37 const sp<IStreamSource> &source)
89 sp<AMessage> extra;
176 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
177 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
207 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) {
212 sp<MediaSource> source = mTSParser->getSource(
218 sp<MetaData> NuPlayer::StreamingSource::getFormatMeta(bool audio) {
219 sp<AnotherPacketSource> source = getSource(audio);
229 bool audio, sp<ABuffe
[all...]
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp55 sp<IBinder> binder = IInterface::asBinder(mPowerManager);
100 TimedEventQueue::event_id TimedEventQueue::postEvent(const sp<Event> &event) {
107 const sp<Event> &event) {
112 const sp<Event> &event, int64_t delay_us) {
118 const sp<Event> &event, int64_t realtime_us) {
149 void *cookie, const sp<TimedEventQueue::Event> &event) {
176 bool (*predicate)(void *cookie, const sp<Event> &event),
220 sp<Event> event;
302 sp<TimedEventQueue::Event> TimedEventQueue::removeEventFromQueue_l(
307 sp<Even
[all...]
/frameworks/av/media/libstagefright/http/
H A DHTTPHelper.cpp32 sp<IMediaHTTPService> CreateHTTPServiceInCurrentJavaContext() {
51 sp<IMediaHTTPService> httpService;
61 sp<IBinder> binder =
/frameworks/av/media/libstagefright/include/
H A DID3.h38 ID3(const sp<DataSource> &source, bool ignoreV1 = false, off64_t offset = 0);
88 bool parseV1(const sp<DataSource> &source);
89 bool parseV2(const sp<DataSource> &source, off64_t offset);
/frameworks/av/media/utils/include/mediautils/
H A DBatteryNotifier.h65 sp<IBatteryStats> mBatteryStatService;
66 sp<DeathNotifier> mDeathNotifier;
68 sp<IBatteryStats> getBatteryService_l();
/frameworks/av/radio/
H A DIRadioClient.cpp36 BpRadioClient(const sp<IBinder>& impl)
41 virtual void onEvent(const sp<IMemory>& eventMemory)
63 sp<IMemory> eventMemory = interface_cast<IMemory>(
H A DRadio.cpp36 sp<IRadioService> gRadioService;
55 sp<DeathNotifier> gDeathNotifier;
58 const sp<IRadioService>& Radio::getRadioService()
62 sp<IServiceManager> sm = defaultServiceManager();
63 sp<IBinder> binder;
87 const sp<IRadioService>& service = getRadioService();
94 sp<Radio> Radio::attach(radio_handle_t handle,
97 const sp<RadioCallback>& callback)
100 sp<Radio> radio;
101 const sp<IRadioServic
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.h77 void processNewFrames(const sp<CameraDeviceBase> &device);
80 const sp<CameraDeviceBase> &device);
83 const sp<CameraDeviceBase> &device);

Completed in 1612 milliseconds

<<11121314151617181920>>