Searched refs:LogScanResult (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 206 public class LogScanResult { class in CtsRootlessGpuDebugHostTest 211 …private LogScanResult scanLog(String tag, String searchString, String appStartTime) throws Excepti… in scanLog() 218 …private LogScanResult scanLog(String tag, String searchString, String endString, String appStartTi… in scanLog() 220 LogScanResult result = new LogScanResult(); in scanLog() 335 … LogScanResult resultA = scanLog(TAG + "," + LAYER_A + "," + LAYER_B, searchStringA, appStartTime); in testDebugLayerLoadVulkan() 339 … LogScanResult resultB = scanLog(TAG + "," + LAYER_A + "," + LAYER_B, searchStringB, appStartTime); in testDebugLayerLoadVulkan() 371 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadVulkan() 401 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledVulkan() 431 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugWrongAppVulkan() 461 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugNoLayersEnabledVulkan() [all …]
|