Home
last modified time | relevance | path

Searched refs:FunctorThread (Results 1 – 19 of 19) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/threads/
DFunctorThread.h31 class FunctorThread : public android::base::Thread {
35 explicit FunctorThread(const Functor& func,
37 : FunctorThread(Functor(func), flags) {} in FunctorThread() function
39 explicit FunctorThread(Functor&& func,
44 explicit FunctorThread(Func&& func,
DWorkerThread.h177 base::FunctorThread mThread;
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidFunctorThread.h31 class FunctorThread : public gfxstream::guest::Thread {
35 explicit FunctorThread(const Functor& func,
37 : FunctorThread(Functor(func), flags) {} in FunctorThread() function
39 explicit FunctorThread(Functor&& func,
44 explicit FunctorThread(Func&& func,
DAndroidFunctorThread.cpp22 FunctorThread::FunctorThread(Functor&& func, ThreadFlags flags) in FunctorThread() function in gfxstream::guest::FunctorThread
28 intptr_t FunctorThread::main() { in main()
DAndroidWorkPool.cpp29 using gfxstream::guest::FunctorThread;
323 FunctorThread mThread;
/hardware/google/aemu/base/
DFunctorThread.cpp22 FunctorThread::FunctorThread(Functor&& func, ThreadFlags flags) in FunctorThread() function in android::base::FunctorThread
28 intptr_t FunctorThread::main() { in main()
Dring_buffer_unittest.cpp179 FunctorThread producer([&r, &elements]() { in TEST()
183 FunctorThread consumer([&r, &result]() { in TEST()
224 FunctorThread producer([&r, &elements, stepSize, numSteps]() { in TEST()
228 FunctorThread consumer([&r, &result, stepSize, numSteps]() { in TEST()
341 FunctorThread producer([&r, &v, &elements, stepSize, numSteps]() { in TEST()
345 FunctorThread consumer([&r, &v, &result, stepSize, numSteps]() { in TEST()
405 FunctorThread producer([&r, &v, &elements]() { in TEST()
409 FunctorThread consumer([&r, &v, &result]() { in TEST()
451 FunctorThread consumer([&r, &result, &read]() { in TEST()
474 FunctorThread producer([&r, &elements]() { in TEST()
[all …]
DStringParse_unittest.cpp62 std::vector<std::unique_ptr<FunctorThread>> threads; in TEST()
64 threads.emplace_back(new FunctorThread(&testScanf)); in TEST()
DAndroid.bp20 "FunctorThread.cpp",
DBUILD.bazel58 "FunctorThread.cpp",
DCMakeLists.txt26 FunctorThread.cpp
/hardware/google/aemu/base/include/aemu/base/async/
DAsyncSocket.h29 using android::base::FunctorThread;
64 std::unique_ptr<FunctorThread> mConnectThread;
/hardware/google/gfxstream/host/
DVsyncThread.h76 android::base::FunctorThread mThread;
DRenderWindow.h168 android::base::FunctorThread mRepostThread;
/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp37 using android::base::FunctorThread;
163 FunctorThread mThread;
491 FunctorThread appThread([&]() { in surfaceFlingerComposerLoop()
518 FunctorThread sfThread([&]() { in surfaceFlingerComposerLoop()
/hardware/google/aemu/build-config/gfxstream/
DCMakeLists.txt13 FunctorThread.cpp
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dgpuinfo.cpp31 using android::base::FunctorThread;
386 FunctorThread mAsyncLoadThread;
DOpenglEsPipe.cpp237 base::Optional<base::FunctorThread> mScreenshotSaver;
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp42 using android::base::FunctorThread;
544 FunctorThread mThread;