Searched refs:addIfsStateCallback (Results 1 – 2 of 2) sorted by relevance
469 void addIfsStateCallback(StorageId storageId, IfsStateCallback callback);
1390 addIfsStateCallback(storage, [this, timeout](StorageId storageId, IfsState state) -> bool { in setUidReadTimeouts()1814 addIfsStateCallback(ifs.mountId, [this](StorageId storageId, IfsState state) -> bool { in prepareDataLoaderLocked()1828 addIfsStateCallback(ifs.mountId, [this](StorageId storageId, IfsState state) -> bool { in prepareDataLoaderLocked()2365 void IncrementalService::addIfsStateCallback(StorageId storageId, IfsStateCallback callback) { in addIfsStateCallback() function in android::incremental::IncrementalService