Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp61 static const char systemSessionCheckPath[] = "/proc/vendor_sched/is_tgid_system_ui"; variable
62 static const bool systemSessionCheckNodeExist = access(systemSessionCheckPath, W_OK) == 0;
154 ::android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(systemSessionCheckPath, flags))); in getProcessTag()
156 ALOGW("Can't open system session checking node %s", systemSessionCheckPath); in getProcessTag()