Searched refs:scanLog (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 211 …private LogScanResult scanLog(String tag, String searchString, String appStartTime) throws Excepti… in scanLog() method in CtsRootlessGpuDebugHostTest 212 return scanLog(tag, searchString, "", appStartTime); in scanLog() 218 …private LogScanResult scanLog(String tag, String searchString, String endString, String appStartTi… in scanLog() method in CtsRootlessGpuDebugHostTest 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() 485 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testSystemPropertyEnableVulkan() [all …]
|