Searched defs:ScopedAResource (Results 1 – 1 of 1) sorted by relevance
168 ScopedAResource(ScopedAResource&& other) : mT(std::move(other.mT)) { other.mT = DEFAULT; } in ScopedAResource() function184 explicit ScopedAParcel(AParcel* a = nullptr) : ScopedAResource(a) {} in ScopedAResource() function197 explicit ScopedAStatus(AStatus* a = nullptr) : ScopedAResource(a) {} in ScopedAResource() function223 : ScopedAResource(a) {} in ScopedAResource() function237 explicit ScopedAIBinder_Weak(AIBinder_Weak* a = nullptr) : ScopedAResource(a) {} in ScopedAResource() function255 explicit ScopedFileDescriptor(int a = -1) : ScopedAResource(a) {} in ScopedAResource() function