Searched defs:Autoclose (Results 1 - 3 of 3) sorted by path

/frameworks/av/include/media/stagefright/foundation/
H A DFileDescriptor.h30 * FileDescriptor::Autoclose managedFd(fd);
44 struct Autoclose { struct in struct:android::FileDescriptor
50 Autoclose(int fd) function in struct:android::FileDescriptor::Autoclose
55 ~Autoclose() {
99 DISALLOW_EVIL_CONSTRUCTORS(Autoclose);
103 std::shared_ptr<Autoclose> mSharedFd;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DFileDescriptor.h30 * FileDescriptor::Autoclose managedFd(fd);
44 struct Autoclose { struct in struct:android::FileDescriptor
50 Autoclose(int fd) function in struct:android::FileDescriptor::Autoclose
55 ~Autoclose() {
99 DISALLOW_EVIL_CONSTRUCTORS(Autoclose);
103 std::shared_ptr<Autoclose> mSharedFd;
/frameworks/av/media/libstagefright/include/foundation/
H A DFileDescriptor.h30 * FileDescriptor::Autoclose managedFd(fd);
44 struct Autoclose { struct in struct:android::FileDescriptor
50 Autoclose(int fd) function in struct:android::FileDescriptor::Autoclose
55 ~Autoclose() {
99 DISALLOW_EVIL_CONSTRUCTORS(Autoclose);
103 std::shared_ptr<Autoclose> mSharedFd;

Completed in 91 milliseconds