HomeSort by relevance Sort by last modified time
    Searched refs:ReadThread (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/audio/2.0/default/
StreamIn.cpp 41 class ReadThread : public Thread {
43 // ReadThread's lifespan never exceeds StreamIn's lifespan.
44 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream,
59 virtual ~ReadThread() {}
78 void ReadThread::doRead() {
101 void ReadThread::doGetCapturePosition() {
107 bool ReadThread::threadLoop() {
385 auto tempReadThread = std::make_unique<ReadThread>(
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 236 // ReadThread to read the content.
248 (new ReadThread(fd)).start();
283 private class ReadThread extends Thread {
286 public ReadThread(ParcelFileDescriptor fd) {

Completed in 205 milliseconds