Searched refs:HGM_LOGI (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/native_display_soloist/ |
H A D | native_display_soloist.cpp | 35 HGM_LOGI("[DisplaySoloist] Create DisplaySoloist SoloistId: %{public}d", soloistId->GetId()); in OH_DisplaySoloist_Create() 54 HGM_LOGI("[DisplaySoloist] Destroy DisplaySoloist SoloistId: %{public}d", soloistId); in OH_DisplaySoloist_Destroy() 78 HGM_LOGI("[DisplaySoloist] Start DisplaySoloist SoloistId: %{public}d", soloistId); in OH_DisplaySoloist_Start() 97 HGM_LOGI("[DisplaySoloist] Stop DisplaySoloist SoloistId: %{public}d", soloistId); in OH_DisplaySoloist_Stop() 123 …HGM_LOGI("[DisplaySoloist] SoloistId: %{public}d SetExpectedFrameRateRange{%{public}d, %{public}d,… in OH_DisplaySoloist_SetExpectedFrameRateRange()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_core.cpp | 66 HGM_LOGI("HgmCore initialization failed"); in Instance() 74 HGM_LOGI("Construction of Hgmcore"); in HgmCore() 94 HGM_LOGI("HgmCore No customer refreshrate mode found, set to xml default"); in Init() 101 HGM_LOGI("HgmCore No customer refreshrate mode found: %{public}d", newRateMode); in Init() 114 HGM_LOGI("HgmCore initialization success!!! delayMode: %{public}d", isDelayMode_); in Init() 215 …HGM_LOGI("HgmCore LTPO strategy ltpoEnabled: %{public}d, maxTE: %{public}d, alignRate: %{public}d,… in SetLtpoConfig() 294 …HGM_LOGI("HgmCore the rate of %{public}d is accepted, the target mode is %{public}d", rate, modeTo… in SetScreenRefreshRate() 353 HGM_LOGI("HgmCore adding screen : " PUBI64 "", id); in AddScreen() 370 HGM_LOGI("HgmCore num of screen is %{public}d", screenNum); in AddScreen() 425 HGM_LOGI("HgmCore reset current refreshrate mode: %{public}d due to bundlename: %{public}s", in RefreshBundleName()
|
H A D | hgm_screen.cpp | 48 HGM_LOGI("HgmScreen current mode is not supported, failed to get refreshrate"); in GetActiveRefreshRate() 143 HGM_LOGI("HgmScreen Set framerate to %{public}u is rejected!!!", rate); in IfSwitchToRate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | xml_parser.cpp | 23 HGM_LOGI("XMLParser opening xml file"); in LoadConfiguration() 107 HGM_LOGI("XMLParser parsing a parameter"); in ParseParam() 119 HGM_LOGI("HgmXMLParser ParseParam default_refreshrate_mode %{public}s", in ParseParam() 195 HGM_LOGI("XMLParser failed to ParseParams %{public}s", paraName.c_str()); in ParseParams() 245 … HGM_LOGI("HgmXMLParser ParseStrategyConfig name=%{public}s min=%{public}d drawMin=%{public}d", in ParseStrategyConfig() 328 HGM_LOGI("HgmXMLParser ParseScreenConfig id=%{public}s", id.c_str()); in ParseScreenConfig() 367 HGM_LOGI("XMLParser failed to ParseScreenConfig %{public}s", name.c_str()); in ParseSubScreenConfig() 397 HGM_LOGI("HgmXMLParser ParseSimplex %{public}s=%{public}s %{public}s=%{public}s", in ParseSimplex() 438 …HGM_LOGI("HgmXMLParser ParserDynamicSetting dynamicType=%{public}s name=%{public}s min=%{public}d", in ParserDynamicSetting() 467 … HGM_LOGI("HgmXMLParser ParseSceneList name=%{public}s strategy=%{public}s priority=%{public}s", in ParseSceneList() [all …]
|
H A D | hgm_log.h | 36 #define HGM_LOGI(fmt, ...) HGM_CPRINTF(LOG_INFO, fmt, ##__VA_ARGS__) macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 745 HGM_LOGI("HandleLightFactorStatus status:%{public}u", isSafe); in HandleLightFactorStatus() 780 …HGM_LOGI("%{public}s(%{public}d) %{public}s", eventName.c_str(), pid, eventInfo.description.c_str(… in HandleRefreshRateEvent() 804 HGM_LOGI("[touch manager] down"); in HandleTouchEvent() 818 HGM_LOGI("[touch manager] keep down in games"); in HandleTouchEvent() 822 HGM_LOGI("[touch manager] up"); in HandleTouchEvent() 850 HGM_LOGI("HandleRefreshRateMode curMode:%{public}d", refreshRateMode); in HandleRefreshRateMode() 869 …HGM_LOGI("curScreen:%{public}d status:%{public}d", static_cast<int>(id), static_cast<int>(status)); in HandleScreenPowerStatus() 891 HGM_LOGI("HandleScreenPowerStatus curScreen:%{public}d", static_cast<int>(curScreenId_)); in HandleScreenPowerStatus() 1221 …HGM_LOGI("Process: Strategy:%{public}s Screen:%{public}d Mode:%{public}d -- VoteResult:{%{public}d… in ProcessRefreshRateVote() 1271 HGM_LOGI("UpdateVoteRule: SceneName:%{public}s", lastScene.c_str()); in UpdateVoteRule() [all …]
|
H A D | hgm_vsync_generator_controller.cpp | 96 …HGM_LOGI("HgmVSyncGeneratorController::ChangeGeneratorRate controllerRate = %{public}d, appOffset … in ChangeGeneratorRate()
|
H A D | hgm_multi_app_strategy.cpp | 60 HGM_LOGI("pkg update:%{public}s", param.c_str()); in HandlePkgsEvent()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_state_machine.h | 102 HGM_LOGI("StateMachine state change: %{public}s -> %{public}s", in ChangeState()
|