Home
last modified time | relevance | path

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

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp44 char errorString[MAX_ERROR_STRING_LEN]; variable
443 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret); in initWithErrorLog()
448 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret); in initWithErrorLog()
514 LOG_ERROR(errorString, "Cannot init image reader before closing existing one"); in initImageReaderWithErrorLog()
522 LOG_ERROR(errorString, "Create image reader. ret %d", ret); in initImageReaderWithErrorLog()
526 LOG_ERROR(errorString, "null image reader created"); in initImageReaderWithErrorLog()
533 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret); in initImageReaderWithErrorLog()
539 LOG_ERROR(errorString, "AImageReader_getWindow failed. ret %d", ret); in initImageReaderWithErrorLog()
543 LOG_ERROR(errorString, "Null ANW from AImageReader!"); in initImageReaderWithErrorLog()
562 LOG_ERROR(errorString, "Cannot create session before closing existing one"); in createCaptureSessionWithLog()
[all …]
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java149 StringBuilder errorString = new StringBuilder(); in testAllDomainsEnforcing() local
151 errorString.append(line); in testAllDomainsEnforcing()
152 errorString.append("\n"); in testAllDomainsEnforcing()
155 + errorString, errorString.length() == 0); in testAllDomainsEnforcing()
226 StringBuilder errorString = new StringBuilder(); in testValidSeappContexts() local
228 errorString.append(line); in testValidSeappContexts()
229 errorString.append("\n"); in testValidSeappContexts()
232 + errorString, errorString.length() == 0); in testValidSeappContexts()
372 StringBuilder errorString = new StringBuilder(); in testValidFileContexts() local
374 errorString.append(line); in testValidFileContexts()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1127 String errorString = String.format( in aeCompensationTestByCamera() local
1139 mCollector.expectInRange(errorString, error, in aeCompensationTestByCamera()