/hardware/qcom/display/msm8226/libqservice/ |
QService.h | 48 virtual void connect(const android::sp<qClient::IQClient>& client); 55 android::sp<qClient::IQClient> mClient;
|
/hardware/qcom/display/msm8960/libqservice/ |
QService.h | 50 virtual void connect(const android::sp<qClient::IQClient>& client); 55 android::sp<qClient::IQClient> mClient;
|
/hardware/qcom/display/msm8974/libqservice/ |
QService.h | 50 virtual void connect(const android::sp<qClient::IQClient>& client); 55 android::sp<qClient::IQClient> mClient;
|
/hardware/qcom/display/msm8994/libqservice/ |
QService.h | 48 virtual void connect(const android::sp<qClient::IQClient>& client); 55 android::sp<qClient::IQClient> mClient;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
arraynew.cpp | 53 size_t *sp = ((size_t *) a) - 1; local 54 if (*sp != 11) 58 sp = ((size_t *) a) - 2; 59 if (*sp != sizeof (T)) 83 size_t *sp = ((size_t *) a) - 1; local 84 if (*sp != 11) 88 sp = ((size_t *) a) - 2; 89 if (*sp != sizeof (T))
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
arraynew.cpp | 53 size_t *sp = ((size_t *) a) - 1; local 54 if (*sp != 11) 58 sp = ((size_t *) a) - 2; 59 if (*sp != sizeof (T)) 83 size_t *sp = ((size_t *) a) - 1; local 84 if (*sp != 11) 88 sp = ((size_t *) a) - 2; 89 if (*sp != sizeof (T))
|
/frameworks/av/media/libmedia/ |
IMediaPlayerService.cpp | 57 BpMediaPlayerService(const sp<IBinder>& impl) 62 virtual sp<IMediaMetadataRetriever> createMetadataRetriever() 70 virtual sp<IMediaPlayer> create( 71 const sp<IMediaPlayerClient>& client, int audioSessionId) { 81 virtual sp<IMediaRecorder> createMediaRecorder(const String16 &opPackageName) 90 virtual sp<IOMX> getOMX() { 97 virtual sp<ICrypto> makeCrypto() { 104 virtual sp<IDrm> makeDrm() { 111 virtual sp<IHDCP> makeHDCP(bool createEncryptionModule) { 132 virtual sp<IRemoteDisplay> listenForRemoteDisplay(const String16 &opPackageName [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni.cpp | 53 sp<const Element> makeElement(sp<RS> rs, RsDataType dt, int vecSize) { 72 sp<RS> rs = new RS(); 93 sp<RS> rs = new RS(); 96 sp<const Element> e; 103 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); 104 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y); 105 sp<ScriptIntrinsicBlur> blur = ScriptIntrinsicBlur::create(rs, e); 134 sp<RS> rs = new RS(); 137 sp<const Element> e = Element::A_8(rs) [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodec.cpp | 57 static int64_t getId(sp<IResourceManagerClient> client) { 71 sp<MediaCodec> codec = mMediaCodec.promote(); 85 sp<MediaCodec> codec = mMediaCodec.promote(); 121 sp<IServiceManager> sm = defaultServiceManager(); 122 sp<IBinder> binder = sm->getService(String16("media.resource_manager")); 139 const sp<IResourceManagerClient> client, 166 sp<MediaCodec> MediaCodec::CreateByType( 167 const sp<ALooper> &looper, const char *mime, bool encoder, status_t *err, pid_t pid) { 168 sp<MediaCodec> codec = new MediaCodec(looper, pid); 178 sp<MediaCodec> MediaCodec::CreateByComponentName [all...] |
/external/boringssl/linux-arm/crypto/bn/ |
armv4-mont.S | 19 ldr ip,[sp,#4] @ load num 20 stmdb sp!,{r0,r2} @ sp points at argument block 31 ldmia sp, {r0,r2} 33 add sp,sp,#8 41 addlt sp,sp,#2*4 44 stmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ save 10 registers 47 sub sp,sp,r0 @ alloca(4*num [all...] |
/external/boringssl/src/crypto/bn/asm/ |
armv4-mont.pl | 100 ldr ip,[sp,#4] @ load num 101 stmdb sp!,{r0,r2} @ sp points at argument block 112 ldmia sp, {r0,r2} 114 add sp,sp,#8 122 addlt sp,sp,#2*4 125 stmdb sp!,{r4-r12,lr} @ save 10 registers 128 sub sp,sp,$num @ alloca(4*num subroutine 129 sub sp,sp,#4 @ +extra dword subroutine 673 sub sp,ip,#96 subroutine [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-memory.s | 10 ldr x2, [sp, #32] 11 ldr b5, [sp, #1] 12 ldr h6, [sp, #2] 13 ldr s7, [sp, #4] 14 ldr d8, [sp, #8] 15 ldr q9, [sp, #16] 21 ldrsb x2, [sp, #128] 22 ldrh w2, [sp, #32] 23 ldrsh w3, [sp, #32] 25 ldrsw x9, [sp, #512 [all...] |
/external/openssh/ |
md5crypt.c | 54 static const char *sp, *ep; local 61 sp = salt; 64 if(strncmp(sp, magic, strlen(magic)) == 0) 65 sp += strlen(magic); 68 for (ep = sp; *ep != '$'; ep++) { 69 if (*ep == '\0' || ep >= (sp + 8)) 74 sl = ep - sp; 77 memcpy(salt_copy, sp, sl); 89 MD5_Update(&ctx, sp, sl); 94 MD5_Update(&ctx1, sp, sl) [all...] |
/frameworks/av/drm/libdrmframework/ |
NoOpDrmManagerClientImpl.cpp | 31 int uniqueId, const sp<DrmManagerClient::OnInfoListener>& infoListener) { 72 status_t NoOpDrmManagerClientImpl::consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve) { 77 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) { 110 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( 115 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( 120 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession(int uniqueId, const DrmBuffer& buf, 125 status_t NoOpDrmManagerClientImpl::closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle) { 129 status_t NoOpDrmManagerClientImpl::initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, 134 status_t NoOpDrmManagerClientImpl::decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, 139 status_t NoOpDrmManagerClientImpl::finalizeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) [all...] |
/frameworks/base/libs/input/ |
PointerController.h | 78 PointerController(const sp<PointerControllerPolicyInterface>& policy, 79 const sp<Looper>& looper, const sp<SpriteController>& spriteController); 113 sp<Sprite> sprite; 118 inline Spot(uint32_t id, const sp<Sprite>& sprite) 130 sp<PointerControllerPolicyInterface> mPolicy; 131 sp<Looper> mLooper; 132 sp<SpriteController> mSpriteController; 133 sp<WeakMessageHandler> mHandler; 154 sp<Sprite> pointerSprite [all...] |
/frameworks/base/tools/aapt/ |
AaptAssets.h | 220 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& getFiles() const 223 status_t addFile(const sp<AaptFile>& file, const bool overwriteDuplicate=false); 234 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > mFiles; 252 const DefaultKeyedVector<String8, sp<AaptGroup> >& getFiles() const { return mFiles; } 253 const DefaultKeyedVector<String8, sp<AaptDir> >& getDirs() const { return mDirs; } 255 virtual status_t addFile(const String8& name, const sp<AaptGroup>& file); 286 status_t addDir(const String8& name, const sp<AaptDir>& dir); 287 sp<AaptDir> makeDir(const String8& name); 289 const sp<AaptFile>& file, 295 sp<FilePathStore>& fullResPaths [all...] |
/frameworks/native/include/gui/ |
IGraphicBufferProducer.h | 81 virtual status_t requestBuffer(int slot, sp<GraphicBuffer>* buf) = 0; 168 virtual status_t dequeueBuffer(int* slot, sp<Fence>* fence, bool async, 177 // must already possesses the sp<GraphicBuffer> (i.e., must have called 205 virtual status_t detachNextBuffer(sp<GraphicBuffer>* outBuffer, 206 sp<Fence>* outFence) = 0; 234 const sp<GraphicBuffer>& buffer) = 0; 281 uint32_t transform, bool async, const sp<Fence>& fence, 290 uint32_t* outTransform, bool* outAsync, sp<Fence>* outFence, 323 sp<Fence> fence; 369 virtual void cancelBuffer(int slot, const sp<Fence>& fence) = 0 [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.cpp | 102 SetSurfaceAction(const sp<Surface> &surface) 111 sp<Surface> mSurface; 134 PostMessageAction(const sp<AMessage> &msg) 143 sp<AMessage> mMessage; 210 void NuPlayer::setDataSourceAsync(const sp<IStreamSource> &source) { 211 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 213 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); 237 const sp<IMediaHTTPService> &httpService, 241 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 244 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this) [all...] |
/external/llvm/test/MC/ARM/ |
thumb-load-store-multiple.s | 14 ldm r0!, {r1, sp} 15 @ CHECK: error: SP may not be in the register list 16 @ CHECK: ldm r0!, {r1, sp} 32 ldmdb r0!, {r1, sp} 33 @ CHECK: error: SP may not be in the register list 46 stm r0!, {r1, sp} 47 @ CHECK: error: SP may not be in the register list 50 stm r0!, {sp, pc} 51 @ CHECK: error: SP and PC may not be in the register list 56 stmdb r0!, {r1, sp} [all...] |
/external/v8/test/cctest/ |
test-code-stubs-mips.cc | 70 __ Subu(sp, sp, Operand(kDoubleSize)); 71 __ sdc1(f12, MemOperand(sp)); 72 __ Move(source_reg, sp); 86 __ Subu(sp, sp, Operand(kDoubleSize)); 87 __ sdc1(f12, MemOperand(sp)); 93 if (destination_reg.is(source_reg) && !source_reg.is(sp)) { 95 __ Addu(source_reg, sp, Operand(source_reg_offset)); 101 __ Addu(sp, sp, Operand(kDoubleSize)) [all...] |
test-code-stubs-mips64.cc | 70 __ Dsubu(sp, sp, Operand(kDoubleSize)); 71 __ sdc1(f12, MemOperand(sp)); 72 __ Move(source_reg, sp); 86 __ Dsubu(sp, sp, Operand(kDoubleSize)); 87 __ sdc1(f12, MemOperand(sp)); 93 if (destination_reg.is(source_reg) && !source_reg.is(sp)) { 95 __ Daddu(source_reg, sp, Operand(source_reg_offset)); 101 __ Daddu(sp, sp, Operand(kDoubleSize)) [all...] |
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 26 const sp<Client>& client, 33 const sp<IMemory>& sharedBuffer, 73 virtual status_t setSyncEvent(const sp<SyncEvent>& event); 105 sp<IMemory> sharedBuffer() const { return mSharedBuffer; } 126 sp<IMemory> mSharedBuffer; 163 static sp<TimedTrack> create(PlaybackThread *thread, 164 const sp<Client>& client, 170 const sp<IMemory>& sharedBuffer, 178 TimedBuffer(const sp<IMemory>& buffer, int64_t pts); 179 const sp<IMemory>& buffer() const { return mBuffer; [all...] |
/frameworks/av/soundtrigger/ |
SoundTrigger.cpp | 36 sp<ISoundTriggerHwService> gSoundTriggerHwService; 55 sp<DeathNotifier> gDeathNotifier; 58 const sp<ISoundTriggerHwService>& SoundTrigger::getSoundTriggerHwService() 62 sp<IServiceManager> sm = defaultServiceManager(); 63 sp<IBinder> binder; 87 const sp<ISoundTriggerHwService>& service = getSoundTriggerHwService(); 94 sp<SoundTrigger> SoundTrigger::attach(const sound_trigger_module_handle_t module, 95 const sp<SoundTriggerCallback>& callback) 98 sp<SoundTrigger> soundTrigger; 99 const sp<ISoundTriggerHwService>& service = getSoundTriggerHwService() [all...] |
/frameworks/native/services/surfaceflinger/tests/ |
Transaction_test.cpp | 34 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc, 37 sp<Surface> s = sc->getSurface(); 57 static void captureScreen(sp<ScreenCapture>* sc) { 58 sp<IGraphicBufferProducer> producer; 59 sp<IGraphicBufferConsumer> consumer; 62 sp<CpuConsumer> cpuConsumer = new CpuConsumer(consumer, 1); 63 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); 64 sp<IBinder> display(sf->getBuiltInDisplay( 84 ScreenCapture(const sp<CpuConsumer>& cc) : 93 sp<CpuConsumer> mCC [all...] |
/system/security/keystore/ |
operation.cpp | 27 sp<IBinder> OperationMap::addOperation(keymaster_operation_handle_t handle, 30 sp<IBinder> appToken, 33 sp<IBinder> token = new BBinder(); 45 bool OperationMap::getOperation(sp<IBinder> token, keymaster_operation_handle_t* outHandle, 68 void OperationMap::updateLru(sp<IBinder> token) { 76 bool OperationMap::removeOperation(sp<IBinder> token) { 81 sp<IBinder> appToken = entry->second.appToken; 91 void OperationMap::removeOperationTracking(sp<IBinder> token, sp<IBinder> appToken) { 114 sp<IBinder> OperationMap::getOldestPruneableOperation() [all...] |