/hardware/google/aemu/base/include/aemu/base/threads/ |
D | FunctorThread.h | 31 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,
|
D | WorkerThread.h | 177 base::FunctorThread mThread;
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidFunctorThread.h | 31 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,
|
D | AndroidFunctorThread.cpp | 22 FunctorThread::FunctorThread(Functor&& func, ThreadFlags flags) in FunctorThread() function in gfxstream::guest::FunctorThread 28 intptr_t FunctorThread::main() { in main()
|
D | AndroidWorkPool.cpp | 29 using gfxstream::guest::FunctorThread; 323 FunctorThread mThread;
|
/hardware/google/aemu/base/ |
D | FunctorThread.cpp | 22 FunctorThread::FunctorThread(Functor&& func, ThreadFlags flags) in FunctorThread() function in android::base::FunctorThread 28 intptr_t FunctorThread::main() { in main()
|
D | ring_buffer_unittest.cpp | 179 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 …]
|
D | StringParse_unittest.cpp | 62 std::vector<std::unique_ptr<FunctorThread>> threads; in TEST() 64 threads.emplace_back(new FunctorThread(&testScanf)); in TEST()
|
D | Android.bp | 20 "FunctorThread.cpp",
|
D | BUILD.bazel | 58 "FunctorThread.cpp",
|
D | CMakeLists.txt | 26 FunctorThread.cpp
|
/hardware/google/aemu/base/include/aemu/base/async/ |
D | AsyncSocket.h | 29 using android::base::FunctorThread; 64 std::unique_ptr<FunctorThread> mConnectThread;
|
/hardware/google/gfxstream/host/ |
D | VsyncThread.h | 76 android::base::FunctorThread mThread;
|
D | RenderWindow.h | 168 android::base::FunctorThread mRepostThread;
|
/hardware/google/gfxstream/host/tests/ |
D | SampleApplication.cpp | 37 using android::base::FunctorThread; 163 FunctorThread mThread; 491 FunctorThread appThread([&]() { in surfaceFlingerComposerLoop() 518 FunctorThread sfThread([&]() { in surfaceFlingerComposerLoop()
|
/hardware/google/aemu/build-config/gfxstream/ |
D | CMakeLists.txt | 13 FunctorThread.cpp
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | gpuinfo.cpp | 31 using android::base::FunctorThread; 386 FunctorThread mAsyncLoadThread;
|
D | OpenglEsPipe.cpp | 237 base::Optional<base::FunctorThread> mScreenshotSaver;
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics_unittests.cpp | 42 using android::base::FunctorThread; 544 FunctorThread mThread;
|