Home
last modified time | relevance | path

Searched refs:StartPolling (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
DInplaceSamplerClient.h36 bool StartPolling(IOEventLoop& loop, const std::function<bool(Record*)>& record_callback,
Devent_fd.h82 bool StartPolling(IOEventLoop& loop, const std::function<bool()>& callback);
DInplaceSamplerClient.cpp70 bool InplaceSamplerClient::StartPolling(IOEventLoop& loop, in StartPolling() function in InplaceSamplerClient
Devent_selection_set.cpp532 if (!event_fd->StartPolling(*loop_, [this]() { in PrepareToReadMmapEventData()
540 if (!sampler->StartPolling(*loop_, callback, in PrepareToReadMmapEventData()
821 !fd_with_buffer->StartPolling(*loop_, [this]() { in CreateMappedBufferForCpu()
Devent_fd.cpp264 bool EventFd::StartPolling(IOEventLoop& loop, in StartPolling() function in EventFd