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