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

  /development/simulator/app/
LocalBiChannel.h 27 class LocalBiChannel {
29 LocalBiChannel(void);
30 ~LocalBiChannel(void);
LocalBiChannel.cpp 6 #include "LocalBiChannel.h"
40 LocalBiChannel::LocalBiChannel(void)
59 LocalBiChannel::~LocalBiChannel(void)
87 bool LocalBiChannel::create(const char* name)
121 bool LocalBiChannel::attach(const char* name, Pipe** ppReadPipe,
169 bool LocalBiChannel::listen(Pipe** ppReadPipe, Pipe** ppWritePipe)
248 LocalBiChannel::~LocalBiChannel(void
    [all...]
ExternalRuntime.cpp 22 #include "LocalBiChannel.h"
63 LocalBiChannel lbic;
Android.mk 15 LocalBiChannel.cpp \

Completed in 17 milliseconds