Home
last modified time | relevance | path

Searched refs:sInstance (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/hardware/rga/include/
H A DRgaSingleton.h34 TYPE *instance = sInstance; in getInstance()
37 sInstance = instance; in getInstance()
44 return sInstance != nullptr; in hasInstance()
59 static TYPE *sInstance; member in RgaSingleton
69 template <> TYPE * ::RgaSingleton<TYPE>::sInstance(nullptr); /* NOLINT */ \
/device/soc/rockchip/rk3399/hardware/rga/include/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; member in RgaSingleton
66 template<> TYPE* ::RgaSingleton< TYPE >::sInstance(nullptr); /* NOLINT */ \
/device/soc/rockchip/rk3568/hardware/rga/include/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; member in RgaSingleton
66 template<> TYPE* ::RgaSingleton< TYPE >::sInstance(nullptr); /* NOLINT */ \
/device/soc/rockchip/rk3588/hardware/rga/include/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; member in Singleton
66 template<> TYPE* ::Singleton< TYPE >::sInstance(nullptr); /* NOLINT */ \

Completed in 2 milliseconds