Searched refs:HGM_LOGE (Results 1 – 10 of 10) 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 | 42 HGM_LOGE("%{public}s displaySoloist is nullptr", __func__); in OH_DisplaySoloist_Destroy() 47 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_Destroy() 65 HGM_LOGE("%{public}s displaySoloist is nullptr", __func__); in OH_DisplaySoloist_Start() 70 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_Start() 85 HGM_LOGE("%{public}s displaySoloist is nullptr", __func__); in OH_DisplaySoloist_Stop() 90 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_Stop() 105 HGM_LOGE("%{public}s displaySoloist or range is nullptr", __func__); in OH_DisplaySoloist_SetExpectedFrameRateRange() 110 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_SetExpectedFrameRateRange() 116 HGM_LOGE("%{public}s ExpectedRateRange Error, please check.", __func__); in OH_DisplaySoloist_SetExpectedFrameRateRange()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_vsync_generator_controller.cpp | 43 HGM_LOGE("HgmVSyncGeneratorController::GetAppOffset illegal alignRate or controllerRate"); in GetAppOffset() 55 HGM_LOGE("HgmVSyncGeneratorController::CalcVSyncQuickTriggerTime illegal param"); in CalcVSyncQuickTriggerTime() 59 HGM_LOGE("HgmVSyncGeneratorController::vsyncGenerator is nullptr"); in CalcVSyncQuickTriggerTime() 82 HGM_LOGE("HgmVSyncGeneratorController::vsyncGenerator is nullptr"); in ChangeGeneratorRate()
|
H A D | hgm_task_handle_thread.cpp | 80 HGM_LOGE("Concurrent access tid1: %{public}d tid2: %{public}d", curThreadId_, newTid); in DetectMultiThreadingCalls()
|
H A D | hgm_frame_rate_manager.cpp | 120 HGM_LOGE("HgmFrameRateManager::rsController or appController is nullptr"); in RegisterCoreCallbacksAndInitController() 452 … HGM_LOGE("no valid controller, cannot work correctly, maybe Init() wasn't executed correctly."); in CollectFrameRateChange() 833 HGM_LOGE("HandleDynamicModeEvent status:%{public}u", enableDynamicModeEvent); in HandleDynamicModeEvent() 996 HGM_LOGE("unknow game pid: %{public}s, skip", eventInfo.description.c_str()); in HandleGamesEvent()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_core.cpp | 80 HGM_LOGE("HgmCore Hgm is desactivated"); in Init() 85 HGM_LOGE("HgmCore falied to parse"); in Init() 96 HGM_LOGE("HgmCore failed to get parsed data"); in Init() 146 HGM_LOGE("auto repair mode: %{public}d -> %{public}d", customFrameRateMode_, maxMode); in CheckCustomFrameRateModeValid() 500 HGM_LOGE("HgmCore Adding component rate: %{public}d", rate); in GetScreenComponentRefreshRates() 519 HGM_LOGE("HgmScreen activeScreenId_ noset"); in GetActiveScreen()
|
H A D | hgm_screen.cpp | 59 HGM_LOGE("HgmScreen refreshrate %{public}u is not supported, abandoned", rate); in SetActiveRefreshRate() 157 HGM_LOGE("HgmScreen freshrate %{public}u is not supported by any modeId", rate); in GetModeIdViaRate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | xml_parser.cpp | 26 HGM_LOGE("XMLParser xmlReadFile failed"); in LoadConfiguration() 41 HGM_LOGE("XMLParser xmlDocument_ is empty, should do LoadConfiguration first"); in Parse() 46 HGM_LOGE("XMLParser xmlDocGetRootElement failed"); in Parse() 109 HGM_LOGE("XMLParser mParsedData_ is not initialized"); in ParseParam() 169 HGM_LOGE("XMLParser mParsedData_ is not initialized"); in ParseParams()
|
H A D | hgm_config_callback_manager.cpp | 49 HGM_LOGE("HgmConfigCallbackManager %{public}s : callback is null.", __func__); in RegisterHgmConfigChangeCallback() 85 HGM_LOGE("HgmRefreshRateModeCallbackManager %{public}s : callback is null.", __func__); in RegisterHgmRefreshRateModeChangeCallback()
|
H A D | hgm_log.h | 38 #define HGM_LOGE(fmt, ...) HGM_CPRINTF(LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_one_shot_timer.cpp | 99 … HGM_LOGE("HgmOneShotTimer::sem_wait failed (%{public}s)", std::to_string(errno).c_str()); in Loop() 120 … HGM_LOGE("HgmOneShotTimer::sem_timedwait failed (%{public}s)", std::to_string(errno).c_str()); in Loop()
|