Searched refs:instance_ (Results 1 – 2 of 2) sorted by relevance
22 BinderManager *BinderManager::instance_ = NULL; member in wpa_supplicant_binder::BinderManager26 if (!instance_) in getInstance()27 instance_ = new BinderManager(); in getInstance()28 return instance_; in getInstance()33 if (instance_) in destroyInstance()34 delete instance_; in destroyInstance()35 instance_ = NULL; in destroyInstance()
47 static BinderManager *instance_; variable