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

  /development/tools/emulator/system/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/services/audioflinger/
Pipe.cpp 17 #define LOG_TAG "Pipe"
23 #include "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)
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 48 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/qemu/hw/
goldfish_pipe.c 46 /* Set to 1 to enable the 'zero' pipe type, useful for debugging */
49 /* Set to 1 to enable the 'pingpong' pipe type, useful for debugging */
52 /* Set to 1 to enable the 'throttle' pipe type, useful for debugging */
55 /* Maximum length of pipe service name, in characters (excluding final 0) */
90 APANIC("Too many goldfish pipe services (%d)", count);
94 APANIC("Pipe service name too long: '%s'", pipeName);
129 typedef struct Pipe {
130 struct Pipe* next;
131 struct Pipe* next_waked;
140 } Pipe;
148 Pipe* pipe; local
157 Pipe* pipe = pipe_new0(dev); local
254 Pipe* pipe; local
323 Pipe* pipe; member in struct:__anon11184
409 Pipe* pipe = pcon->pipe; local
632 PingPongPipe* pipe = opaque; local
696 PingPongPipe* pipe = opaque; local
740 PingPongPipe* pipe = opaque; local
755 PingPongPipe* pipe = opaque; local
798 ThrottlePipe* pipe; local
812 ThrottlePipe* pipe = opaque; local
845 ThrottlePipe* pipe = opaque; local
874 ThrottlePipe* pipe = opaque; local
893 ThrottlePipe* pipe = opaque; local
911 ThrottlePipe* pipe = opaque; local
926 ThrottlePipe* pipe = opaque; local
970 Pipe* pipe = *lookup; local
1119 Pipe* pipe = dev->signaled_pipes; local
1161 Pipe* pipe; local
1186 Pipe* pipe; local
1253 Pipe* pipe = hwpipe; local
1275 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 
  /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 
  /prebuilt/common/jython/
jython.jar 

Completed in 877 milliseconds