gecko-dev/ipc/ril
Thomas Zimmermann 09dca3ba49 Bug 1171994: Separate RIL I/O interfaces, r=htsai
This patch separates the current interface of |RilConsumer| into
two distinct classes. |RilWorker| provides the public interface
and |RilConsumer| provides the internal implementation. Running
|RilConsumer| on a worker thread will be easier this way.
2015-07-17 12:10:01 +02:00
..
Ril.cpp Bug 1171994: Separate RIL I/O interfaces, r=htsai 2015-07-17 12:10:01 +02:00
Ril.h Bug 1171994: Separate RIL I/O interfaces, r=htsai 2015-07-17 12:10:01 +02:00
RilConnector.cpp Bug 1164417: Add |UnixSocketConnector::Duplicate|, r=kmachulis 2015-05-21 13:34:37 +02:00
RilConnector.h Bug 1164417: Add |UnixSocketConnector::Duplicate|, r=kmachulis 2015-05-21 13:34:37 +02:00
RilSocket.cpp Bug 1171994: Forward received RIL socket I/O via |WorkerCrossThreadDispatcher|, r=htsai 2015-07-17 12:10:01 +02:00
RilSocket.h Bug 1171994: Forward received RIL socket I/O via |WorkerCrossThreadDispatcher|, r=htsai 2015-07-17 12:10:01 +02:00
RilSocketConsumer.cpp Bug 1171994: Add |RilSocket| and |RilSocketConsumer|, r=htsai 2015-07-17 12:10:01 +02:00
RilSocketConsumer.h Bug 1171994: Forward received RIL socket I/O via |WorkerCrossThreadDispatcher|, r=htsai 2015-07-17 12:10:01 +02:00
moz.build Bug 1171994: Add |RilSocket| and |RilSocketConsumer|, r=htsai 2015-07-17 12:10:01 +02:00