Searched refs:_instance (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | qtwifi.h | 27 if (!_instance) { 28 _instance = new qtWifi(parent, label, btn, on); 30 return _instance; 35 return _instance; in getInstance() 44 static qtWifi* _instance; variable
|
| H A D | qtinputdialog.h | 18 if (!_instance) { 19 _instance = new inputDialog; 21 return _instance; 30 static inputDialog* _instance;
|
| H A D | qtkeyboard.h | 24 if (!_instance) { in getInstance() 25 _instance = new QKeyBoard; in getInstance() 27 return _instance; in getInstance() 32 static QKeyBoard* _instance; variable
|
| H A D | qtbt.h | 67 if (!_instance) { 68 _instance = new qtBT(parent, label, btn, on); 70 return _instance; 92 static class qtBT* _instance; variable
|
| H A D | qtinputdialog.cpp | 6 inputDialog* inputDialog::_instance = nullptr; member in inputDialog 58 _instance = nullptr; in ~inputDialog()
|
| H A D | qtwifi.cpp | 12 qtWifi* qtWifi::_instance = nullptr; member in qtWifi 63 _instance = nullptr; in ~qtWifi()
|
| H A D | qtkeyboard.cpp | 7 QKeyBoard* QKeyBoard::_instance = nullptr; member in QKeyBoard 64 _instance = nullptr; in ~QKeyBoard()
|
| H A D | qtbt.cpp | 10 qtBT* qtBT::_instance = nullptr; member in qtBT 239 _instance = nullptr; in ~qtBT()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | pinyindecoderservice.cpp | 44 QScopedPointer<PinyinDecoderService> PinyinDecoderService::_instance; member in QtVirtualKeyboard::PinyinDecoderService 67 if (!_instance) in getInstance() 68 _instance.reset(new PinyinDecoderService()); in getInstance() 69 if (!_instance->init()) in getInstance() 71 return _instance.data(); in getInstance()
|
| H A D | pinyindecoderservice.h | 67 static QScopedPointer<PinyinDecoderService> _instance;
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | pinyindecoderservice.h | 67 static QScopedPointer<PinyinDecoderService> _instance;
|
| /OK3568_Linux_fs/kernel/drivers/soc/tegra/ |
| H A D | pmc.c | 284 #define TEGRA_WAKE_GPIO(_name, _id, _instance, _pin) \ argument 290 .instance = _instance, \
|