Home
last modified time | relevance | path

Searched refs:attemptWriteToPipeLocked (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/shell/
H A DShellSubscriber.cpp160 attemptWriteToPipeLocked(/*dataSize=*/0); in pullAndSendHeartbeats()
203 if (count > 0) attemptWriteToPipeLocked(mProto.size()); in writePulledAtomsLocked()
217 attemptWriteToPipeLocked(mProto.size()); in onLogEvent()
225 void ShellSubscriber::attemptWriteToPipeLocked(size_t dataSize) { in attemptWriteToPipeLocked() function in android::os::statsd::ShellSubscriber
H A DShellSubscriber.h120 void attemptWriteToPipeLocked(size_t dataSize);