/hardware/intel/img/hwcomposer/include/ |
D | Hwcomposer.h | 86 Hwcomposer *instance = sInstance; in getInstance() 89 sInstance = instance; in getInstance() 91 return *sInstance; in getInstance() 94 delete sInstance; in releaseInstance() local 95 sInstance = NULL; in releaseInstance() 117 static Hwcomposer *sInstance;
|
/hardware/qcom/display/msm8960/libqdutils/ |
D | idle_invalidator.cpp | 37 android::sp<IdleInvalidator> IdleInvalidator::sInstance(0); member in IdleInvalidator 85 if(sInstance.get() == NULL) in getInstance() 86 sInstance = new IdleInvalidator(); in getInstance() 87 return sInstance.get(); in getInstance()
|
D | idle_invalidator.h | 43 static android::sp<IdleInvalidator> sInstance; variable
|
/hardware/qcom/display/msm8974/libqdutils/ |
D | idle_invalidator.cpp | 37 android::sp<IdleInvalidator> IdleInvalidator::sInstance(0); member in IdleInvalidator 89 if(sInstance.get() == NULL) in getInstance() 90 sInstance = new IdleInvalidator(); in getInstance() 91 return sInstance.get(); in getInstance()
|
D | idle_invalidator.h | 44 static android::sp<IdleInvalidator> sInstance; variable
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | idle_invalidator.cpp | 43 android::sp<IdleInvalidator> IdleInvalidator::sInstance(0); member in IdleInvalidator 125 if(sInstance.get() == NULL) in getInstance() 126 sInstance = new IdleInvalidator(); in getInstance() 127 return sInstance.get(); in getInstance()
|
D | idle_invalidator.h | 43 static android::sp<IdleInvalidator> sInstance; variable
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | idle_invalidator.cpp | 43 android::sp<IdleInvalidator> IdleInvalidator::sInstance(0); member in IdleInvalidator 125 if(sInstance.get() == NULL) in getInstance() 126 sInstance = new IdleInvalidator(); in getInstance() 127 return sInstance.get(); in getInstance()
|
D | idle_invalidator.h | 43 static android::sp<IdleInvalidator> sInstance; variable
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlay.cpp | 205 if(sInstance == NULL) { in getInstance() 206 sInstance = new Overlay(); in getInstance() 208 return sInstance; in getInstance() 309 Overlay* Overlay::sInstance = 0; member in overlay::Overlay
|
D | overlay.h | 149 static Overlay *sInstance; variable
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlay.cpp | 226 if(sInstance == NULL) { in getInstance() 227 sInstance = new Overlay(); in getInstance() 229 return sInstance; in getInstance() 386 Overlay* Overlay::sInstance = 0; member in overlay::Overlay
|
D | overlay.h | 171 static Overlay *sInstance; variable
|
/hardware/ti/omap4-aah/libtiutils/ |
D | DebugUtils.cpp | 43 Debug Debug::sInstance; member in Ti::Debug
|
D | DebugUtils.h | 96 static Debug sInstance; 250 { return &sInstance; } in instance()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlay.cpp | 375 if(sInstance == NULL) { in getInstance() 376 sInstance = new Overlay(); in getInstance() 378 return sInstance; in getInstance() 584 Overlay* Overlay::sInstance = 0; member in overlay::Overlay
|
D | overlay.h | 237 static Overlay *sInstance; variable
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlay.cpp | 364 if(sInstance == NULL) { in getInstance() 365 sInstance = new Overlay(); in getInstance() 367 return sInstance; in getInstance() 573 Overlay* Overlay::sInstance = 0; member in overlay::Overlay
|
D | overlay.h | 245 static Overlay *sInstance; variable
|
/hardware/intel/img/hwcomposer/common/base/ |
D | Hwcomposer.cpp | 24 Hwcomposer* Hwcomposer::sInstance(0); member in android::intel::Hwcomposer
|