Searched defs:mThread (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
H A DMsgTask.h43 LocThread* mThread; member in class:MsgTask
H A DLocThread.h63 LocThreadDelegate* mThread; member in class:LocThread
65 inline LocThread() : mThread(NULL) {}
89 inline bool isRunning() { return NULL != mThread; }
H A DLocTimer.cpp145 LocThread* mThread; member in class:LocTimerPollTask
399 : mFd(epoll_create(2)), mThread(new LocThread()) {
404 if (!mThread->start("LocTimerPollTask", this)) {
405 delete mThread;
406 mThread = NULL;
418 if (mThread) {
419 LocThread* thread = mThread;
420 mThread = NULL;
/hardware/qcom/gps/msm8996/utils/
H A DMsgTask.h43 LocThread* mThread; member in class:MsgTask
H A DLocThread.h63 LocThreadDelegate* mThread; member in class:LocThread
65 inline LocThread() : mThread(NULL) {}
89 inline bool isRunning() { return NULL != mThread; }
H A DLocTimer.cpp145 LocThread* mThread; member in class:LocTimerPollTask
397 : mFd(epoll_create(2)), mThread(new LocThread()) {
402 if (!mThread->start("LocTimerPollTask", this)) {
403 delete mThread;
404 mThread = NULL;
416 if (mThread) {
417 LocThread* thread = mThread;
418 mThread = NULL;
/hardware/qcom/gps/msm8998/utils/
H A DMsgTask.h43 LocThread* mThread; member in class:MsgTask
H A DLocThread.h63 LocThreadDelegate* mThread; member in class:LocThread
65 inline LocThread() : mThread(NULL) {}
89 inline bool isRunning() { return NULL != mThread; }
H A DLocTimer.cpp145 LocThread* mThread; member in class:LocTimerPollTask
397 : mFd(epoll_create(2)), mThread(new LocThread()) {
402 if (!mThread->start("LocTimerPollTask", this)) {
403 delete mThread;
404 mThread = NULL;
416 if (mThread) {
417 LocThread* thread = mThread;
418 mThread = NULL;
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.h77 mThread { &VehicleEmulator::rxThread, this} {
105 std::thread mThread; member in class:android::hardware::automotive::vehicle::V2_0::impl::VehicleEmulator

Completed in 248 milliseconds