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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 37 virtual status_t connect(const sp<ICameraClient>& client);
40 virtual status_t setPreviewTarget(const sp<IGraphicBufferProducer>& bufferProducer);
43 const sp<IGraphicBufferProducer>& callbackProducer);
51 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
60 CameraClient(const sp<CameraService>& cameraService,
61 const sp<ICameraClient>& cameraClient,
99 static void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
101 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
104 void handlePreviewData(int32_t msgType, const sp<IMemory>& mem,
106 void handlePostview(const sp<IMemory>& mem)
    [all...]
  /bionic/libc/bionic/
fts.c 61 #define CLR(opt) (sp->fts_options &= ~(opt))
62 #define ISSET(opt) (sp->fts_options & (opt))
63 #define SET(opt) (sp->fts_options |= (opt))
65 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
76 FTS *sp; local
89 if ((sp = calloc(1, sizeof(FTS))) == NULL)
91 sp->fts_compar = compar;
92 sp->fts_options = options;
102 if (fts_palloc(sp, MAX(fts_maxarglen(argv), PATH_MAX)))
106 if ((parent = fts_alloc(sp, "", 0)) == NULL
    [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 64 sp<Surface> mSurface;
65 sp<SurfaceComposerClient> mComposerClient;
66 sp<SurfaceControl> mSurfaceControl;
70 sp<ANativeWindow> anw(mSurface);
81 sp<ANativeWindow> anw(mSurface);
91 sp<ANativeWindow> anw(mSurface);
94 sp<IGraphicBufferProducer> producer;
95 sp<IGraphicBufferConsumer> consumer;
97 sp<CpuConsumer> cpuConsumer = new CpuConsumer(consumer, 1);
98 sp<ISurfaceComposer> sf(ComposerService::getComposerService())
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.h 43 virtual status_t addSource(const sp<MediaSource> &source);
75 List<sp<WebmElement> > mCuePoints;
86 sp<WebmElement> (*mMakeTrack)(const sp<MetaData>&);
88 sp<MediaSource> mSource;
89 sp<WebmElement> mTrackEntry;
90 sp<WebmFrameSourceThread> mThread;
91 LinkedBlockingQueue<const sp<WebmFrame> > mSink;
99 WebmStream(int type, const char *name, sp<WebmElement> (*makeTrack)(const sp<MetaData>&)
    [all...]
  /frameworks/native/libs/binder/
AppOpsManager.cpp 27 static sp<IBinder> gToken;
29 static const sp<IBinder>& getToken(const sp<IAppOpsService>& service) {
42 sp<IAppOpsService> AppOpsManager::getService()
46 sp<IAppOpsService> service = mService;
48 sp<IBinder> binder = defaultServiceManager()->checkService(_appops);
70 sp<IAppOpsService> service = getService();
75 sp<IAppOpsService> service = getService();
80 sp<IAppOpsService> service = getService();
86 sp<IAppOpsService> service = getService()
    [all...]
  /ndk/tests/build/ssax-instructions/jni/
test.S 12 sub sp, sp, #32 @ 0x20
15 str ip, [sp, #4]
16 str lr, [sp]
17 str r5, [sp, #16]
22 str r1, [sp, #20]
27 strd r2, [sp, #8]
29 str lr, [sp, #24]
44 ldrd r2, [sp, #8]
51 ldr lr, [sp, #24
    [all...]
  /frameworks/av/include/media/stagefright/
DataSource.h 49 static sp<DataSource> CreateFromURI(
50 const sp<IMediaHTTPService> &httpService,
56 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
57 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
87 bool sniff(String8 *mimeType, float *confidence, sp<AMessage> *meta);
93 const sp<DataSource> &source, String8 *mimeType,
94 float *confidence, sp<AMessage> *meta);
99 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerSource.h 64 Source(const sp<AMessage> &notify)
82 virtual sp<AMessage> getFormat(bool audio);
83 virtual sp<MetaData> getFormatMeta(bool /* audio */) { return NULL; }
84 virtual sp<MetaData> getFileFormatMeta() const { return NULL; }
87 bool audio, sp<ABuffer> *accessUnit) = 0;
97 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const {
128 virtual void onMessageReceived(const sp<AMessage> &msg);
130 sp<AMessage> dupNotify() const { return mNotify->dup(); }
133 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL);
134 void notifyInstantiateSecureDecoders(const sp<AMessage> &reply)
    [all...]
NuPlayerDecoderBase.cpp 31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify)
50 const sp<AMessage> &msg, sp<AMessage> *response) {
64 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) {
65 sp<AMessage> msg = new AMessage(kWhatConfigure, this);
74 void NuPlayer::DecoderBase::setParameters(const sp<AMessage> &params) {
75 sp<AMessage> msg = new AMessage(kWhatSetParameters, this);
80 void NuPlayer::DecoderBase::setRenderer(const sp<Renderer> &renderer) {
81 sp<AMessage> msg = new AMessage(kWhatSetRenderer, this);
86 status_t NuPlayer::DecoderBase::getInputBuffers(Vector<sp<ABuffer> > *buffers) const
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 41 virtual status_t connect(const sp<TCamCallbacks>& callbacks);
49 Camera2ClientBase(const sp<CameraService>& cameraService,
50 const sp<TCamCallbacks>& remoteCallback,
78 const sp<CameraDeviceBase>&
81 const sp<CameraService>&
97 sp<TCamCallbacks> &mRemoteCallback;
101 SharedCameraCallbacks(const sp<TCamCallbacks>& client);
102 SharedCameraCallbacks& operator=(const sp<TCamCallbacks>& client);
105 sp<TCamCallbacks> mRemoteCallback;
114 virtual sp<IBinder> asBinderWrapper()
    [all...]
  /frameworks/native/include/gui/
BufferQueueProducer.h 32 BufferQueueProducer(const sp<BufferQueueCore>& core);
40 virtual status_t requestBuffer(int slot, sp<GraphicBuffer>* buf);
94 virtual status_t dequeueBuffer(int *outSlot, sp<Fence>* outFence,
102 virtual status_t detachNextBuffer(sp<GraphicBuffer>* outBuffer,
103 sp<Fence>* outFence);
106 virtual status_t attachBuffer(int* outSlot, const sp<GraphicBuffer>& buffer);
131 virtual void cancelBuffer(int slot, const sp<Fence>& fence);
146 virtual status_t connect(const sp<IProducerListener>& listener,
169 virtual status_t setSidebandStream(const sp<NativeHandle>& stream);
196 sp<BufferQueueCore> mCore
    [all...]
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 41 AacAdtsSource(const sp<DataSource> &source,
42 const sp<MetaData> &meta,
49 virtual sp<MetaData> getFormat();
59 sp<DataSource> mDataSource;
60 sp<MetaData> mMeta;
76 AacAdtsExtractor(const sp<DataSource> &source);
79 virtual sp<MediaSource> getTrack(size_t index);
80 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
82 virtual sp<MetaData> getMetaData();
88 sp<DataSource> mDataSource
    [all...]
  /external/libpng/
pngwtran.c 36 png_bytep sp, dp; local
41 sp = row;
48 if (*sp != 0)
51 sp++;
73 png_bytep sp, dp; local
78 sp = row;
87 value = (png_byte)(*sp & 0x03);
101 sp++;
112 png_bytep sp, dp; local
117 sp = row
319 png_bytep sp, dp; local
337 png_bytep sp, dp; local
364 png_bytep sp, dp; local
380 png_bytep sp, dp; local
413 png_bytep sp, dp; local
433 png_bytep sp, dp; local
460 png_bytep sp, dp; local
475 png_bytep sp, dp; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngwtran.c 111 png_bytep sp, dp; local
116 sp = row;
123 if (*sp != 0)
126 sp++;
148 png_bytep sp, dp; local
153 sp = row;
162 value = (png_byte)(*sp & 0x03);
176 sp++;
187 png_bytep sp, dp; local
192 sp = row;
394 png_bytep sp, dp; local
412 png_bytep sp, dp; local
439 png_bytep sp, dp; local
455 png_bytep sp, dp; local
488 png_bytep sp, dp; local
508 png_bytep sp, dp; local
535 png_bytep sp, dp; local
550 png_bytep sp, dp; local
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 35 * Clobbers $t0 and $sp
40 addiu $sp, $sp, -96
48 sw $ra, 92($sp)
50 sw $s8, 88($sp)
52 sw $gp, 84($sp)
54 sw $s7, 80($sp)
56 sw $s6, 76($sp)
58 sw $s5, 72($sp)
60 sw $s4, 68($sp)
    [all...]
  /external/llvm/test/MC/Mips/
elf-tls.s 24 .frame $sp,24,$ra
33 addiu $sp, $sp, -24
34 sw $ra, 20($sp) # 4-byte Folded Spill
40 lw $ra, 20($sp) # 4-byte Folded Reload
42 addiu $sp, $sp, 24
56 .frame $sp,24,$ra
65 addiu $sp, $sp, -2
    [all...]
  /frameworks/av/camera/
Camera.cpp 46 sp<Camera> Camera::create(const sp<ICamera>& camera)
54 sp<Camera> c = new Camera(-1);
74 sp<Camera> Camera::connect(int cameraId, const String16& clientPackageName,
83 sp<Camera>& camera)
86 sp<Camera> c = new Camera(cameraId);
87 sp<ICameraClient> cl = c;
89 const sp<ICameraService>& cs = CameraBaseT::getCameraService();
110 sp <ICamera> c = mCamera;
117 sp <ICamera> c = mCamera
    [all...]
  /bionic/libc/arch-mips64/bionic/
syscall.S 39 PTR_SUBU sp, FRAMESZ # allocate stack frame
47 REG_L a3, FRAMESZ+4*REGSZ(sp)
48 REG_L t0, FRAMESZ+5*REGSZ(sp)
49 REG_L t1, FRAMESZ+6*REGSZ(sp)
50 REG_S t0, 4*REGSZ(sp)
51 REG_S t1, 5*REGSZ(sp)
61 PTR_ADDU sp, FRAMESZ
66 PTR_ADDU sp, FRAMESZ
  /cts/suite/audio_quality/lib/include/task/
TaskInput.h 35 android::sp<AudioHardware> mHw;
36 android::sp<Buffer> mBuffer;
  /cts/suite/audio_quality/lib/src/
ClientImpl.h 38 virtual android::sp<RemoteAudio>& getAudio() {
44 android::sp<RemoteAudio> mAudio;
  /cts/suite/audio_quality/test/
AudioRecordPlayLocalTest.cpp 25 android::sp<AudioHardware> createRecordingHw() {
29 android::sp<AudioHardware> createPlaybackHw() {
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_SubmitPduTest.java 26 SmsMessage.SubmitPdu sp = new SmsMessage.SubmitPdu(); local
27 assertNotNull(sp.toString());
  /external/compiler-rt/lib/builtins/arm/
restore_vfp_d8_d15_regs.S 30 vldmia sp!, {d8-d15} // pop registers d8-d15 off stack
save_vfp_d8_d15_regs.S 30 vstmdb sp!, {d8-d15} // push registers d8-d15 onto stack
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);

Completed in 5562 milliseconds

1 2 3 4 5 6 78 91011>>