Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 15 of 15) sorted by relevance

/system/core/libcutils/
Dproperties.c139 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()
Dopen_memstream.c123 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/
Dservices.c46 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()
Dremount_service.c115 void remount_service(int fd, void *cookie) in remount_service()
Dframebuffer_service.c55 void framebuffer_service(int fd, void *cookie) in framebuffer_service()
Dfile_sync_client.c94 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()
Dfile_sync_service.c426 void file_sync_service(int fd, void *cookie)
/system/core/include/cutils/
Dtrace.h215 #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/
Dwatchprops.c45 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/
Dplaywav.c37 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/
Dadf.c497 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/
Dzipfile.c147 iterate_zipfile(zipfile_t file, void** cookie) in iterate_zipfile()
/system/core/include/utils/
DBasicHashtable.h46 uint32_t cookie; member
/system/core/libziparchive/
Dzip_archive.cc906 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/
DBasicHashtable_test.cpp109 uint32_t cookie = h.cookieAt(index); in cookieAt() local