Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/lib/libkll/
Dsampler.cpp35 void KllSampler::Add(const int64_t item) { in Add() function in dist_proc::aggregation::internal::KllSampler
Dkll.cpp48 void KllQuantile::Add(const int64_t value) { in Add() function in dist_proc::aggregation::KllQuantile
Dcompactor_stack.cpp55 void CompactorStack::Add(const int64_t value) { in Add() function in dist_proc::aggregation::internal::CompactorStack
/packages/modules/adb/daemon/
Dproperty_monitor.cpp70 void PropertyMonitor::Add(std::string property, std::function<PropertyMonitorCallback> callback) { in Add() function in PropertyMonitor
/packages/modules/adb/fdevent/
Dfdevent.cpp105 void fdevent_context::Add(fdevent* fde, unsigned events) { in Add() function in fdevent_context
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1111 static final class Add extends RequestEntry { class in ConnectivityServiceTest.MockNetworkFactory.RequestEntry
1112 Add(@NonNull final NetworkRequest request) { in Add() method in ConnectivityServiceTest.MockNetworkFactory.RequestEntry.Add