Searched refs:bigImage (Results 1 – 5 of 5) sorted by relevance
48 bool IslandVoteClient::voteBigImage(bool bigImage) { in voteBigImage() argument54 mLastBigImageRequest = bigImage; in voteBigImage()56 bool needBigImage = (bigImage || mBigImageRefCount > 0); in voteBigImage()104 bool IslandVoteClient::voteSnsPowerMode(bool bigImage) { in voteSnsPowerMode() argument105 sns_rc rc = bigImage ? sns_island_block(mClientHandle) in voteSnsPowerMode()111 LOGE("Failed to vote for bigImage %d with result %d", bigImage, rc); in voteSnsPowerMode()
42 bool PowerControlManagerBase::voteBigImage(bool bigImage) { in voteBigImage() argument43 return IslandVoteClientSingleton::get()->voteBigImage(bigImage); in voteBigImage()
187 uint8_t *sensorType, bool bigImage = false) { in getSensorTypeFromDataType() argument231 if (bigImage && !sensorTypeSupportsBigImage(*sensorType)) {
53 bool voteBigImage(bool bigImage);101 bool voteSnsPowerMode(bool bigImage);
43 bool voteBigImage(bool bigImage);