Home
last modified time | relevance | path

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

/system/netd/server/
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
247 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerResolveCallback() local
273 Context *context = new Context(requestId, mListener); in getAddrInfo() local
302 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerGetAddrInfoCallback() local
333 Context *context = new Context(requestId, mListener); in setHostname() local
359 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerSetHostnameCallback() local
[all …]
DMDnsSdListener.h89 Element(int id, Context *context) in Element()
/system/extras/tests/memtest/
Dthumb.cpp8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) in trace_function()
/system/core/libusbhost/
Dusbhost.c138 static void watch_existing_subdirs(struct usb_host_context *context, in watch_existing_subdirs()
159 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context)); in usb_host_init() local
173 void usb_host_cleanup(struct usb_host_context *context) in usb_host_cleanup()
179 int usb_host_get_fd(struct usb_host_context *context) in usb_host_get_fd()
184 int usb_host_load(struct usb_host_context *context, in usb_host_load()
223 int usb_host_read_event(struct usb_host_context *context) in usb_host_read_event()
301 void usb_host_run(struct usb_host_context *context, in usb_host_run()
/system/core/init/
Dparser.h30 void *context; member
/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.c79 static bool remove_pair(void *key, void *value, void *context) in remove_pair()
316 static bool combine_strings(void *key, void *value, void *context) in combine_strings()
Ddir_hash.c41 SHA1_CTX context; in get_file_hash() local
/system/core/fastbootd/
Dnetwork_discovery.c50 const char *name, const char *regtype, const char *domain, void *context) in reg_reply()
/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/libpixelflinger/
Dpixelflinger.cpp822 ssize_t gglInit(GGLContext** context) in gglInit()
/system/core/sdcard/
Dsdcard.c1649 static bool remove_str_to_int(void *key, void *value, void *context) { in remove_str_to_int()
1656 static bool remove_int_to_null(void *key, void *value, void *context) { in remove_int_to_null()