/frameworks/base/media/jni/ |
android_media_MediaCodecList.cpp | 34 static sp<IMediaCodecList> getCodecList(JNIEnv *env) { 35 sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); 46 sp<IMediaCodecList> mcl = getCodecList(env); 56 sp<IMediaCodecList> mcl = getCodecList(env); 62 const sp<MediaCodecInfo> &info = mcl->getCodecInfo(index); 85 sp<IMediaCodecList> mcl = getCodecList(env); 99 sp<IMediaCodecList> mcl = getCodecList(env); 105 const sp<MediaCodecInfo> &info = mcl->getCodecInfo(index); 116 sp<IMediaCodecList> mcl = getCodecList(env); 122 const sp<MediaCodecInfo> &info = mcl->getCodecInfo(index) [all...] |
android_media_MediaCrypto.cpp | 40 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) { 62 sp<ICrypto> JCrypto::MakeCrypto() { 63 sp<IServiceManager> sm = defaultServiceManager(); 65 sp<IBinder> binder = 68 sp<IMediaPlayerService> service = 75 sp<ICrypto> crypto = service->makeCrypto(); 85 sp<ICrypto> JCrypto::MakeCrypto( 87 sp<ICrypto> crypto = MakeCrypto(); 112 sp<ICrypto> crypto = MakeCrypto(); 126 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) [all...] |
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 27 stmdb sp!, {r4 - r11, lr} 28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset 31 add lr, sp, #4 ;point to temporary buffer 123 ldr r3, [sp], #4 ; load back yoffset 124 ldr r0, [sp, #216] ; load dst address from stack 180+36 125 ldr r1, [sp, #220] ; load dst stride from stack 180+40 143 ldr r6, [sp] ; load the data 144 ldr r7, [sp, #4] 152 ldr r8, [sp, #8] 157 ldrh r9, [sp, #12 [all...] |
/frameworks/native/libs/binder/ |
IAppOpsService.cpp | 34 BpAppOpsService(const sp<IBinder>& impl) 63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, 77 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, 89 const sp<IAppOpsCallback>& callback) { 98 virtual void stopWatchingMode(const sp<IAppOpsCallback>& callback) { 105 virtual sp<IBinder> getToken(const sp<IBinder>& clientToken) { 158 sp<IBinder> token = data.readStrongBinder(); 169 sp<IBinder> token = data.readStrongBinder(); 181 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder()) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 27 stmdb sp!, {r4 - r11, lr} 28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset 31 add lr, sp, #4 ;point to temporary buffer 123 ldr r3, [sp], #4 ; load back yoffset 124 ldr r0, [sp, #216] ; load dst address from stack 180+36 125 ldr r1, [sp, #220] ; load dst stride from stack 180+40 143 ldr r6, [sp] ; load the data 144 ldr r7, [sp, #4] 152 ldr r8, [sp, #8] 157 ldrh r9, [sp, #12 [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
asm.h | 197 PTR_SUBU sp, sp, 32; \ 199 sw ra, 28(sp); \ 200 sw gp, 24(sp); \ 205 PTR_SUBU sp, sp, 8; \ 206 lw ra, 28(sp); \ 207 PTR_ADDU sp, sp, 32; \ 224 .frame sp, fsize, ra; [all...] |
/frameworks/av/media/libstagefright/webm/ |
WebmElement.cpp | 48 uint64_t childrenSum(const List<sp<WebmElement> >& children) { 50 for (List<sp<WebmElement> >::const_iterator it = children.begin(); 64 List<sp<WebmElement> > &ls) { 169 WebmBinary::WebmBinary(uint64_t id, const sp<ABuffer> &ref) 193 const sp<ABuffer>& orig) 231 WebmMaster::WebmMaster(uint64_t id, const List<sp<WebmElement> >& children) 248 for (List<sp<WebmElement> >::const_iterator it = mChildren.begin(); it != mChildren.end(); 250 sp<WebmElement> child = (*it); 258 sp<WebmElement> WebmElement::CuePointEntry(uint64_t time, int track, uint64_t off) { 259 List<sp<WebmElement> > cuePointEntryFields [all...] |
/frameworks/base/core/jni/android/graphics/ |
SurfaceTexture.cpp | 61 const sp<GLConsumer>& surfaceTexture) 75 const sp<IGraphicBufferProducer>& producer) 89 jobject thiz, sp<GLConsumer::FrameAvailableListener> listener) 103 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { 107 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { 111 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { 112 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); 113 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(env, thiz)); 114 sp<Surface> surfaceTextureClient(surfaceTexture != NULL ? new Surface(producer) : NULL); 239 sp<IGraphicBufferProducer> producer [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_element.cpp | 37 sp<RS> mRS = new RS(); 69 sp<RS> mRS = new RS(); 95 sp<RS> mRS = new RS(); 164 sp<RS> mRS = new RS(); 169 sp<const Element> ALLOCATION = Element::ALLOCATION(mRS); 171 sp<const Element> BOOLEAN = Element::BOOLEAN(mRS); 172 sp<const Element> ELEMENT = Element::ELEMENT(mRS); 173 sp<const Element> F32 = Element::F32(mRS); 174 sp<const Element> F32_2 = Element::F32_2(mRS); 175 sp<const Element> F32_3 = Element::F32_3(mRS) [all...] |
/frameworks/av/cmds/stagefright/ |
mediafilter.cpp | 72 void init(RSC::sp<RSC::RS> context) { 84 status_t handleSetParameters(const sp<AMessage> &msg __unused) { 89 RSC::sp<ScriptC_saturation> mScript; 93 void init(RSC::sp<RSC::RS> context) { 104 status_t handleSetParameters(const sp<AMessage> &msg __unused) { 109 RSC::sp<ScriptC_nightvision> mScript; 113 void init(RSC::sp<RSC::RS> context) { 124 status_t handleSetParameters(const sp<AMessage> &msg __unused) { 129 RSC::sp<ScriptC_argbtorgba> mScript; 133 sp<MediaCodec> mCodec [all...] |
/frameworks/native/libs/gui/tests/ |
BufferQueue_test.cpp | 68 sp<IGraphicBufferProducer> mProducer; 69 sp<IGraphicBufferConsumer> mConsumer; 85 sp<IGraphicBufferProducer> producer; 86 sp<IGraphicBufferConsumer> consumer; 88 sp<IServiceManager> serviceManager = defaultServiceManager(); 96 sp<IServiceManager> serviceManager = defaultServiceManager(); 97 sp<IBinder> binderProducer = 101 sp<IBinder> binderConsumer = 106 sp<DummyConsumer> dc(new DummyConsumer); 113 sp<Fence> fence [all...] |
/frameworks/rs/cpp/ |
Element.cpp | 26 android::RSC::sp<const Element> Element::getSubElement(uint32_t index) { 75 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \ 102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \ 117 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(android::RSC::sp<RS> rs) { \ 123 android::RSC::sp<const Element> Element::N##_3(android::RSC::sp<RS> rs) { \ 129 android::RSC::sp<const Element> Element::N##_4(android::RSC::sp<RS> rs) { [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoder.cpp | 49 const sp<AMessage> ¬ify, 50 const sp<Source> &source, 52 const sp<Renderer> &renderer, 53 const sp<Surface> &surface, 54 const sp<CCDecoder> &ccDecoder) 85 sp<AMessage> NuPlayer::Decoder::getStats() const { 92 status_t NuPlayer::Decoder::setVideoSurface(const sp<Surface> &surface) { 97 sp<AMessage> msg = new AMessage(kWhatSetVideoSurface, this); 100 sp<AMessage> response; 108 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) [all...] |
/art/runtime/arch/arm/ |
jni_entrypoints_arm.S | 31 sub sp, #12 @ pad stack pointer to align frame 35 add sp, #12 @ restore stack pointer
|