HomeSort by relevance Sort by last modified time
    Searched defs:Pipe (Results 1 - 25 of 38) sorted by null

1 2

  /device/generic/goldfish/libqemu/
test_util.h 27 } Pipe;
29 int pipe_openSocket( Pipe* pipe, int port );
30 int pipe_openQemuPipe( Pipe* pipe, const char* pipename );
31 int pipe_send( Pipe* pipe, const void* buff, size_t bufflen );
32 int pipe_recv( Pipe* pipe, void* buff, size_t bufflen );
33 void pipe_close( Pipe* pipe )
    [all...]
  /frameworks/av/media/libnbaio/
Pipe.cpp 17 #define LOG_TAG "Pipe"
23 #include <media/nbaio/Pipe.h>
28 Pipe::Pipe(size_t maxFrames, NBAIO_Format format) :
37 Pipe::~Pipe()
43 ssize_t Pipe::write(const void *buffer, size_t count)
  /frameworks/av/include/media/nbaio/
Pipe.h 24 // Pipe is multi-thread safe for readers (see PipeReader), but safe for only a single writer thread.
27 class Pipe : public NBAIO_Sink {
33 Pipe(size_t maxFrames, NBAIO_Format format);
34 virtual ~Pipe();
48 // The write side of a pipe permits overruns; flow control is the caller's responsibility.
59 volatile int32_t mReaders; // number of PipeReader clients currently attached to this Pipe
  /libcore/luni/src/main/java/java/nio/channels/
Pipe.java 24 * A pipe contains two channels, forming a unidirectional pipe. One is the writable sink channel,
29 public abstract class Pipe {
31 * Writable sink channel used to write to a pipe.
57 * Readable source channel used to read from a pipe.
83 * Returns a new pipe from the default {@see java.nio.channels.spi.SelectorProvider}.
88 public static Pipe open() throws IOException {
95 protected Pipe() {
99 * Returns the sink channel of the pipe.
101 * @return a writable sink channel of the pipe
    [all...]
  /frameworks/native/libs/input/tests/
TestHelpers.h 26 class Pipe {
31 Pipe() {
33 ::pipe(fds);
39 ~Pipe() {
  /system/core/libutils/tests/
TestHelpers.h 24 class Pipe {
29 Pipe() {
31 ::pipe(fds);
37 ~Pipe() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
63 def Pipe(duplex=True):
__init__.py 38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
52 from multiprocessing.dummy.connection import Pipe
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
63 def Pipe(duplex=True):
__init__.py 38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
52 from multiprocessing.dummy.connection import Pipe
  /external/clang/lib/Driver/
InputInfo.h 33 Pipe
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 48 'Manager', 'Pipe', 'cpu_count', 'log_to_stderr', 'get_logger',
102 def Pipe(duplex=True):
104 Returns two connection object connected by a pipe
106 from multiprocessing.connection import Pipe
107 return Pipe(duplex)
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
92 return tempfile.mktemp(prefix=r'\\.\pipe\pyc-%d-%d-' %
122 connections, or for a Windows named pipe.
141 Accept a connection on the bound socket or named pipe of `self`.
153 Close the bound socket or named pipe of `self`.
183 def Pipe(duplex=True):
185 Returns pair of connection objects at either end of a pipe
196 fd1, fd2 = os.pipe()
205 def Pipe(duplex=True):
207 Returns pair of connection objects at either end of a pipe
    [all...]
queues.py 47 from multiprocessing import Pipe
53 # Queue type using a pipe, buffer and thread
62 self._reader, self._writer = Pipe(duplex=False)
180 # Start thread which transfers data from buffer to pipe
194 # On process exit we will wait for data to be flushed to pipe.
231 debug('starting thread to feed data to pipe')
345 # Simplified Queue type -- really just a locked pipe
351 self._reader, self._writer = Pipe(duplex=False)
382 # writes to a message oriented win32 pipe are atomic
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 48 'Manager', 'Pipe', 'cpu_count', 'log_to_stderr', 'get_logger',
102 def Pipe(duplex=True):
104 Returns two connection object connected by a pipe
106 from multiprocessing.connection import Pipe
107 return Pipe(duplex)
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
92 return tempfile.mktemp(prefix=r'\\.\pipe\pyc-%d-%d-' %
122 connections, or for a Windows named pipe.
141 Accept a connection on the bound socket or named pipe of `self`.
153 Close the bound socket or named pipe of `self`.
183 def Pipe(duplex=True):
185 Returns pair of connection objects at either end of a pipe
196 fd1, fd2 = os.pipe()
205 def Pipe(duplex=True):
207 Returns pair of connection objects at either end of a pipe
    [all...]
queues.py 47 from multiprocessing import Pipe
53 # Queue type using a pipe, buffer and thread
62 self._reader, self._writer = Pipe(duplex=False)
180 # Start thread which transfers data from buffer to pipe
194 # On process exit we will wait for data to be flushed to pipe.
231 debug('starting thread to feed data to pipe')
345 # Simplified Queue type -- really just a locked pipe
351 self._reader, self._writer = Pipe(duplex=False)
382 # writes to a message oriented win32 pipe are atomic
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 47 Pipe, PipePipe, Caret,
  /system/extras/tests/sdcard/
testcase.h 45 enum Pipe {READ_FROM_CHILD = 0, WRITE_TO_PARENT, READ_FROM_PARENT, WRITE_TO_CHILD};
  /external/clang/lib/Basic/
Diagnostic.cpp 744 const char *Pipe = ScanFormat(Argument, Argument + ArgumentLen, '|');
745 const char *FirstDollar = ScanFormat(Argument, Pipe, '$');
746 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$');
753 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
852 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|');
867 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr);
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 44 /* Set to 1 to enable the 'zero' pipe type, useful for debugging */
47 /* Set to 1 to enable the 'pingpong' pipe type, useful for debugging */
50 /* Set to 1 to enable the 'throttle' pipe type, useful for debugging */
53 /* Maximum length of pipe service name, in characters (excluding final 0) */
88 APANIC("Too many goldfish pipe services (%d)", count);
92 APANIC("Pipe service name too long: '%s'", pipeName);
127 typedef struct Pipe {
128 struct Pipe* next;
129 struct Pipe* next_waked;
138 } Pipe;
146 Pipe* pipe; local
155 Pipe* pipe = pipe_new0(dev); local
252 Pipe* pipe; local
321 Pipe* pipe; member in struct:__anon27209
407 Pipe* pipe = pcon->pipe; local
630 PingPongPipe* pipe = opaque; local
694 PingPongPipe* pipe = opaque; local
738 PingPongPipe* pipe = opaque; local
753 PingPongPipe* pipe = opaque; local
796 ThrottlePipe* pipe; local
810 ThrottlePipe* pipe = opaque; local
843 ThrottlePipe* pipe = opaque; local
872 ThrottlePipe* pipe = opaque; local
891 ThrottlePipe* pipe = opaque; local
909 ThrottlePipe* pipe = opaque; local
924 ThrottlePipe* pipe = opaque; local
968 Pipe* pipe = *lookup; local
1143 Pipe* pipe = dev->signaled_pipes; local
1191 Pipe* pipe; local
1217 Pipe* pipe; local
1285 Pipe* pipe = hwpipe; local
1307 Pipe* pipe = hwpipe; local
    [all...]
  /external/qemu/android/
hw-qemud.c 583 /* Descriptor for a data buffer pending to be sent to a qemud pipe client.
599 * to the pipe yet. */
607 * Each client has its own channel id (for the serial qemud), or pipe descriptor
608 * (for the pipe based qemud), and belongs to a given QemudService (see below).
611 * messages from the channel id (see qemud_multiplexer_serial_recv()). Pipe
617 /* Defines type of the client: pipe, or serial.
620 /* Client is communicating via pipe. */
626 /* Descriptor for a QEMUD pipe connection.
628 * Every time a client connects to the QEMUD via pipe, an instance of this
629 * structure is created to represent a connection used by new pipe client
1903 QemudPipe* pipe = NULL; local
1961 QemudPipe* pipe = opaque; local
1978 QemudPipe* pipe = opaque; local
2019 QemudPipe* pipe = opaque; local
2070 QemudPipe* pipe = opaque; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 398 milliseconds

1 2