Searched defs:mFd (Results 1 - 5 of 5) sorted by relevance
/device/google/contexthub/util/common/ | ||
H A D | file.h | 45 int mFd; member in struct:android::File |
/device/generic/goldfish/wifi/createns/ | ||
H A D | createns.cpp | 40 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 D | execns.cpp | 48 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 D | nanohubhal.h | 125 int mFd; // [0] is read end member in class:android::nanohub::NanoHub 134 mFd = -1; |
/device/google/contexthub/sensorhal/ | ||
H A D | hubconnection.h | 264 int mFd; member in struct:android::HubConnection |
Completed in 148 milliseconds