/frameworks/base/media/jni/ |
android_media_MediaHTTPConnection.cpp | 64 sp<IMemory> JMediaHTTPConnection::getIMemory() { 84 static sp<JMediaHTTPConnection> setObject( 85 JNIEnv *env, jobject thiz, const sp<JMediaHTTPConnection> &conn) { 86 sp<JMediaHTTPConnection> old = 100 static sp<JMediaHTTPConnection> getObject(JNIEnv *env, jobject thiz) { 117 sp<JMediaHTTPConnection> conn = new JMediaHTTPConnection(env, thiz); 129 sp<JMediaHTTPConnection> conn = getObject(env, thiz); 136 sp<JMediaHTTPConnection> conn = getObject(env, thiz);
|
/frameworks/native/include/binder/ |
BinderService.h | 38 sp<IServiceManager> sm(defaultServiceManager()); 55 sp<ProcessState> ps(ProcessState::self());
|
/frameworks/native/include/gui/ |
BufferItemConsumer.h | 55 BufferItemConsumer(const sp<IGraphicBufferConsumer>& consumer, 87 const sp<Fence>& releaseFence = Fence::NO_FENCE);
|
BufferSlot.h | 47 sp<GraphicBuffer> mGraphicBuffer; 124 sp<Fence> mFence;
|
/frameworks/native/libs/gui/ |
GraphicBufferAlloc.cpp | 34 sp<GraphicBuffer> GraphicBufferAlloc::createGraphicBuffer(uint32_t width, 36 sp<GraphicBuffer> graphicBuffer(
|
/frameworks/native/opengl/libs/EGL/ |
egl_cache.h | 81 sp<BlobCache> getBlobCacheLocked(); 102 sp<BlobCache> mBlobCache;
|
/frameworks/native/services/inputflinger/ |
InputListener.h | 33 virtual void notify(const sp<InputListenerInterface>& listener) const = 0; 49 virtual void notify(const sp<InputListenerInterface>& listener) const; 76 virtual void notify(const sp<InputListenerInterface>& listener) const; 113 virtual void notify(const sp<InputListenerInterface>& listener) const; 133 virtual void notify(const sp<InputListenerInterface>& listener) const; 151 virtual void notify(const sp<InputListenerInterface>& listener) const; 181 QueuedInputListener(const sp<InputListenerInterface>& innerListener); 192 sp<InputListenerInterface> mInnerListener;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframe_func_neon.asm | 28 sub sp, sp, #16 43 str r8, [sp] 44 str r9, [sp, #4] 45 str r10, [sp, #8] 46 str r11, [sp, #12] 97 ldr r2, [sp] ;srcptr1 98 ldr r3, [sp, #4] ;dstptr1 143 ldr r2, [sp] ;srcptr1 144 ldr r3, [sp, #4] ;dstptr [all...] |
/hardware/qcom/display/msm8960/libqservice/ |
QService.cpp | 62 void QService::connect(const sp<qClient::IQClient>& client) { 78 sp<IServiceManager> sm = defaultServiceManager();
|
/hardware/qcom/display/msm8974/libqservice/ |
QService.cpp | 62 void QService::connect(const sp<qClient::IQClient>& client) { 78 sp<IServiceManager> sm = defaultServiceManager();
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_bufferqueue.h | 53 BQ_BufferSourceThread(int tex_id, sp<Camera> camera) : BufferSourceThread(camera) { 65 sp<GraphicBuffer> graphic_buffer; 114 virtual void onHandled(sp<GraphicBuffer> &gbuf, unsigned int slot) { 119 sp<BufferQueue> mBufferQueue; 120 sp<FrameConsumer> mFW; 126 BQ_BufferSourceInput(int tex_id, sp<Camera> camera) : 129 sp<IGraphicBufferProducer> bufferProducer = mBufferQueue; 152 sp<BufferQueue> mBufferQueue;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
seekp.pass.cpp | 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) 36 return sp;
|
/system/core/fingerprintd/ |
fingerprintd.cpp | 38 android::sp<android::IServiceManager> serviceManager = android::defaultServiceManager(); 39 android::sp<android::FingerprintDaemonProxy> proxy =
|
/external/valgrind/callgrind/ |
threads.c | 216 es->call_stack_bottom = CLG_(current_call_stack).sp; 235 if (CLG_(current_call_stack).sp == es->call_stack_bottom) 256 while(CLG_(current_call_stack).sp > es->call_stack_bottom) 289 current_states.sp--; 350 es->sp = 0; 357 dst->sp = current_states.sp; 366 current_states.sp = dst->sp; 376 Int sp = current_states.sp local 391 Int sp; local [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodecListOverrides.cpp | 52 static bool getMeasureSize(sp<MediaCodecInfo::Capabilities> caps, int32_t *width, int32_t *height) { 75 static void getMeasureBitrate(sp<MediaCodecInfo::Capabilities> caps, int32_t *bitrate) { 92 static sp<AMessage> getMeasureFormat( 93 bool isEncoder, AString mime, sp<MediaCodecInfo::Capabilities> caps) { 94 sp<AMessage> format = new AMessage(); 131 AString name, AString mime, sp<MediaCodecInfo::Capabilities> caps) { 134 sp<AMessage> format = getMeasureFormat(true /* isEncoder */, mime, caps); 143 sp<ALooper> looper = new ALooper; 148 sp<MediaCodec> codec = MediaCodec::CreateByComponentName(looper, name.c_str(), &err); 161 sp<IGraphicBufferProducer> bufferProducer [all...] |
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.cpp | 59 sp<AMessage> &itemMeta, 60 sp<ABuffer> &buffer, 61 sp<ABuffer> &tsBuffer, 66 sp<AMessage> &itemMeta, 67 sp<ABuffer> &buffer, 68 sp<ABuffer> &tsBuffer, 75 sp<AMessage> mItemMeta; 76 sp<ABuffer> mBuffer; 77 sp<ABuffer> mTsBuffer; 103 sp<AMessage> &itemMeta [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtorQ.c | 100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; 102 strtorQ(CONST char *s, char **sp, int rounding, void *L) 117 k = strtodg(s, sp, fpi, &exp, bits);
|
/development/ndk/platforms/android-21/arch-arm64/include/asm/ |
sigcontext.h | 26 __u64 sp; member in struct:sigcontext
|
/external/doclava/src/com/google/doclava/ |
ParamTagInfo.java | 37 ParamTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { 38 super(name, kind, text, base, sp); 56 String parameterComment, String parameterName, ContainerInfo base, SourcePositionInfo sp) { 57 super(name, kind, text, base, sp);
|
ThrowsTagInfo.java | 36 SourcePositionInfo sp) { 37 super(name, kind, text, base, sp); 53 String exceptionComment, ContainerInfo base, SourcePositionInfo sp) { 54 super(name, kind, text, base, sp);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXScanner.java | 80 int sp = s.indexOf(' '); local 81 h.aname(buff, 1, sp - 1); 82 h.aval(buff, sp + 1, size - sp - 1);
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-ppc64-linux.c | 146 Addr sp; local 157 sp = sp_top_of_frame - sizeof(struct rt_sigframe); 160 if (! ML_(sf_maybe_extend_stack)(tst, sp, sp_top_of_frame - sp, flags)) 163 vg_assert(VG_IS_16_ALIGNED(sp)); 165 frame = (struct rt_sigframe *) sp; 180 sp, sizeof(UWord) ); 181 *(Addr *)sp = tst->arch.vex.guest_GPR1; 183 sp, sizeof(UWord) ); 254 SET_SIGNAL_GPR(tid, 1, sp); 294 Addr sp; local [all...] |
/frameworks/av/include/camera/ |
ICameraRecordingProxyListener.h | 36 const sp<IMemory>& data) = 0;
|
/frameworks/av/include/media/ |
IAudioFlingerClient.h | 38 const sp<AudioIoDescriptor>& ioDesc) = 0;
|
/frameworks/av/include/radio/ |
IRadioClient.h | 33 virtual void onEvent(const sp<IMemory>& eventMemory) = 0;
|