/system/core/adb/ |
D | services.cpp | 52 void *cookie; member 66 void restart_root_service(int fd, void *cookie) { in restart_root_service() 85 void restart_unroot_service(int fd, void *cookie) { in restart_unroot_service() 96 void restart_tcp_service(int fd, void *cookie) { in restart_tcp_service() 111 void restart_usb_service(int fd, void *cookie) { in restart_usb_service() 196 static int create_service_thread(void (*func)(int, void *), void *cookie) in create_service_thread() argument 350 static void subproc_waiter_service(int fd, void *cookie) in subproc_waiter_service() 494 char* cookie = strdup(name + 8); in service_to_fd() local 522 static void wait_for_state(int fd, void* cookie) in wait_for_state() 630 static void connect_service(int fd, void* cookie) in connect_service()
|
D | remount_service.cpp | 85 void remount_service(int fd, void* cookie) { in remount_service()
|
D | set_verity_enable_state_service.cpp | 155 void set_verity_enabled_state_service(int fd, void* cookie) in set_verity_enabled_state_service()
|
D | framebuffer_service.cpp | 57 void framebuffer_service(int fd, void *cookie) in framebuffer_service()
|
D | file_sync_client.cpp | 94 int sync_ls(int fd, const char *path, sync_ls_cb func, void *cookie) in sync_ls() 537 const char *name, void *cookie) in do_sync_ls_cb() 812 const char *name, void *cookie) in sync_ls_build_list_cb()
|
D | file_sync_service.cpp | 414 void file_sync_service(int fd, void *cookie) in file_sync_service()
|
/system/core/libcutils/ |
D | properties.c | 137 void *cookie; member 140 static void property_list_callback(const prop_info *pi, void *cookie) in property_list_callback() 151 void (*propfn)(const char *key, const char *value, void *cookie), in property_list()
|
D | open_memstream.c | 121 static int write_memstream(void* cookie, const char* buf, int size) in write_memstream() 162 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence) in seek_memstream() 214 static int close_memstream(void* cookie) in close_memstream()
|
D | trace-dev.c | 204 void atrace_async_begin_body(const char* name, int32_t cookie) in atrace_async_begin_body() 214 void atrace_async_end_body(const char* name, int32_t cookie) in atrace_async_end_body()
|
/system/core/include/cutils/ |
D | trace.h | 200 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 203 int32_t cookie) in atrace_async_begin() 215 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 216 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end()
|
/system/core/toolbox/ |
D | watchprops.c | 46 static void populate_watchlist(const prop_info *pi, void *cookie) in populate_watchlist() 56 static void update_watchlist(const prop_info *pi, void *cookie) in update_watchlist()
|
/system/extras/sound/ |
D | playwav.c | 39 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play() 127 int fill_buffer(void *buf, unsigned sz, void *cookie) in fill_buffer()
|
/system/core/adf/libadf/ |
D | adf.c | 499 bool (*filter)(struct adf_overlay_engine_data *data, void *cookie), in adf_overlay_engines_filter() 550 struct adf_overlay_engine_data *data, void *cookie) in adf_overlay_engine_format_filter() 567 struct format_filter_cookie cookie = { formats, n_formats }; in adf_overlay_engines_filter_by_format() local
|
/system/core/include/utils/ |
D | BasicHashtable.h | 46 uint32_t cookie; member
|
/system/core/libziparchive/ |
D | zip_archive.cc | 894 IterationHandle* cookie = new IterationHandle(optional_prefix, optional_suffix); in StartIteration() local 902 void EndIteration(void* cookie) { in EndIteration() 925 int32_t Next(void* cookie, ZipEntry* data, ZipEntryName* name) { in Next()
|
/system/core/libutils/tests/ |
D | BasicHashtable_test.cpp | 114 uint32_t cookie = h.cookieAt(index); in cookieAt() local
|