HomeSort by relevance Sort by last modified time
    Searched defs:Pipe (Results 1 - 25 of 28) 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/base/libs/androidfw/tests/
TestHelpers.h 24 class Pipe {
29 Pipe() {
31 ::pipe(fds);
37 ~Pipe() {
  /frameworks/native/libs/utils/tests/
TestHelpers.h 24 class Pipe {
29 Pipe() {
31 ::pipe(fds);
37 ~Pipe() {
  /external/clang/lib/Driver/
InputInfo.h 33 Pipe
  /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:__anon13771
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 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 292 milliseconds

1 2