Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal.h67 struct DispatcherImpl { struct
68 using AllObservers = std::index_sequence_for<ObserverTypes...>;
74 static DispatchData GetNotificationHooks( in GetNotificationHooks()
84 static DispatchData CreateDispatchData() { in CreateDispatchData()
97 static void PartitionAllocatorAllocationHook( in PartitionAllocatorAllocationHook()
112 static void PartitionAllocatorFreeHook( in PartitionAllocatorFreeHook()
128 static void* AllocFn(const AllocatorDispatch* self, in AllocFn()
138 static void* AllocUncheckedFn(const AllocatorDispatch* self, in AllocUncheckedFn()
149 static void* AllocZeroInitializedFn(const AllocatorDispatch* self, in AllocZeroInitializedFn()
161 static void* AllocAlignedFn(const AllocatorDispatch* self, in AllocAlignedFn()
[all …]
/aosp_15_r20/external/downloader/src/test/java/com/google/android/downloader/
H A DDownloaderTest.java1023 private static class DispatcherImpl extends Dispatcher { class in DownloaderTest