Home
last modified time | relevance | path

Searched refs:filterSupportedCaptureIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyRequestMapper.java281 captureIntent = filterSupportedCaptureIntent(captureIntent); in convertRequestMetadata()
462 static int filterSupportedCaptureIntent(int captureIntent) { in filterSupportedCaptureIntent() method in LegacyRequestMapper
DLegacyResultMapper.java160 captureIntent = LegacyRequestMapper.filterSupportedCaptureIntent(captureIntent); in convertResultMetadata()