Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtvirtualkeyboard/
H A D0001-replace-deprecated-std-auto_ptr-with-std-unique_ptr.patch23 - auto_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
24 + unique_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
32 - auto_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
33 + unique_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
41 - auto_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
42 + unique_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
59 - auto_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
60 + unique_ptr<LTKOSUtil> a_ptrOSUtil(LTKOSUtilFactory::getInstance());
/OK3568_Linux_fs/app/qsetting/
H A Dqtwifi.h25 static qtWifi* getInstance(QWidget *parent, QLabel *label, QPushButton *btn, bool on = false)
33 static qtWifi* getInstance(void) in getInstance() function
H A Dqtwifi.cpp132 qtWifi *wifi = qtWifi::getInstance(); in wifi_callback()
195 QKeyBoard::getInstance(); in on_itemClicked()
196 inputDialog *dialog = inputDialog::getInstance(this); in on_itemClicked()
H A Dqtinputdialog.h16 static inputDialog* getInstance(QWidget *parent = nullptr)
H A Dqtkeyboard.h22 static QKeyBoard* getInstance() in getInstance() function
H A Dmainwindow.cpp166 wifi = qtWifi::getInstance(this, &subTitle, &toggleBtn, isWifiOn); in on_itemClicked()
170 bt = qtBT::getInstance(this, &subTitle, &toggleBtn, isBtOn); in on_itemClicked()
H A Dqtbt.cpp62 qtBT *btlist = getInstance(); in source_connect_cb()
118 qtBT *btlist = getInstance(); in scan_cb()
H A Dqtbt.h65 …static qtBT* getInstance(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nu…
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem_pool.cpp63 static MppMemPoolService* getInstance() { in getInstance() function in MppMemPoolService
177 return (MppMemPool)MppMemPoolService::getInstance()->get_pool(size); in mpp_mem_pool_init_f()
186 MppMemPoolService::getInstance()->put_pool(impl); in mpp_mem_pool_deinit_f()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.cpp58 PinyinDecoderService::getInstance()->resetSearch(); in Keyboard()
310 PinyinDecoderService *pinyin =PinyinDecoderService::getInstance(); in handleKey()
342 PinyinDecoderService *pinyin =PinyinDecoderService::getInstance(); in clearpinyin()
352 PinyinDecoderService *pinyin =PinyinDecoderService::getInstance(); in addSearch()
380 static PinyinDecoderService *pinyin =PinyinDecoderService::getInstance(); in textChose()
H A Dpinyindecoderservice.h46 static PinyinDecoderService *getInstance();
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DRkIspFecHwMgr.h29 static RkIspFecHwMgr* getInstance();
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dpinyindecoderservice.h46 static PinyinDecoderService *getInstance();
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaSingleton.h33 static TYPE& getInstance() { in getInstance() function
H A DRockchipRga.h55 return getInstance(); in get()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaSingleton.h33 static TYPE& getInstance() { in getInstance() function
H A DRockchipRga.h55 return getInstance(); in get()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaSingleton.h33 static TYPE& getInstance() { in getInstance() function
H A DRockchipRga.h55 return getInstance(); in get()
/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaSingleton.h33 static TYPE& getInstance() { in getInstance() function
H A DRockchipRga.h55 return getInstance(); in get()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaSingleton.h33 static TYPE& getInstance() { in getInstance() function
H A DRockchipRga.h55 return getInstance(); in get()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCaptureRawData.h44 static CaptureRawData& getInstance() { in getInstance() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A DRkIspFecHwMgr.cpp66 RkIspFecHwMgr* RkIspFecHwMgr::getInstance() in getInstance() function in RKISPFEC::RkIspFecHwMgr

12