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

/system/chre/platform/slpi/include/chre/platform/slpi/see/
H A Disland_vote_client.h32 class IslandVoteClient : public NonCopyable { class in namespace:chre
35 * Constructor for the IslandVoteClient object.
39 IslandVoteClient(const char *clientName);
41 ~IslandVoteClient();
99 //! Provides an alias to the IslandVoteClient singleton
100 typedef Singleton<IslandVoteClient> IslandVoteClientSingleton;
/system/chre/platform/slpi/see/
H A Disland_vote_client.cc29 IslandVoteClient::IslandVoteClient(const char *clientName) { function in class:chre::IslandVoteClient
38 IslandVoteClient::~IslandVoteClient() {
44 bool IslandVoteClient::voteBigImage(bool bigImage) {
65 void IslandVoteClient::incrementBigImageRefCount() {
81 void IslandVoteClient::decrementBigImageRefCount() {
100 bool IslandVoteClient::voteSnsPowerMode(bool bigImage) {
115 //! Explicitly instantiate the IslandVoteClient singleton to reduce code size.
116 template class Singleton<IslandVoteClient>;
[all...]

Completed in 59 milliseconds