Searched refs:gStatsService (Results 1 – 1 of 1) sorted by relevance
39 shared_ptr<StatsService> gStatsService = nullptr; variable52 if (gStatsService != nullptr) gStatsService->Terminate(); in signalHandler()82 gStatsService = SharedRefBase::make<StatsService>(looper, eventQueue); in main()85 binder_status_t status = AServiceManager_addService(gStatsService->asBinder().get(), "stats"); in main()93 gStatsService->sayHiToStatsCompanion(); in main()95 gStatsService->Startup(); in main()