/hardware/intel/img/hwcomposer/moorefield_hdmi/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/intel/img/hwcomposer/merrifield/include/ |
D | Hwcomposer.h | 93 Hwcomposer *instance = sInstance; in getInstance() 96 sInstance = instance; in getInstance() 98 return *sInstance; in getInstance() 101 delete sInstance; in releaseInstance() local 102 sInstance = NULL; in releaseInstance() 130 static Hwcomposer *sInstance; variable
|
/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/intel/common/utils/media_resource_manager/omx_adaptor/ |
D | OMX_adaptor.h | 50 if (sInstance) { in ~MRM_OMX_Adaptor() 51 delete sInstance; in ~MRM_OMX_Adaptor() local 52 sInstance = NULL; in ~MRM_OMX_Adaptor() 111 static MRM_OMX_Adaptor* sInstance; variable
|
D | OMX_adaptor.cpp | 30 MRM_OMX_Adaptor* MRM_OMX_Adaptor::sInstance = NULL; member in MRM_OMX_Adaptor 61 if (sInstance == NULL) { in getInstance() 62 sInstance = new MRM_OMX_Adaptor(); in getInstance() 65 return sInstance; in getInstance()
|
/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/msm8994/libqdutils/ |
D | idle_invalidator.cpp | 44 android::sp<IdleInvalidator> IdleInvalidator::sInstance(0); member in IdleInvalidator 146 if(sInstance.get() == NULL) in getInstance() 147 sInstance = new IdleInvalidator(); in getInstance() 148 return sInstance.get(); in getInstance()
|
D | idle_invalidator.h | 44 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/msm8994/liboverlay/ |
D | overlay.cpp | 414 if(sInstance == NULL) { in getInstance() 415 sInstance = new Overlay(); in getInstance() 417 return sInstance; in getInstance() 601 Overlay* Overlay::sInstance = 0; member in overlay::Overlay
|
/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/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
|