Home
last modified time | relevance | path

Searched refs:hasCapability (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp386 if (!hasCapability(BACKWARD_COMPATIBLE) && type != CAMERA3_TEMPLATE_PREVIEW) { in constructDefaultRequestSettings()
418 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
438 if (hasCapability(MANUAL_SENSOR)) { in constructDefaultRequestSettings()
453 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
465 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
512 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
523 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
531 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
537 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
563 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
[all …]
DEmulatedFakeCamera3.h108 bool hasCapability(AvailableCapabilities cap);
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp423 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()
[all …]
DEmulatedQemuCamera3.cpp471 if (!hasCapability(BACKWARD_COMPATIBLE) && type != CAMERA3_TEMPLATE_PREVIEW) { in constructDefaultRequestSettings()
503 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
523 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
535 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
543 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
571 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
623 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
1108 bool EmulatedQemuCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability() function in android::EmulatedQemuCamera3
1141 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1156 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
[all …]
DEmulatedFakeCamera3.h106 bool hasCapability(AvailableCapabilities cap);
DEmulatedQemuCamera3.h100 bool hasCapability(AvailableCapabilities cap);