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

  /frameworks/native/include/gui/
BitTube.h 32 class BitTube : public RefBase
36 // creates a BitTube with a default (4KB) send buffer
37 BitTube();
39 // creates a BitTube with a a specified send and receive buffer size
40 explicit BitTube(size_t bufsize);
42 explicit BitTube(const Parcel& data);
43 virtual ~BitTube();
56 static ssize_t sendObjects(const sp<BitTube>& tube,
64 static ssize_t recvObjects(const sp<BitTube>& tube,
69 // parcels this BitTube
    [all...]
  /frameworks/native/libs/gui/
BitTube.cpp 28 #include <gui/BitTube.h>
38 BitTube::BitTube()
44 BitTube::BitTube(size_t bufsize)
50 BitTube::BitTube(const Parcel& data)
56 ALOGE("BitTube(Parcel): can't dup filedescriptor (%s)",
61 BitTube::~BitTube()
    [all...]

Completed in 276 milliseconds