/hardware/qcom/sm8150p/gps/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 78 if (creator) { in LocThreadDelegate() 79 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
D | LocIpc.cpp | 396 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrSender() local 398 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQrtrSender() 403 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrRecver() local 409 return (nullptr == creator) ? nullptr : creator(listener, service, instance); in getLocIpcQrtrRecver() 429 static creator_t creator = (creator_t)dlGetSymFromLib(sLibEmuHandle, "libloc_emu.so", in getLocIpcQmiLocServiceSenderRecverPair() local 431 return (nullptr == creator) ? in getLocIpcQmiLocServiceSenderRecverPair() 433 creator(listener, instance); in getLocIpcQmiLocServiceSenderRecverPair()
|
D | LocThread.h | 79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 77 if (creator) { in LocThreadDelegate() 78 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 78 if (creator) { in LocThreadDelegate() 79 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
D | LocIpc.cpp | 386 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrSender() local 388 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQrtrSender() 393 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrRecver() local 399 return (nullptr == creator) ? nullptr : creator(listener, service, instance); in getLocIpcQrtrRecver() 419 static creator_t creator = (creator_t)dlGetSymFromLib(sLibEmuHandle, "libloc_emu.so", in getLocIpcQmiLocServiceSenderRecverPair() local 421 return (nullptr == creator) ? in getLocIpcQmiLocServiceSenderRecverPair() 423 creator(listener, instance); in getLocIpcQmiLocServiceSenderRecverPair()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 77 if (creator) { in LocThreadDelegate() 78 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 77 if (creator) { in LocThreadDelegate() 78 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
D | LocThread.h | 79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 77 if (creator) { in LocThreadDelegate() 78 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
D | LocThread.h | 79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 78 if (creator) { in LocThreadDelegate() 79 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 78 if (creator) { in LocThreadDelegate() 79 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
D | LocThread.h | 79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 78 if (creator) { in LocThreadDelegate() 79 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
D | LocThread.h | 79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, in LocThreadDelegate() argument 78 if (creator) { in LocThreadDelegate() 79 mThandle = creator(threadName, threadMain, this); in LocThreadDelegate() 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, in create() argument 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); in create() 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start() argument 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable); in start()
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() argument 43 map_.insert(std::pair<std::string, Creator>(name, creator)); in Add()
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() argument 43 map_.insert(std::pair<std::string, Creator>(name, creator)); in Add()
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() argument 43 map_.insert(std::pair<std::string, Creator>(name, creator)); in Add()
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() argument 43 map_.insert(std::pair<std::string, Creator>(name, creator)); in Add()
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() argument 43 map_.insert(std::pair<std::string, Creator>(name, creator)); in Add()
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | factory.h | 42 int Add(const std::string &name, const Creator &creator) { in Add() argument 43 map_.insert(std::pair<std::string, Creator>(name, creator)); in Add()
|
/hardware/qcom/sm7250/gps/utils/ |
D | LocIpc.cpp | 382 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrSender() local 384 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQrtrSender() 391 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrRecver() local 397 return (nullptr == creator) ? nullptr : creator(listener, service, instance, watcher); in getLocIpcQrtrRecver() 417 static creator_t creator = (creator_t)dlGetSymFromLib(sLibEmuHandle, "libloc_emu.so", in getLocIpcQmiLocServiceSenderRecverPair() local 425 return (nullptr == creator) ? in getLocIpcQmiLocServiceSenderRecverPair() 427 creator(listener, instance); in getLocIpcQmiLocServiceSenderRecverPair()
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocIpc.cpp | 382 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrSender() local 384 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQrtrSender() 391 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrRecver() local 397 return (nullptr == creator) ? nullptr : creator(listener, service, instance, watcher); in getLocIpcQrtrRecver() 417 static creator_t creator = (creator_t)dlGetSymFromLib(sLibEmuHandle, "libloc_emu.so", in getLocIpcQmiLocServiceSenderRecverPair() local 425 return (nullptr == creator) ? in getLocIpcQmiLocServiceSenderRecverPair() 427 creator(listener, instance); in getLocIpcQmiLocServiceSenderRecverPair()
|