Searched defs:SpAIBinder (Results 1 – 3 of 3) sorted by relevance
51 SpAIBinder() : mBinder(nullptr) {} in SpAIBinder() function56 explicit SpAIBinder(AIBinder* binder) : mBinder(binder) {} in SpAIBinder() function62 SpAIBinder(std::nullptr_t) : SpAIBinder() {} // NOLINT(google-explicit-constructor) in SpAIBinder() function67 SpAIBinder(const SpAIBinder& other) { *this = other; } in SpAIBinder() function
33 class SpAIBinder; variable
288 .WillByDefault([&](ndk::SpAIBinder, std::optional<hal::ChannelConfig>* config) { in setFMQEnabled()