Home
last modified time | relevance | path

Searched refs:IslandVoteClient (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/slpi/see/
Disland_vote_client.cc30 constexpr Seconds IslandVoteClient::kSeeMaxBigImageDuration;
33 IslandVoteClient::IslandVoteClient(const char *clientName) { in IslandVoteClient() function in chre::IslandVoteClient
42 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>;
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Disland_vote_client.h32 class IslandVoteClient : public NonCopyable {
39 IslandVoteClient(const char *clientName);
41 ~IslandVoteClient();
114 typedef Singleton<IslandVoteClient> IslandVoteClientSingleton;
116 extern template class Singleton<IslandVoteClient>;