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

<<21222324252627282930>>

  /art/runtime/arch/mips64/
asm_support_mips64.S 43 .cfi_def_cfa $sp,0
57 .cfi_def_cfa $sp,0
  /bionic/libc/arch-mips/bionic/
__bionic_clone.S 41 lw t0,20(sp) # fn
42 lw t1,24(sp) # arg
60 lw a0,0(sp) # fn
61 lw a1,4(sp) # arg
  /external/compiler-rt/test/asan/TestCases/
debug_report.cc 23 void *sp = __asan_get_report_sp(); local
35 fprintf(stderr, "sp: %p\n", sp);
36 // CHECK: sp: 0x[[SP:[0-9a-f]+]]
47 // CHECK: AddressSanitizer: heap-use-after-free on address {{0x0*}}[[ADDR]] at pc {{0x0*}}[[PC]] bp {{0x0*}}[[BP]] sp {{0x0*}}[[SP]]
  /external/compiler-rt/test/msan/Linux/
sunrpc_bytes.cc 20 char *sp = s; local
22 bool_t res = xdr_bytes(&xdrs, &sp, &sz, sizeof(s));
sunrpc_string.cc 20 char *sp = s; local
21 bool_t res = xdr_string(&xdrs, &sp, sizeof(s));
  /external/libcxx/test/std/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;
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_420sp.s 54 @* space to 420SP color space(UV interleaved). *
89 STMFD sp!,{r4-r12, lr}
92 LDR r5,[sp,#56] @//Load u2_dest_stridey
94 LDR r7,[sp,#48] @//Load u2_stridey
95 LDR r8,[sp,#40] @//Load u2_width
96 LDR r9,[sp,#44] @//Load u2_height
148 LDR r5,[sp,#60] @//Load u2_dest_stridechroma
149 LDR r7,[sp,#52] @//Load u2_stridechroma
194 LDMFD sp!,{r4-r12, pc}
  /external/libunwind/tests/
Gtest-nomalloc.c 56 unw_word_t ip, sp; local
69 unw_get_reg (&cursor, UNW_REG_SP, &sp);
  /frameworks/av/cmds/screenrecord/
FrameOutput.h 42 sp<IGraphicBufferProducer>* pBufferProducer);
82 sp<GLConsumer> mGlConsumer;
  /frameworks/av/include/camera/
ICameraClient.h 38 virtual void dataCallback(int32_t msgType, const sp<IMemory>& data,
40 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
  /frameworks/av/include/common_time/
cc_helper.h 65 static sp<ICommonClock> common_clock_;
66 static sp<ICommonClockListener> common_clock_listener_;
  /frameworks/av/include/media/
MediaMetadataRetrieverInterface.h 39 const sp<IMediaHTTPService> &httpService,
44 virtual status_t setDataSource(const sp<DataSource>& source) = 0;
  /frameworks/av/include/media/stagefright/
AACWriter.h 34 virtual status_t addSource(const sp<MediaSource> &source);
51 sp<MediaSource> mSource;
AMRWriter.h 36 virtual status_t addSource(const sp<MediaSource> &source);
48 sp<MediaSource> mSource;
  /frameworks/av/include/soundtrigger/
ISoundTrigger.h 35 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
41 const sp<IMemory>& dataMemory) = 0;
  /frameworks/av/media/libmedia/
IMediaHTTPService.cpp 33 BpMediaHTTPService(const sp<IBinder> &impl)
37 virtual sp<IMediaHTTPConnection> makeHTTPConnection() {
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 35 sp<IServiceManager> sm = defaultServiceManager();
36 sp<IBinder> am = sm->getService(String16("activity"));
  /frameworks/av/media/libstagefright/
MediaCodecListOverrides.h 39 void profileCodecs(const Vector<sp<MediaCodecInfo>> &infos);
43 const Vector<sp<MediaCodecInfo>> &infos,
WVMExtractor.cpp 47 WVMExtractor::WVMExtractor(const sp<DataSource> &source)
56 typedef WVMLoadableExtractor *(*GetInstanceFunc)(sp<DataSource>);
98 sp<MediaSource> WVMExtractor::getTrack(size_t index) {
105 sp<MetaData> WVMExtractor::getTrackMetaData(size_t index, uint32_t flags) {
112 sp<MetaData> WVMExtractor::getMetaData() {
169 const sp<DataSource> &source, String8 *mimeType, float *confidence,
170 sp<AMessage> *) {
178 typedef WVMLoadableExtractor *(*SnifferFunc)(const sp<DataSource>&);
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 88 ALooper::handler_id ALooper::registerHandler(const sp<AHandler> &handler) {
133 sp<LooperThread> thread;
164 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) {
227 sp<AReplyToken> ALooper::createReplyToken() {
232 status_t ALooper::awaitResponse(const sp<AReplyToken> &replyToken, sp<AMessage> *response) {
242 status_t ALooper::postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &reply) {
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.h 38 void queueBuffer(const sp<ABuffer> &buffer);
52 List<sp<ABuffer> > mBufferQueue;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPatch.h 43 class AudioPatchCollection : public DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> >
46 status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch);
EffectDescriptor.h 40 class EffectDescriptorCollection : public KeyedVector<int, sp<EffectDescriptor> >
56 status_t setEffectEnabled(const sp<EffectDescriptor> &effectDesc, bool enabled);
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 89 sp<ISoundTriggerClient> client;
90 sp<Module> module = new Module(this, dev, descriptor, client);
126 const sp<ISoundTriggerClient>& client,
127 sp<ISoundTrigger>& moduleInterface)
143 sp<Module> module = mModules.valueAt(index);
166 void SoundTriggerHwService::detachModule(sp<Module> module)
222 sp<SoundTriggerHwService> service = module->service().promote();
230 sp<IMemory> SoundTriggerHwService::prepareRecognitionEvent_l(
233 sp<IMemory> eventMemory;
273 sp<IMemory> eventMemory = prepareRecognitionEvent_l(event)
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDataSource.h 44 virtual sp<IMemory> getIMemory();
60 sp<IMemory> mMemory;

Completed in 2785 milliseconds

<<21222324252627282930>>