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;
44 StatsSocketListener::StatsSocketListener(std::shared_ptr<LogEventQueue> queue) in StatsSocketListener()
34 class LogEventQueue {36 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()
83 std::shared_ptr<LogEventQueue> eventQueue = in main()84 std::make_shared<LogEventQueue>(2000 /*buffer limit. Buffer is NOT pre-allocated*/); in main()
59 StatsService(const sp<Looper>& handlerLooper, std::shared_ptr<LogEventQueue> queue);435 std::shared_ptr<LogEventQueue> mEventQueue;
135 StatsService::StatsService(const sp<Looper>& handlerLooper, shared_ptr<LogEventQueue> queue) in StatsService()
34 LogEventQueue queue(50); in TEST()60 LogEventQueue queue(50); in TEST()
85 "src/logd/LogEventQueue.cpp",