Home
last modified time | relevance | path

Searched defs:FileCallback (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.h90 using FileCallback = android::base::function_ref<bool(const Control& control, FileId fileId)>; variable
172 using FileCallback = android::base::function_ref<bool(std::string_view)>; variable
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h290 typedef bool (*FileCallback)(void* context, const IncFsControl* control, IncFsFileId fileId); typedef