Home
last modified time | relevance | path

Searched defs:ScopedAResource (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_auto_utils.h168 ScopedAResource(ScopedAResource&& other) : mT(std::move(other.mT)) { other.mT = DEFAULT; } in ScopedAResource() function
184 explicit ScopedAParcel(AParcel* a = nullptr) : ScopedAResource(a) {} in ScopedAResource() function
197 explicit ScopedAStatus(AStatus* a = nullptr) : ScopedAResource(a) {} in ScopedAResource() function
223 : ScopedAResource(a) {} in ScopedAResource() function
237 explicit ScopedAIBinder_Weak(AIBinder_Weak* a = nullptr) : ScopedAResource(a) {} in ScopedAResource() function
255 explicit ScopedFileDescriptor(int a = -1) : ScopedAResource(a) {} in ScopedAResource() function