Searched refs:gCarStats (Results 1 – 1 of 1) sorted by relevance
35 static sp<ICarStatsService> gCarStats = nullptr; variable46 if (gCarStats) { in binderDied()47 sp<IBinder> binder = IInterface::asBinder(gCarStats); in binderDied()49 gCarStats = nullptr; in binderDied()58 if (!gCarStats) { in getCarService()64 gCarStats = interface_cast<ICarStatsService>(binder); in getCarService()67 return gCarStats; in getCarService()