Home
last modified time | relevance | path

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

/system/core/adb/
Dservices.cpp52 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()
Dremount_service.cpp85 void remount_service(int fd, void* cookie) { in remount_service()
Dset_verity_enable_state_service.cpp155 void set_verity_enabled_state_service(int fd, void* cookie) in set_verity_enabled_state_service()
Dframebuffer_service.cpp57 void framebuffer_service(int fd, void *cookie) in framebuffer_service()
Dfile_sync_client.cpp94 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()
Dfile_sync_service.cpp414 void file_sync_service(int fd, void *cookie) in file_sync_service()
/system/core/libcutils/
Dproperties.c137 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()
Dopen_memstream.c121 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()
Dtrace-dev.c204 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/
Dtrace.h200 #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/
Dwatchprops.c46 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/
Dplaywav.c39 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/
Dadf.c499 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/
DBasicHashtable.h46 uint32_t cookie; member
/system/core/libziparchive/
Dzip_archive.cc894 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/
DBasicHashtable_test.cpp114 uint32_t cookie = h.cookieAt(index); in cookieAt() local