Home
last modified time | relevance | path

Searched defs:context (Results 1 – 18 of 18) sorted by relevance

/system/core/libcorkscrew/
Dptrace.c102 ptrace_context_t* context = in load_ptrace_context() local
127 void free_ptrace_context(ptrace_context_t* context) { in free_ptrace_context()
134 void find_symbol_ptrace(const ptrace_context_t* context, in find_symbol_ptrace()
Dbacktrace.c74 static _Unwind_Reason_Code unwind_backtrace_callback(struct _Unwind_Context* context, void* arg) { in unwind_backtrace_callback()
228 ssize_t unwind_backtrace_ptrace(pid_t tid, const ptrace_context_t* context, in unwind_backtrace_ptrace()
273 void get_backtrace_symbols_ptrace(const ptrace_context_t* context, in get_backtrace_symbols_ptrace()
/system/netd/
DMDnsSdListener.cpp69 Context *context = new Context(requestId, mListener); in discover() local
99 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerDiscoverCallback() local
161 Context *context = new Context(requestId, mListener); in serviceRegister() local
192 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerRegisterCallback() local
217 Context *context = new Context(requestId, mListener); in resolveService() local
246 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerResolveCallback() local
272 Context *context = new Context(requestId, mListener); in getAddrInfo() local
301 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerGetAddrInfoCallback() local
332 Context *context = new Context(requestId, mListener); in setHostname() local
358 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerSetHostnameCallback() local
[all …]
DMDnsSdListener.h89 Element(int id, Context *context) in Element()
/system/core/debuggerd/
Dtombstone.c220 static void dump_stack_segment(const ptrace_context_t* context, log_t* log, pid_t tid, in dump_stack_segment()
268 static void dump_stack(const ptrace_context_t* context, log_t* log, pid_t tid, bool at_fault, in dump_stack()
320 static void dump_backtrace_and_stack(const ptrace_context_t* context, log_t* log, pid_t tid, in dump_backtrace_and_stack()
330 static void dump_nearby_maps(const ptrace_context_t* context, log_t* log, pid_t tid) { in dump_nearby_maps()
393 static void dump_thread(const ptrace_context_t* context, log_t* log, pid_t tid, bool at_fault, in dump_thread()
406 static bool dump_sibling_thread_report(const ptrace_context_t* context, in dump_sibling_thread_report()
617 ptrace_context_t* context = load_ptrace_context(tid); in dump_crash() local
Dbacktrace.c65 static void dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached, in dump_thread()
121 ptrace_context_t* context = load_ptrace_context(tid); in dump_backtrace() local
/system/extras/tests/memtest/
Dthumb.cpp8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) in trace_function()
/system/core/libcutils/
Dhashmap.c252 void* (*initialValue)(void* key, void* context), void* context) { in hashmapMemoize()
307 bool (*callback)(void* key, void* value, void* context), in hashmapForEach()
Dstr_parms.c78 static bool remove_pair(void *key, void *value, void *context) in remove_pair()
287 static bool combine_strings(void *key, void *value, void *context) in combine_strings()
321 static bool dump_entry(void *key, void *value, void *context) in dump_entry()
Dmq.c118 void* context; member
365 static bool peerProxyRemoveConnection(void* key, void* value, void* context) { in peerProxyRemoveConnection()
1180 void* context; member
1201 void (*free)(void* context), void* context) { in peerSendSharedBytes()
Ddir_hash.c41 SHA1_CTX context; in get_file_hash() local
/system/core/init/
Dparser.h30 void *context; member
/system/core/libusbhost/
Dusbhost.c128 static void watch_existing_subdirs(struct usb_host_context *context, in watch_existing_subdirs()
149 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context)); in usb_host_init() local
163 void usb_host_cleanup(struct usb_host_context *context) in usb_host_cleanup()
169 void usb_host_run(struct usb_host_context *context, in usb_host_run()
/system/extras/ext4_utils/
Dsha1.c198 void SHA1Init(context) in SHA1Init() argument
217 void SHA1Update(context, data, len) in SHA1Update() argument
247 void SHA1Final(digest, context) in SHA1Final() argument
/system/core/libcorkscrew/arch-mips/
Dbacktrace-mips.c174 ssize_t unwind_backtrace_ptrace_arch(pid_t tid, const ptrace_context_t* context, in unwind_backtrace_ptrace_arch()
/system/core/libcorkscrew/arch-x86/
Dbacktrace-x86.c141 ssize_t unwind_backtrace_ptrace_arch(pid_t tid, const ptrace_context_t* context, in unwind_backtrace_ptrace_arch()
/system/core/libcorkscrew/arch-arm/
Dbacktrace-arm.c585 ssize_t unwind_backtrace_ptrace_arch(pid_t tid, const ptrace_context_t* context, in unwind_backtrace_ptrace_arch()
/system/core/libpixelflinger/
Dpixelflinger.cpp822 ssize_t gglInit(GGLContext** context) in gglInit()