OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocThread
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/gps/msm8909/utils/
LocThread.h
36
// which gets scheduled by
LocThread
43
// and be scheduled by
LocThread
62
class
LocThread
{
65
inline
LocThread
() : mThread(NULL) {}
66
virtual ~
LocThread
();
74
// this
LocThread
obj is deleted).
75
// The obj will be deleted by
LocThread
if start()
LocThread.cpp
29
#include <
LocThread
.h>
40
LocThreadDelegate(
LocThread
::tCreate creator, const char* threadName,
44
static LocThreadDelegate* create(
LocThread
::tCreate creator,
65
LocThreadDelegate::LocThreadDelegate(
LocThread
::tCreate creator,
72
threadName = "
LocThread
";
111
LocThreadDelegate* LocThreadDelegate::create(
LocThread
::tCreate creator,
176
LocThreadDelegate*
locThread
= (LocThreadDelegate*)(arg);
178
if (
locThread
) {
179
LocRunnable* runnable =
locThread
->mRunnable;
182
if (
locThread
->isRunning())
[
all
...]
/hardware/qcom/gps/msm8996/utils/
LocThread.h
36
// which gets scheduled by
LocThread
43
// and be scheduled by
LocThread
62
class
LocThread
{
65
inline
LocThread
() : mThread(NULL) {}
66
virtual ~
LocThread
();
74
// this
LocThread
obj is deleted).
75
// The obj will be deleted by
LocThread
if start()
LocThread.cpp
29
#include <
LocThread
.h>
40
LocThreadDelegate(
LocThread
::tCreate creator, const char* threadName,
44
static LocThreadDelegate* create(
LocThread
::tCreate creator,
65
LocThreadDelegate::LocThreadDelegate(
LocThread
::tCreate creator,
72
threadName = "
LocThread
";
111
LocThreadDelegate* LocThreadDelegate::create(
LocThread
::tCreate creator,
176
LocThreadDelegate*
locThread
= (LocThreadDelegate*)(arg);
178
if (
locThread
) {
179
LocRunnable* runnable =
locThread
->mRunnable;
182
if (
locThread
->isRunning())
[
all
...]
Completed in 4081 milliseconds