Searched refs:LogEventQueue (Results 1 – 9 of 9) sorted by relevance
38 explicit StatsSocketListener(std::shared_ptr<LogEventQueue> queue);50 std::shared_ptr<LogEventQueue> mQueue;
39 StatsSocketListener::StatsSocketListener(std::shared_ptr<LogEventQueue> queue) in StatsSocketListener()
32 class LogEventQueue {34 explicit LogEventQueue(size_t maxSize) : mQueueLimit(maxSize){}; in LogEventQueue() function
29 unique_ptr<LogEvent> LogEventQueue::waitPop() { in waitPop()42 bool LogEventQueue::push(unique_ptr<LogEvent> item, int64_t* oldestTimestampNs) { in push()
78 std::shared_ptr<LogEventQueue> eventQueue = in main()79 std::make_shared<LogEventQueue>(4000 /*buffer limit. Buffer is NOT pre-allocated*/); in main()
56 StatsService(const sp<Looper>& handlerLooper, std::shared_ptr<LogEventQueue> queue);382 std::shared_ptr<LogEventQueue> mEventQueue;
91 StatsService::StatsService(const sp<Looper>& handlerLooper, shared_ptr<LogEventQueue> queue) in StatsService()
51 LogEventQueue queue(50); in TEST()76 LogEventQueue queue(50); in TEST()
52 "src/logd/LogEventQueue.cpp",