Home
last modified time | relevance | path

Searched refs:threadFunc (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DThreadCreationWrapper.cpp19 void* threadFunc(void* arg) { in threadFunc() function
34 int ret = pthread_create(&threadId, nullptr, threadFunc, reinterpret_cast<void*>( in createPthread()
DThreadCreationWrapper.h46 void* threadFunc(void* arg);
/hardware/interfaces/biometrics/common/thread/
DWorkerThread.cpp29 mThread(&WorkerThread::threadFunc, this) {} in WorkerThread()
57 void WorkerThread::threadFunc() { in threadFunc() function in aidl::android::hardware::biometrics::WorkerThread
/hardware/google/gfxstream/host/
DVsyncThread.cpp22 mThread([this] { threadFunc(); }) { in VsyncThread()
43 void VsyncThread::threadFunc() { in threadFunc() function in gfxstream::VsyncThread
DVsyncThread.h70 void threadFunc();
/hardware/interfaces/biometrics/common/thread/include/thread/
DWorkerThread.h61 void threadFunc();
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp203 WorkPoolThread() : mThread([this] { threadFunc(); }) { in __anon141b1e2d0302()
281 void threadFunc() { in threadFunc() function in gfxstream::guest::WorkPoolThread
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp373 mThread([this] { threadFunc(); }) { in Consumer()
538 void threadFunc() { in threadFunc() function in android::emulation::asg::AddressSpaceGraphicsTest::Consumer