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;
41 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>(2000 /*buffer limit. Buffer is NOT pre-allocated*/); in main()
56 StatsService(const sp<Looper>& handlerLooper, std::shared_ptr<LogEventQueue> queue);383 std::shared_ptr<LogEventQueue> mEventQueue;
129 StatsService::StatsService(const sp<Looper>& handlerLooper, shared_ptr<LogEventQueue> queue) in StatsService()
34 LogEventQueue queue(50); in TEST()60 LogEventQueue queue(50); in TEST()
86 "src/logd/LogEventQueue.cpp",