Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp385 if (!hasCapability(BACKWARD_COMPATIBLE) && type != CAMERA3_TEMPLATE_PREVIEW) { in constructDefaultRequestSettings()
417 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
437 if (hasCapability(MANUAL_SENSOR)) { in constructDefaultRequestSettings()
452 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
464 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
511 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
522 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
530 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
536 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
562 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
[all …]
DEmulatedFakeCamera3.h102 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.cpp472 if (!hasCapability(BACKWARD_COMPATIBLE) && type != CAMERA3_TEMPLATE_PREVIEW) { in constructDefaultRequestSettings()
504 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
524 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
536 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
544 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
572 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
624 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.h101 bool hasCapability(AvailableCapabilities cap);