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

  /frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
lowpan_hdlc_adapter.cpp 158 class ReadThread : public Thread {
170 ReadThread(sp<ILowpanDevice> service, int fd, sp<LowpanDeviceCallback> callback):
188 virtual ~ReadThread() {}
310 sp<Thread> readThread = new ReadThread(service, STDIN_FILENO, callback);
312 readThread->run("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) {
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamIn.impl.h 40 class ReadThread : public Thread {
42 // ReadThread's lifespan never exceeds StreamIn's lifespan.
43 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream, StreamIn::CommandMQ* commandMQ,
57 virtual ~ReadThread() {}
76 void ReadThread::doRead() {
98 void ReadThread::doGetCapturePosition() {
103 bool ReadThread::threadLoop() {
391 std::make_unique<ReadThread>(&mStopReadThread, mStream, tempCommandMQ.get(),

Completed in 116 milliseconds