Home
last modified time | relevance | path

Searched refs:instance_ (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/health/2.0/default/
DHealth.cpp33 sp<Health> Health::instance_; member in android::hardware::health::V2_0::implementation::Health
271 if (instance_ == nullptr) { in initInstance()
272 instance_ = new Health(c); in initInstance()
274 return instance_; in initInstance()
278 CHECK(instance_ != nullptr); in getImplementation()
279 return instance_; in getImplementation()