Home
last modified time | relevance | path

Searched refs:bigImage (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/slpi/see/
Disland_vote_client.cc48 bool IslandVoteClient::voteBigImage(bool bigImage) { in voteBigImage() argument
54 mLastBigImageRequest = bigImage; in voteBigImage()
56 bool needBigImage = (bigImage || mBigImageRefCount > 0); in voteBigImage()
104 bool IslandVoteClient::voteSnsPowerMode(bool bigImage) { in voteSnsPowerMode() argument
105 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()
Dpower_control_manager.cc42 bool PowerControlManagerBase::voteBigImage(bool bigImage) { in voteBigImage() argument
43 return IslandVoteClientSingleton::get()->voteBigImage(bigImage); in voteBigImage()
Dplatform_sensor_manager.cc187 uint8_t *sensorType, bool bigImage = false) { in getSensorTypeFromDataType() argument
231 if (bigImage && !sensorTypeSupportsBigImage(*sensorType)) {
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Disland_vote_client.h53 bool voteBigImage(bool bigImage);
101 bool voteSnsPowerMode(bool bigImage);
/system/chre/platform/slpi/see/include/chre/target_platform/
Dpower_control_manager_base.h43 bool voteBigImage(bool bigImage);