Searched refs:IslandVoteClient (Results 1 – 2 of 2) sorted by relevance
30 constexpr Seconds IslandVoteClient::kSeeMaxBigImageDuration;33 IslandVoteClient::IslandVoteClient(const char *clientName) { in IslandVoteClient() function in chre::IslandVoteClient42 IslandVoteClient::~IslandVoteClient() { in ~IslandVoteClient()48 bool IslandVoteClient::voteBigImage(bool bigImage) { in voteBigImage()69 void IslandVoteClient::incrementBigImageRefCount() { in incrementBigImageRefCount()87 void IslandVoteClient::decrementBigImageRefCount() { in decrementBigImageRefCount()104 bool IslandVoteClient::voteSnsPowerMode(bool bigImage) { in voteSnsPowerMode()116 uint64_t IslandVoteClient::checkBigImageDuration() const { in checkBigImageDuration()134 template class Singleton<IslandVoteClient>;
32 class IslandVoteClient : public NonCopyable {39 IslandVoteClient(const char *clientName);41 ~IslandVoteClient();114 typedef Singleton<IslandVoteClient> IslandVoteClientSingleton;116 extern template class Singleton<IslandVoteClient>;