Lines Matching refs:hasCapability

423     if (!hasCapability(BACKWARD_COMPATIBLE) && type != CAMERA3_TEMPLATE_PREVIEW) {  in constructDefaultRequestSettings()
455 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
475 if (hasCapability(MANUAL_SENSOR)) { in constructDefaultRequestSettings()
490 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
502 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
549 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
565 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
576 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
584 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
613 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
667 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
1117 if (hasCapability(FULL_LEVEL)) { in getCameraCapabilities()
1126 if (hasCapability(BURST_CAPTURE) || in getCameraCapabilities()
1127 hasCapability(READ_SENSOR_SETTINGS) || in getCameraCapabilities()
1128 hasCapability(RAW) || in getCameraCapabilities()
1129 hasCapability(MANUAL_SENSOR) || in getCameraCapabilities()
1130 hasCapability(MANUAL_POST_PROCESSING) || in getCameraCapabilities()
1131 hasCapability(PRIVATE_REPROCESSING) || in getCameraCapabilities()
1132 hasCapability(YUV_REPROCESSING) || in getCameraCapabilities()
1133 hasCapability(CONSTRAINED_HIGH_SPEED_VIDEO)) { in getCameraCapabilities()
1145 bool EmulatedFakeCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability() function in android::EmulatedFakeCamera3
1181 if (hasCapability(MANUAL_SENSOR)) { in constructStaticInfo()
1220 if (hasCapability(RAW) || hasCapability(MANUAL_SENSOR)) { in constructStaticInfo()
1232 if (hasCapability(RAW)) { in constructStaticInfo()
1237 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1250 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1281 if (hasCapability(DEPTH_OUTPUT)) { in constructStaticInfo()
1338 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructStaticInfo()
1348 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructStaticInfo()
1390 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1395 if (hasCapability(RAW)) { in constructStaticInfo()
1400 if (hasCapability(BURST_CAPTURE)) { in constructStaticInfo()
1440 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1445 if (hasCapability(RAW)) { in constructStaticInfo()
1450 if (hasCapability(BURST_CAPTURE)) { in constructStaticInfo()
1489 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1494 if (hasCapability(RAW)) { in constructStaticInfo()
1499 if (hasCapability(BURST_CAPTURE)) { in constructStaticInfo()
1511 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1523 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1539 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1564 hasCapability(FULL_LEVEL) ? ANDROID_SYNC_MAX_LATENCY_PER_FRAME_CONTROL : 3; in constructStaticInfo()
1569 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1584 hasCapability(BACKWARD_COMPATIBLE) ? in constructStaticInfo()
1591 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1599 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1630 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1639 const uint8_t aeLockAvailable = hasCapability(BACKWARD_COMPATIBLE) ? in constructStaticInfo()
1645 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1658 const uint8_t awbLockAvailable = hasCapability(BACKWARD_COMPATIBLE) ? in constructStaticInfo()
1676 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1692 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1709 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1726 hasCapability(FULL_LEVEL) ? ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_FULL : in constructStaticInfo()
1734 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1752 if (hasCapability(DEPTH_OUTPUT)) { in constructStaticInfo()
1789 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1875 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1886 if (hasCapability(DEPTH_OUTPUT)) { in constructStaticInfo()
1936 if (!hasCapability(BACKWARD_COMPATIBLE)) { in process3A()
1982 if (e.count == 0 && hasCapability(BACKWARD_COMPATIBLE)) { in doFakeAE()
2101 if (e.count == 0 && hasCapability(BACKWARD_COMPATIBLE)) { in doFakeAF()
2304 if (e.count == 0 && hasCapability(BACKWARD_COMPATIBLE)) { in doFakeAWB()
2582 if (mParent->hasCapability(BACKWARD_COMPATIBLE)) { in threadLoop()
2600 if (mParent->hasCapability(DEPTH_OUTPUT)) { in threadLoop()