Home | History | Annotate | Download | only in utils

Lines Matching full:nativehandle

27 class NativeHandle: public LightRefBase<NativeHandle> {
32 // If handle is NULL, no NativeHandle will be created.
33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
41 friend class LightRefBase<NativeHandle>;
43 NativeHandle(native_handle_t* handle, bool ownsHandle);
44 virtual ~NativeHandle();
50 NativeHandle(const NativeHandle&);
51 NativeHandle& operator=(const NativeHandle&);