Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 13 of 13) sorted by relevance

/bootable/recovery/minadbd/
Dservices.c32 void (*func)(int fd, void *cookie);
34 void *cookie; member
41 sti->func(sti->fd, sti->cookie); in service_bootstrap_func()
46 static void sideload_service(int s, void *cookie) in sideload_service() argument
49 unsigned count = (unsigned) cookie; in sideload_service()
85 static void echo_service(int fd, void *cookie)
118 static int create_service_thread(void (*func)(int, void *), void *cookie) in create_service_thread() argument
132 sti->cookie = cookie; in create_service_thread()
Dadb.h281 void framebuffer_service(int fd, void *cookie);
282 void log_service(int fd, void *cookie);
283 void remount_service(int fd, void *cookie);
/bootable/recovery/minzip/
DZip.h144 int dataLen, void *cookie);
158 void *cookie);
218 void (*callback)(const char *fn, void*), void *cookie,
DZip.c529 void *cookie) in processStoredEntry() argument
547 ret = processFunction(buf, n, cookie); in processStoredEntry()
558 void *cookie) in processDeflatedEntry() argument
633 bool ret = processFunction(procBuf, procSize, cookie); in processDeflatedEntry()
674 void *cookie) in mzProcessZipEntryContents() argument
687 ret = processStoredEntry(pArchive, pEntry, processFunction, cookie); in mzProcessZipEntryContents()
690 ret = processDeflatedEntry(pArchive, pEntry, processFunction, cookie); in mzProcessZipEntryContents()
740 void *cookie) in copyProcessFunction() argument
742 CopyProcessArgs *args = (CopyProcessArgs *)cookie; in copyProcessFunction()
773 void *cookie) in writeProcessFunction() argument
[all …]
/bootable/recovery/
Dui.h134 static void* input_thread(void* cookie);
139 static void* time_key_helper(void* cookie);
Dui.cpp159 void* RecoveryUI::time_key_helper(void* cookie) { in time_key_helper() argument
160 key_timer_t* info = (key_timer_t*) cookie; in time_key_helper()
189 void* RecoveryUI::input_thread(void *cookie) in input_thread() argument
Dscreen_ui.h119 static void* progress_thread(void* cookie);
Dscreen_ui.cpp317 void* ScreenRecoveryUI::progress_thread(void *cookie) { in progress_thread() argument
Drecovery.cpp880 print_property(const char *key, const char *name, void *cookie) { in print_property() argument
/bootable/recovery/edify/
Dmain.c44 state.cookie = NULL; in expect()
204 state.cookie = NULL; in main()
Dexpr.h35 void* cookie; member
/bootable/recovery/updater/
Dupdater.c127 state.cookie = &updater_info; in main()
Dinstall.c369 UpdaterInfo* ui = (UpdaterInfo*)(state->cookie); in ShowProgressFn()
387 UpdaterInfo* ui = (UpdaterInfo*)(state->cookie); in SetProgressFn()
403 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractDirFn()
436 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractFileFn()
468 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractFileFn()
1261 fprintf(((UpdaterInfo*)(state->cookie))->cmd_pipe, in UIPrintFn()
1265 fprintf(((UpdaterInfo*)(state->cookie))->cmd_pipe, "ui_print\n"); in UIPrintFn()
1274 fprintf(((UpdaterInfo*)(state->cookie))->cmd_pipe, "wipe_cache\n"); in WipeCacheFn()