| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtvirtualkeyboard/ |
| H A D | 0001-replace-deprecated-std-auto_ptr-with-std-unique_ptr.patch | 23 - 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 D | qtwifi.h | 25 static qtWifi* getInstance(QWidget *parent, QLabel *label, QPushButton *btn, bool on = false) 33 static qtWifi* getInstance(void) in getInstance() function
|
| H A D | qtwifi.cpp | 132 qtWifi *wifi = qtWifi::getInstance(); in wifi_callback() 195 QKeyBoard::getInstance(); in on_itemClicked() 196 inputDialog *dialog = inputDialog::getInstance(this); in on_itemClicked()
|
| H A D | qtinputdialog.h | 16 static inputDialog* getInstance(QWidget *parent = nullptr)
|
| H A D | qtkeyboard.h | 22 static QKeyBoard* getInstance() in getInstance() function
|
| H A D | mainwindow.cpp | 166 wifi = qtWifi::getInstance(this, &subTitle, &toggleBtn, isWifiOn); in on_itemClicked() 170 bt = qtBT::getInstance(this, &subTitle, &toggleBtn, isBtOn); in on_itemClicked()
|
| H A D | qtbt.cpp | 62 qtBT *btlist = getInstance(); in source_connect_cb() 118 qtBT *btlist = getInstance(); in scan_cb()
|
| H A D | qtbt.h | 65 …static qtBT* getInstance(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nu…
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_mem_pool.cpp | 63 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 D | keyboard.cpp | 58 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 D | pinyindecoderservice.h | 46 static PinyinDecoderService *getInstance();
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/ |
| H A D | RkIspFecHwMgr.h | 29 static RkIspFecHwMgr* getInstance();
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | pinyindecoderservice.h | 46 static PinyinDecoderService *getInstance();
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | RgaSingleton.h | 33 static TYPE& getInstance() { in getInstance() function
|
| H A D | RockchipRga.h | 55 return getInstance(); in get()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | RgaSingleton.h | 33 static TYPE& getInstance() { in getInstance() function
|
| H A D | RockchipRga.h | 55 return getInstance(); in get()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | RgaSingleton.h | 33 static TYPE& getInstance() { in getInstance() function
|
| H A D | RockchipRga.h | 55 return getInstance(); in get()
|
| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | RgaSingleton.h | 33 static TYPE& getInstance() { in getInstance() function
|
| H A D | RockchipRga.h | 55 return getInstance(); in get()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | RgaSingleton.h | 33 static TYPE& getInstance() { in getInstance() function
|
| H A D | RockchipRga.h | 55 return getInstance(); in get()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CaptureRawData.h | 44 static CaptureRawData& getInstance() { in getInstance() function
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | RkIspFecHwMgr.cpp | 66 RkIspFecHwMgr* RkIspFecHwMgr::getInstance() in getInstance() function in RKISPFEC::RkIspFecHwMgr
|