Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h50 SpAIBinder() : mBinder(nullptr) {} in SpAIBinder() function
55 explicit SpAIBinder(AIBinder* binder) : mBinder(binder) {} in SpAIBinder() function
61 SpAIBinder(std::nullptr_t) : SpAIBinder() {} // NOLINT(google-explicit-constructor) in SpAIBinder() function
66 SpAIBinder(const SpAIBinder& other) { *this = other; } in SpAIBinder() function