Home
last modified time | relevance | path

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

/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/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/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/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/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/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/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/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/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/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/interfaces/graphics/common/1.1/
Dtypes.hal145 * been desaturated by the content creator in an unspecified way.