Searched refs:onPendingReadsWithUid (Results 1 – 4 of 4) sorted by relevance
53 onPendingReadsWithUid = [](DataLoader* self, const IncFsReadInfoWithUid pendingReads[], in DataLoaderImpl()55 return static_cast<DataLoaderImpl*>(self)->mDataLoader->onPendingReadsWithUid( in DataLoaderImpl()
103 void (*onPendingReadsWithUid)(struct DataLoader* self, member
83 virtual void onPendingReadsWithUid(PageReadsWithUid pendingReads) = 0;
360 CHECK(mDataLoader->onPendingReadsWithUid); in tryFactory()437 if (mDataLoader->onPendingReadsWithUid) { in onPendingReadsLooperEvent()438 mDataLoader->onPendingReadsWithUid(mDataLoader, pendingReads.data(), in onPendingReadsLooperEvent()