Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/utils/
DLocThread.cpp41 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/sm8150/gps/utils/
DLocThread.cpp41 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()
DLocIpc.cpp349 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrSender() local
351 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQrtrSender()
356 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQrtrRecver() local
358 return (nullptr == creator) ? nullptr : creator(listener, service, instance); in getLocIpcQrtrRecver()
362 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQsockSender() local
364 return (nullptr == creator) ? nullptr : creator(service, instance); in getLocIpcQsockSender()
369 static creator_t creator = (creator_t)dlGetSymFromLib(sLibQrtrHandle, sLibQrtrName, in getLocIpcQsockRecver() local
371 return (nullptr == creator) ? nullptr : creator(listener, service, instance); in getLocIpcQsockRecver()
384 static creator_t creator = (creator_t)dlGetSymFromLib(sLibEmuHandle, "libloc_emu.so", in getLocIpcQmiLocServiceSenderRecverPair() local
386 return (nullptr == creator) ? in getLocIpcQmiLocServiceSenderRecverPair()
[all …]
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocThread.cpp40 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/gps/msm8909w_3100/utils/
DLocThread.cpp41 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocThread.cpp41 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/gps/msm8996/utils/
DLocThread.cpp40 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/sdm845/gps/msm8996/utils/
DLocThread.cpp40 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/gps/msm8909/utils/
DLocThread.cpp40 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocThread.cpp41 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()
DLocThread.h79 … bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
/hardware/qcom/sm8150/display/sdm/include/utils/
Dfactory.h42 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/
Dfactory.h42 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/msm8909/sdm/include/utils/
Dfactory.h42 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/
Dfactory.h42 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/
Dfactory.h42 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/interfaces/graphics/common/1.1/
Dtypes.hal145 * been desaturated by the content creator in an unspecified way.