Home
last modified time | relevance | path

Searched defs:ReadThread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/generic/goldfish/audio/
Dstream_in.cpp47 struct ReadThread : public IOThread { struct
48 typedef MessageQueue<IStreamIn::ReadParameters, kSynchronizedReadWrite> CommandMQ;
49 typedef MessageQueue<IStreamIn::ReadStatus, kSynchronizedReadWrite> StatusMQ;
50 typedef MessageQueue<uint8_t, kSynchronizedReadWrite> DataMQ;
52 ReadThread(StreamIn *stream, const size_t bufferSize) in ReadThread() argument
84 ~ReadThread() { in ~ReadThread()
91 EventFlag *getEventFlag() override { in getEventFlag()
95 bool isRunning() const { in isRunning()
99 std::future<pthread_t> getTid() { in getTid()
103 void threadLoop() { in threadLoop()
[all …]
/aosp_15_r20/external/cronet/base/metrics/
H A Dstatistics_recorder_starvation_unittest.cc59 class ReadThread : public BaseThread { class
61 explicit ReadThread(size_t id) in ReadThread() function in base::__anone824456e0111::ReadThread
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp48 class ReadThread : public Thread { class
51 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream, StreamIn::CommandMQ* commandMQ, in ReadThread() function in android::hardware::audio::CPP_VERSION::implementation::__anon9376bb540111::ReadThread
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dgrpclb_end2end_test.cc358 void ReadThread(Stream* stream, absl::Notification* shutdown) { in ReadThread() function in grpc::testing::__anon1a9bc1970111::BalancerServiceImpl