/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidThread_pthread.cpp | 32 Thread::Thread(ThreadFlags flags, int stackSize) in Thread() function in android::base::guest::Thread 35 Thread::~Thread() { in ~Thread() 44 bool Thread::start() { in start() 80 bool Thread::wait(intptr_t* exitStatus) { in wait() 99 bool Thread::tryWait(intptr_t* exitStatus) { in tryWait() 125 void* Thread::thread_main(void* arg) { in thread_main() 129 Thread* self = reinterpret_cast<Thread*>(arg); in thread_main() 131 Thread::maskAllSignals(); in thread_main() 160 void Thread::maskAllSignals() { in maskAllSignals() 167 void Thread::sleepMs(unsigned n) { in sleepMs() [all …]
|
D | AndroidThread.h | 61 class Thread { 62 DISALLOW_COPY_ASSIGN_AND_MOVE(Thread); 66 Thread(ThreadFlags flags = ThreadFlags::MaskSignals, int stackSize = 0); 69 virtual ~Thread(); 138 class InterruptibleThread : public Thread { 143 Thread(flags, stackSize) { } in Thread() function
|
D | AndroidFunctorThread.h | 32 class FunctorThread : public android::base::guest::Thread { 47 : Thread(flags), mThreadFunc([func = std::move(func)]() { in Thread() function
|
D | AndroidFunctorThread.cpp | 24 : Thread(flags) in FunctorThread()
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | streamer.cpp | 65 std::unique_ptr<rtc::Thread> CreateAndStartThread(const std::string& name) { in CreateAndStartThread() 66 auto thread = rtc::Thread::CreateWithSocketServer(); in CreateAndStartThread() 84 std::unique_ptr<rtc::Thread> network_thread, 85 std::unique_ptr<rtc::Thread> worker_thread, 86 std::unique_ptr<rtc::Thread> signal_thread, 150 std::unique_ptr<rtc::Thread> network_thread_; 151 std::unique_ptr<rtc::Thread> worker_thread_; 152 std::unique_ptr<rtc::Thread> signal_thread_; 163 std::unique_ptr<rtc::Thread> network_thread, in StreamerImpl() 164 std::unique_ptr<rtc::Thread> worker_thread, in StreamerImpl() [all …]
|
D | port_range_socket_factory.h | 32 PortRangeSocketFactory(rtc::Thread* thread,
|
D | port_range_socket_factory.cpp | 52 rtc::Thread* thread, std::pair<uint16_t, uint16_t> udp_port_range, in PortRangeSocketFactory()
|
/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/ |
D | WifiE2eTests.java | 64 Thread.sleep(1000); in enableWifi() 77 Thread.sleep(1000); in disableWifi() 97 Thread.sleep(1000); in waitForSupplicantState() 172 Thread.sleep(1000); in testWifiConnects()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraDevice.h | 370 class WorkerThread : public Thread { 377 : Thread(true), // Callbacks may involve Java calls. in WorkerThread()
|
D | VSoCEmulatedCameraHotplugThread.cpp | 33 : Thread(/*canCallJava*/ false) {} in EmulatedCameraHotplugThread()
|
D | EmulatedCameraHotplugThread.h | 33 class EmulatedCameraHotplugThread : public Thread {
|
D | EmulatedFakeCamera2.h | 164 class ConfigureThread : public Thread { 210 class ReadoutThread : public Thread, private JpegCompressor::JpegListener { 267 class ControlThread : public Thread {
|
D | EmulatedFakeCamera3.h | 193 class ReadoutThread : public Thread, private JpegCompressor::JpegListener {
|
/device/google/cuttlefish/tests/ril/src/com/android/cuttlefish/ril/tests/ |
D | RilE2eTests.java | 76 Thread.sleep(1000); in disableWifi() 99 Thread.sleep(1000); in testRilConnects()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera2.h | 181 class ConfigureThread: public Thread { 226 class ReadoutThread: public Thread, private JpegCompressor::JpegListener { 283 class ControlThread: public Thread {
|
D | EmulatedCameraHotplugThread.h | 34 class EmulatedCameraHotplugThread : public Thread {
|
D | WorkerThread.h | 27 class WorkerThread : public Thread {
|
D | WorkerThread.cpp | 30 : Thread(true), // Callbacks may involve Java calls. in WorkerThread()
|
D | EmulatedFakeCamera3.h | 199 class ReadoutThread : public Thread, private JpegCompressor::JpegListener {
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.h | 46 class JpegCompressor: private Thread, public virtual RefBase {
|
D | Sensor.h | 89 class Sensor: private Thread, public virtual RefBase {
|
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/ |
D | JpegCompressor.h | 40 class JpegCompressor : private Thread, public virtual RefBase {
|
D | Sensor.h | 89 class Sensor : private Thread, public virtual RefBase {
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | BootReporter.java | 103 Thread.sleep(937); in execute()
|
/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.h | 42 class QemuSensor: private Thread, public virtual RefBase {
|