/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_connection_proxy.cpp | 39 VLOGE("Failed to write interface token");
in RequestNextVSync() 44 VLOGE("remote is null");
in RequestNextVSync() 49 VLOGE("ipc send fail, error:%{public}d", res);
in RequestNextVSync() 62 VLOGE("Failed to write interface token");
in SetUiDvsyncSwitch() 66 VLOGE("Failed to write dvsyncSwitch:%{public}d", dvsyncSwitch);
in SetUiDvsyncSwitch() 71 VLOGE("remote is null");
in SetUiDvsyncSwitch() 76 VLOGE("ipc send fail, error:%{public}d", res);
in SetUiDvsyncSwitch() 89 VLOGE("Failed to write interface token");
in SetNativeDVSyncSwitch() 93 VLOGE("Failed to write dvsyncSwitch:%{public}d", dvsyncSwitch);
in SetNativeDVSyncSwitch() 98 VLOGE("remot in SetNativeDVSyncSwitch() [all...] |
H A D | vsync_generator.cpp | 486 VLOGE("update period failed, refreshRate:%{public}u, currRefreshRate_:%{public}u, period:" VPUBI64,
in UpdatePeriodLocked() 516 VLOGE("%{public}s failed to get system ability manager client", __func__);
in SubScribeSystemAbility() 527 VLOGE("%{public}s subscribe system ability %{public}d failed.", __func__, RES_SCHED_SYS_ABILITY_ID);
in SubScribeSystemAbility() 541 VLOGE("wrong parameter, period:" VPUBI64 ", referenceTime:" VPUBI64, period, referenceTime);
in UpdateMode() 606 VLOGE("Not Support this refresh rate: %{public}d, update pulse failed.", actualRefreshRate);
in JudgeRefreshRateLocked() 661 VLOGE("pulse is not ready!!!");
in ChangeGeneratorRefreshRateModel() 669 VLOGE("Not support this refresh rate: %{public}u", generatorRefreshRate);
in ChangeGeneratorRefreshRateModel() 751 VLOGE("Not support max refresh rate: %{public}u", refreshRate);
in SetVSyncMaxRefreshRate() 801 VLOGE("samePeriodCounter ERROR, period_:" VPUBI64 ", hardwareVsyncInterval:" VPUBI64
in PeriodCheckLocked() 834 VLOGE("wron in CheckAndUpdateReferenceTime() [all...] |
H A D | vsync_receiver.cpp | 64 VLOGE("ReadFdInternal, ret is 0, read fd:%{public}d failed, errno:%{public}d", fd, errno);
in ReadFdInternal() 72 VLOGE("ReadFdInternal, read fd:%{public}d failed, errno:%{public}d", fd, errno);
in ReadFdInternal() 131 VLOGE("invalid timestamps, now:" VPUBI64 ", period_:" VPUBI64, now, period_);
in CalculateExpectedEndLocked() 236 VLOGE("%{public}s not init", __func__);
in RequestNextVSync() 252 VLOGE("%{public}s not init", __func__);
in RequestNextVSyncWithMultiCallback() 294 VLOGE("%{public}s not init", __func__);
in GetVSyncPeriodAndLastTimeStamp()
|
H A D | vsync_distributor.cpp | 75 VLOGE("vsync connection clearAll failed!");
in OnRemoteDied() 124 VLOGE("%{public}s VSync Client Connection is dead, name:%{public}s.", __func__, info_.name_.c_str());
in RequestNextVSync() 146 VLOGE("%{public}s VSync Client Connection is dead, name:%{public}s.", __func__, info_.name_.c_str());
in GetReceiveFd() 151 VLOGE("%{public}s socketPair invalid fd:%{public}d.", __func__, fd);
in GetReceiveFd() 164 VLOGE("%{public}s VSync Client Connection is dead, name:%{public}s.", __func__, info_.name_.c_str());
in PostEvent() 208 VLOGE("%{public}s VSync Client Connection is dead, name:%{public}s.", __func__, info_.name_.c_str());
in SetVSyncRate() 245 VLOGE("%{public}s VSync Client Connection is dead, name:%{public}s.", __func__, info_.name_.c_str());
in SetUiDvsyncSwitch() 265 VLOGE("%{public}s VSync Client Connection is dead, name:%{public}s.", __func__, info_.name_.c_str());
in SetNativeDVSyncSwitch() 285 VLOGE("%{public}s VSync Client Connection is dead, name:%{public}s.", __func__, info_.name_.c_str());
in SetUiDvsyncConfig() 346 VLOGE("Yo in AddConnection() [all...] |
H A D | vsync_connection_stub.cpp | 103 VLOGE("CheckPermissionFailed, calling process illegal");
in CheckCallingPermission()
|
H A D | vsync_sampler.cpp | 127 VLOGE("SetScreenVsyncEnabled:%{public}d failed, cb is null", enabled);
in SetScreenVsyncEnabledInRSMainThreadInternal()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync/ |
H A D | native_vsync.cpp | 41 VLOGE("name is nullptr, please check"); in OH_NativeVSync_Create() 48 VLOGE("Create VSyncReceiver failed"); in OH_NativeVSync_Create() 53 VLOGE("VSyncReceiver Init failed, ret:%{public}d", ret); in OH_NativeVSync_Create() 64 VLOGE("parameter is nullptr, please check"); in OH_NativeVSync_Destroy() 76 VLOGE("parameter is nullptr, please check"); in OH_NativeVSync_RequestFrame() 91 VLOGE("parameter is nullptr, please check"); in OH_NativeVSync_RequestFrameWithMultiCallback() 105 VLOGE("parameter is nullptr, please check"); in OH_NativeVSync_GetPeriod() 115 VLOGE("parameter is nullptr, please check"); in OH_NativeVSync_DVSyncSwitch()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_log.h | 50 #define VLOGE(fmt, ...) VLOG_BASE(HILOG_ERROR, fmt, ##__VA_ARGS__) macro 53 #define VLOG_FAILURE(fmt, ...) VLOGE("Failure, Reason: " fmt, ##__VA_ARGS__) 63 VLOGE(fmt ", means %{public}s", ##__VA_ARGS__, strerror(errno))
|