Searched defs:StatusOn (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/utils/ISV/profile/
H A Disv_profile.cpp31 static const char StatusOn[][5] = {"1frc", "1vpp"}; variable
402 if(strstr(buf, StatusOn[0]) != NULL)
405 if(strstr(buf, StatusOn[1]) != NULL)

Completed in 23 milliseconds