Home
last modified time | relevance | path

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

/bootable/recovery/
Dfuse_sdcard_provider.cpp37 static int read_block_file(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size) { in read_block_file()
54 static void close_file(void* cookie) { in close_file()
Dwear_touch.cpp32 WearSwipeDetector::WearSwipeDetector(int low, int high, OnSwipeCallback callback, void* cookie): in WearSwipeDetector()
120 void* WearSwipeDetector::touch_thread(void* cookie) { in touch_thread()
Dfuse_sideload.cpp78 void* cookie; member
365 int run_fuse_sideload(struct provider_vtab* vtab, void* cookie, in run_fuse_sideload()
Dui.cpp242 void* RecoveryUI::time_key_helper(void* cookie) { in time_key_helper()
Dinstall.cpp523 void* cookie; in verify_package_compatibility() local
Drecovery.cpp1210 print_property(const char *key, const char *name, void *cookie) { in print_property()
/bootable/recovery/minadbd/
Dminadbd_services.cpp34 void *cookie; member
62 static int create_service_thread(void (*func)(int, void *), void *cookie) { in create_service_thread() argument
/bootable/recovery/otautil/
DZipUtil.cpp48 void* cookie; in ExtractPackageRecursive() local
/bootable/recovery/edify/
Dexpr.h36 void* cookie; member
Dexpr.cpp419 State::State(const std::string& script, void* cookie) : in State()
/bootable/recovery/applypatch/
Dimgdiff.cpp533 void* cookie; in ReadZip() local
/bootable/recovery/updater/
Dblockimg.cpp327 static bool receive_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_new_data()
358 static void* unzip_new_data(void* cookie) { in unzip_new_data()