Searched refs:boardApiLevel (Results 1 – 2 of 2) sorted by relevance
105 int boardApiLevel = android::base::GetIntProperty("ro.board.first_api_level", 0); in getFirstApiLevel() local106 if (boardApiLevel != 0) { in getFirstApiLevel()107 return boardApiLevel; in getFirstApiLevel()
696 int boardApiLevel = in halSupportsGpuPrivateMemory() local701 return std::min(productApiLevel, boardApiLevel) >= __ANDROID_API_S__; in halSupportsGpuPrivateMemory()