Searched defs:mFd (Results 1 - 5 of 5) sorted by relevance

/device/google/contexthub/util/common/
H A Dfile.h45 int mFd; member in struct:android::File
/device/generic/goldfish/wifi/createns/
H A Dcreatens.cpp40 explicit Fd(int fd) : mFd(fd) { }
43 if (mFd != -1) {
44 ::close(mFd);
45 mFd = -1;
49 int get() const { return mFd; }
52 int mFd; member in class:Fd
/device/generic/goldfish/wifi/execns/
H A Dexecns.cpp48 explicit FileDescriptor(int fd) : mFd(fd) { }
51 if (mFd != -1) {
52 close(mFd);
53 mFd = -1;
56 int get() const { return mFd; }
59 int mFd; member in class:FileDescriptor
/device/google/contexthub/contexthubhal/
H A Dnanohubhal.h125 int mFd; // [0] is read end member in class:android::nanohub::NanoHub
134 mFd = -1;
/device/google/contexthub/sensorhal/
H A Dhubconnection.h264 int mFd; member in struct:android::HubConnection

Completed in 148 milliseconds