Searched refs:processIfsStateCallbacks (Results 1 – 2 of 2) sorted by relevance
471 void processIfsStateCallbacks();472 void processIfsStateCallbacks(StorageId storageId, std::vector<IfsStateCallback>& callbacks);
2374 [this]() { processIfsStateCallbacks(); }); in addIfsStateCallback()2378 void IncrementalService::processIfsStateCallbacks() { in processIfsStateCallbacks() function in android::incremental::IncrementalService2435 processIfsStateCallbacks(storageId, local); in processIfsStateCallbacks()2439 [this]() { processIfsStateCallbacks(); }); in processIfsStateCallbacks()2442 void IncrementalService::processIfsStateCallbacks(StorageId storageId, in processIfsStateCallbacks() function in android::incremental::IncrementalService