/system/core/libcutils/ |
D | properties.c | 139 void *cookie; member 142 static void property_list_callback(const prop_info *pi, void *cookie) in property_list_callback() 153 void (*propfn)(const char *key, const char *value, void *cookie), in property_list() 331 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list() 414 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list()
|
D | open_memstream.c | 123 static int write_memstream(void* cookie, const char* buf, int size) in write_memstream() 164 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence) in seek_memstream() 216 static int close_memstream(void* cookie) in close_memstream()
|
/system/core/adb/ |
D | services.c | 46 void *cookie; member 60 void restart_root_service(int fd, void *cookie) in restart_root_service() 85 void restart_tcp_service(int fd, void *cookie) in restart_tcp_service() 105 void restart_usb_service(int fd, void *cookie) in restart_usb_service() 157 static int create_service_thread(void (*func)(int, void *), void *cookie) in create_service_thread() argument 309 static void subproc_waiter_service(int fd, void *cookie) in subproc_waiter_service() 463 char* cookie = strdup(name + 8); in service_to_fd() local 487 static void wait_for_state(int fd, void* cookie) in wait_for_state() 608 static void connect_service(int fd, void* cookie) in connect_service()
|
D | remount_service.c | 115 void remount_service(int fd, void *cookie) in remount_service()
|
D | framebuffer_service.c | 55 void framebuffer_service(int fd, void *cookie) in framebuffer_service()
|
D | file_sync_client.c | 94 int sync_ls(int fd, const char *path, sync_ls_cb func, void *cookie) in sync_ls() 544 const char *name, void *cookie) in do_sync_ls_cb() 823 const char *name, void *cookie) in sync_ls_build_list_cb()
|
D | file_sync_service.c | 426 void file_sync_service(int fd, void *cookie)
|
/system/core/include/cutils/ |
D | trace.h | 215 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 218 int32_t cookie) in atrace_async_begin() 234 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 236 int32_t cookie) in atrace_async_end()
|
/system/core/toolbox/ |
D | watchprops.c | 45 static void populate_watchlist(const prop_info *pi, void *cookie) in populate_watchlist() 55 static void update_watchlist(const prop_info *pi, void *cookie) in update_watchlist()
|
/system/extras/sound/ |
D | playwav.c | 37 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play() 125 int fill_buffer(void *buf, unsigned sz, void *cookie) in fill_buffer()
|
/system/core/adf/libadf/ |
D | adf.c | 497 bool (*filter)(struct adf_overlay_engine_data *data, void *cookie), in adf_overlay_engines_filter() 548 struct adf_overlay_engine_data *data, void *cookie) in adf_overlay_engine_format_filter() 565 struct format_filter_cookie cookie = { formats, n_formats }; in adf_overlay_engines_filter_by_format() local
|
/system/core/libzipfile/ |
D | zipfile.c | 147 iterate_zipfile(zipfile_t file, void** cookie) in iterate_zipfile()
|
/system/core/include/utils/ |
D | BasicHashtable.h | 46 uint32_t cookie; member
|
/system/core/libziparchive/ |
D | zip_archive.cc | 906 IterationHandle* cookie = (IterationHandle*) malloc(sizeof(IterationHandle)); in StartIteration() local 938 int32_t Next(void* cookie, ZipEntry* data, ZipEntryName* name) { in Next()
|
/system/core/libutils/tests/ |
D | BasicHashtable_test.cpp | 109 uint32_t cookie = h.cookieAt(index); in cookieAt() local
|