class ScopedFileDescriptor

Defined at line 393 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

Convenience wrapper for a file descriptor.

Public Methods

void ScopedFileDescriptor ()

Takes ownership of a.

Defined at line 398 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

void ScopedFileDescriptor (int a)

Defined at line 399 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

void ~ScopedFileDescriptor ()

Defined at line 400 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

void ScopedFileDescriptor (ScopedFileDescriptor && )

Defined at line 401 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

ScopedFileDescriptor & operator= (ScopedFileDescriptor && )

Defined at line 402 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

ScopedFileDescriptor dup ()

Defined at line 404 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

bool operator!= (const ScopedFileDescriptor & rhs)

Defined at line 406 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

bool operator< (const ScopedFileDescriptor & rhs)

Defined at line 407 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

bool operator<= (const ScopedFileDescriptor & rhs)

Defined at line 408 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

bool operator== (const ScopedFileDescriptor & rhs)

Defined at line 409 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

bool operator> (const ScopedFileDescriptor & rhs)

Defined at line 410 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h

bool operator>= (const ScopedFileDescriptor & rhs)

Defined at line 411 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h