Searched refs:cookie (Results 1 – 13 of 13) sorted by relevance
/bootable/recovery/minadbd/ |
D | services.c | 32 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()
|
D | adb.h | 281 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/ |
D | Zip.h | 144 int dataLen, void *cookie); 158 void *cookie); 218 void (*callback)(const char *fn, void*), void *cookie,
|
D | Zip.c | 529 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/ |
D | ui.h | 134 static void* input_thread(void* cookie); 139 static void* time_key_helper(void* cookie);
|
D | ui.cpp | 159 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
|
D | screen_ui.h | 119 static void* progress_thread(void* cookie);
|
D | screen_ui.cpp | 317 void* ScreenRecoveryUI::progress_thread(void *cookie) { in progress_thread() argument
|
D | recovery.cpp | 880 print_property(const char *key, const char *name, void *cookie) { in print_property() argument
|
/bootable/recovery/edify/ |
D | main.c | 44 state.cookie = NULL; in expect() 204 state.cookie = NULL; in main()
|
D | expr.h | 35 void* cookie; member
|
/bootable/recovery/updater/ |
D | updater.c | 127 state.cookie = &updater_info; in main()
|
D | install.c | 369 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()
|