Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 7 of 7) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h52 inline sp() : m_ptr(0) { } in sp() function
97 sp<T>::sp(T* other) in sp() function
104 sp<T>::sp(const sp<T>& other) in sp() function
111 sp<T>::sp(U* other) : m_ptr(other) in sp() function
117 sp<T>::sp(const sp<U>& other) in sp() function
/system/core/include/utils/
DStrongPointer.h61 inline sp() : m_ptr(0) { } in sp() function
113 sp<T>::sp(T* other) in sp() function
120 sp<T>::sp(const sp<T>& other) in sp() function
127 sp<T>::sp(U* other) in sp() function
134 sp<T>::sp(const sp<U>& other) in sp() function
/system/core/toolbox/
Drenice.c51 struct sched_param sp; in print_prio() local
141 struct sched_param sp = { .sched_priority = prio }; in renice_main() local
/system/core/libbacktrace/
DUnwindCurrent.cpp95 unw_word_t sp; in UnwindFromContext() local
DUnwindPtrace.cpp91 unw_word_t sp; in Unwind() local
/system/core/include/backtrace/
DBacktrace.h40 uintptr_t sp; // The top of the stack. member
/system/core/debuggerd/
Dtombstone.cpp239 Backtrace* backtrace, log_t* log, uintptr_t* sp, size_t words, int label) { in dump_stack_segment()
292 word_t sp = backtrace->GetFrame(first)->sp - STACK_WORDS * sizeof(word_t); in dump_stack() local