/hardware/ti/omap4-aah/camera/inc/ |
SensorListener.h | 48 mLooper = android::sp<android::Looper>(looper); 64 android::sp<android::Looper> mLooper; 91 android::sp<android::SensorEventQueue> mSensorEventQueue; 97 android::sp<android::Looper> mLooper; 98 android::sp<SensorLooperThread> mSensorLooperThread;
|
/hardware/ti/omap4xxx/camera/inc/ |
SensorListener.h | 45 mLooper = sp<Looper>(looper); 61 sp<Looper> mLooper; 88 sp<SensorEventQueue> mSensorEventQueue; 94 sp<Looper> mLooper; 95 sp<SensorLooperThread> mSensorLooperThread;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
weak_ptr.pass.cpp | 48 std::shared_ptr<A> sp(wp); 59 std::shared_ptr<A> sp(wp); 60 assert(sp.use_count() == 2); 61 assert(sp.get() == sp0.get()); 71 std::shared_ptr<A> sp(wp);
|
/frameworks/av/services/audioflinger/ |
AudioFlinger.h | 104 virtual sp<IAudioTrack> createTrack( 111 const sp<IMemory>& sharedBuffer, 118 virtual sp<IAudioRecord> openRecord( 130 sp<IMemory>& cblk, 131 sp<IMemory>& buffers, 161 virtual void registerClient(const sp<IAudioFlingerClient>& client); 215 virtual sp<IEffect> createEffect( 217 const sp<IEffectClient>& effectClient, 271 sp<NBLog::Writer> newWriter_l(size_t size, const char *name); 272 void unregisterWriter(const sp<NBLog::Writer>& writer) [all...] |
/external/llvm/test/MC/AArch64/ |
neon-simd-ldst-multi-elem.s | 10 st1 { v31.4s }, [sp] 14 st1 { v31.2s }, [sp] 18 // CHECK: st1 { v31.4s }, [sp] // encoding: [0xff,0x7b,0x00,0x4c] 22 // CHECK: st1 { v31.2s }, [sp] // encoding: [0xff,0x7b,0x00,0x0c] 30 st1 { v31.4s, v0.4s }, [sp] 34 st1 { v31.2s, v0.2s }, [sp] 38 // CHECK: st1 { v31.4s, v0.4s }, [sp] // encoding: [0xff,0xab,0x00,0x4c] 42 // CHECK: st1 { v31.2s, v0.2s }, [sp] // encoding: [0xff,0xab,0x00,0x0c] 47 st1 { v31.4s-v0.4s }, [sp] 51 st1 { v31.2s-v0.2s }, [sp] [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodecSource.cpp | 46 Puller(const sp<MediaSource> &source); 48 status_t start(const sp<MetaData> &meta, const sp<AMessage> ¬ify); 55 virtual void onMessageReceived(const sp<AMessage> &msg); 67 sp<MediaSource> mSource; 68 sp<AMessage> mNotify; 69 sp<ALooper> mLooper; 75 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg); 82 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source) 89 sp<MetaData> meta = source->getFormat() [all...] |
/frameworks/av/media/libstagefright/webm/ |
WebmFrameThread.cpp | 58 LinkedBlockingQueue<const sp<WebmFrame> >& sink) 67 sp<WebmFrameSourceThread> videoThread, 68 sp<WebmFrameSourceThread> audioThread, 69 List<sp<WebmElement> >& cues) 81 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource, 82 LinkedBlockingQueue<const sp<WebmFrame> >& audioSource, 83 List<sp<WebmElement> >& cues) 107 List<const sp<WebmFrame> >& frames, 109 List<sp<WebmElement> >& children) { 112 const sp<WebmFrame> f = *(frames.begin()) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_chroma_hor_ver.s | 91 STMFD sp!, {r0-r11,lr} 92 SUB sp, sp, #0xc4 94 LDR chrPW, [sp, #0x108] ;// chromaPartWidth 95 LDR xFrac, [sp, #0x100] ;// xFrac 96 LDR width, [sp, #0xf8] ;// width 107 LDR chrPH, [sp, #0x10c] ;// chromaPartHeight 108 LDR height, [sp, #0xfc] ;// height 115 LDR chrPH, [sp, #0x10c] ;// chromaPartHeight 116 LDR height, [sp, #0xfc] ;// heigh [all...] |
/frameworks/native/libs/binder/ |
IMemory.cpp | 48 sp<IMemoryHeap> find_heap(const sp<IBinder>& binder); 49 void free_heap(const sp<IBinder>& binder); 50 sp<IMemoryHeap> get_heap(const sp<IBinder>& binder); 56 sp<IMemoryHeap> heap; 66 static sp<HeapCache> gHeapCache = new HeapCache(); 77 BpMemoryHeap(const sp<IBinder>& impl); 91 static inline sp<IMemoryHeap> find_heap(const sp<IBinder>& binder) [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.h | 33 status_t parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree, 40 static sp<XMLNode> parse(const sp<AaptFile>& file); 43 sp<XMLNode> newNamespace(const String8& filename, const String16& prefix, const String16& uri) { 48 sp<XMLNode> newElement(const String8& filename, const String16& ns, const String16& name) { 53 sp<XMLNode> newCData(const String8& filename) { 70 const Vector<sp<XMLNode> >& getChildren() const; 108 sp<XMLNode> searchElement(const String16& tagNamespace, const String16& tagName); 110 sp<XMLNode> getChildElement(const String16& tagNamespace, const String16& tagName); 112 status_t addChild(const sp<XMLNode>& child) [all...] |
/bionic/libc/arch-arm/bionic/ |
syscall.S | 32 mov ip, sp 33 stmfd sp!, {r4, r5, r6, r7} 45 ldmfd sp!, {r4, r5, r6, r7}
|
/bionic/libc/arch-mips64/bionic/ |
vfork.S | 46 PTR_SUBU sp, FRAMESZ 54 REG_S $0, 4*REGSZ(sp) 61 PTR_ADDU sp,FRAMESZ
|
/cts/suite/audio_quality/lib/include/audio/ |
AudioLocal.h | 38 virtual bool startPlaybackOrRecord(android::sp<Buffer>& buffer, int numberRepetition = 1); 47 virtual bool doPlaybackOrRecord(android::sp<Buffer>& buffer) = 0; 73 android::sp<Buffer> mBuffer;
|
/external/bison/src/ |
print_graph.c | 82 item_number *sp; local 86 sp1 = sp = ritem + sitems[i]; 88 while (*sp >= 0) 89 sp++; 91 r = item_number_as_rule_number (*sp); 97 for (sp = rules[r].rhs; sp < sp1; sp++) 98 obstack_printf (oout, " %s", escape (symbols[*sp]->tag)); 102 for (/* Nothing */; *sp >= 0; ++sp [all...] |
/external/clang/test/Sema/ |
format-strings-scanf.c | 84 void test_scanlist(int *ip, char *sp, wchar_t *ls) { 86 scanf("%h[abc]", sp); // expected-warning{{length modifier 'h' results in undefined behavior or no effect with '[' conversion specifier}} 91 scanf("%[]% ]", sp); // no-warning 92 scanf("%[^]% ]", sp); // no-warning 93 scanf("%[a^]% ]", sp); // expected-warning {{invalid conversion specifier ' '}} 96 void test_alloc_extension(char **sp, wchar_t **lsp, float *fp) { 100 scanf("%as", sp); // expected-warning{{format specifies type 'float *' but the argument has type 'char **'}} 102 scanf("%a[bcd]", sp); // expected-warning{{format specifies type 'float *' but the argument has type 'char **'}} 106 scanf("%ms", sp); // No warning. 108 scanf("%mc", sp); // No warning [all...] |
/external/compiler-rt/test/asan/TestCases/Linux/ |
clone_test.cc | 26 char *sp = child_stack + kStackSize; // Stack grows down. local 27 printf("Parent: %p\n", sp); 28 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL);
|
/external/libhevc/decoder/arm/ |
ihevcd_fmt_conv_420sp_to_420p.s | 55 @* space to 420SP color space(UV interleaved). * 94 STMFD sp!,{r4-r12, lr} 96 LDR r5,[sp,#60] @//Load u2_dest_stridey 97 @ LDR r6,[sp,#56] @//Load u2_strideuv 98 LDR r7,[sp,#52] @//Load u2_stridey 99 LDR r8,[sp,#44] @//Load u2_width 100 LDR r9,[sp,#48] @//Load u2_height 105 LDR r5,[sp,#72] @//Load disable_luma_copy flag 144 LDR r5,[sp,#64] @//Load u2_dest_strideuv 145 LDR r7,[sp,#56] @//Load u2_strideu [all...] |
/frameworks/av/include/media/ |
IStreamSource.h | 32 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/ |
FileSource.h | 42 virtual sp<DecryptHandle> DrmInitialization(const char *mime); 44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client); 56 sp<DecryptHandle> mDecryptHandle;
|
MediaAdapter.h | 33 MediaAdapter(const sp<MetaData> &meta); 41 virtual sp<MetaData> getFormat(); 69 sp<MetaData> mOutputFormat;
|
MediaWriter.h | 35 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/ |
AHandler.h | 40 sp<ALooper> looper() const { 54 virtual void onMessageReceived(const sp<AMessage> &msg) = 0; 72 void deliverMessage(const sp<AMessage> &msg);
|
/frameworks/av/media/libmedia/ |
mediametadataretriever.cpp | 35 sp<IMediaPlayerService> MediaMetadataRetriever::sService; 36 sp<MediaMetadataRetriever::DeathNotifier> MediaMetadataRetriever::sDeathNotifier; 38 const sp<IMediaPlayerService>& MediaMetadataRetriever::getService() 42 sp<IServiceManager> sm = defaultServiceManager(); 43 sp<IBinder> binder; 65 const sp<IMediaPlayerService>& service(getService()); 70 sp<IMediaMetadataRetriever> retriever(service->createMetadataRetriever()); 87 sp<IMediaMetadataRetriever> retriever; 99 const sp<IMediaHTTPService> &httpService, 133 const sp<IDataSource>& dataSource [all...] |
/frameworks/av/media/libmediaplayerservice/ |
HDCP.h | 30 virtual status_t setObserver(const sp<IHDCPObserver> &observer); 40 const sp<GraphicBuffer> &graphicBuffer, 55 sp<IHDCPObserver> mObserver;
|
/frameworks/av/media/libstagefright/rtsp/ |
AH263Assembler.cpp | 32 AH263Assembler::AH263Assembler(const sp<AMessage> ¬ify) 44 const sp<ARTPSource> &source) { 53 const sp<ARTPSource> &source) { 54 List<sp<ABuffer> > *queue = source->queue(); 61 List<sp<ABuffer> >::iterator it = queue->begin(); 75 sp<ABuffer> buffer = *queue->begin(); 160 List<sp<ABuffer> >::iterator it = mPackets.begin(); 162 const sp<ABuffer> &unit = *it; 168 sp<ABuffer> accessUnit = new ABuffer(totalSize); 172 const sp<ABuffer> &unit = *it [all...] |