Home
last modified time | relevance | path

Searched defs:SetCommand (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DSetCommand.java22 public interface SetCommand { interface
H A DCameraMetadataNative.java1701 new SetCommand() { in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey() method
1708 new SetCommand() { in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey() method
1715 new SetCommand() { in CaptureResult.STATISTICS_FACES.getNativeKey() method
1721 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey() method
1727 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey() method
1734 new SetCommand() { in CaptureRequest.SCALER_CROP_REGION.getNativeKey() method
1741 new SetCommand() { in CaptureRequest.CONTROL_AWB_REGIONS.getNativeKey() method
1748 new SetCommand() { in CaptureRequest.CONTROL_AF_REGIONS.getNativeKey() method
1755 new SetCommand() { in CaptureRequest.CONTROL_AE_REGIONS.getNativeKey() method
/aosp12/system/connectivity/wificond/net/
H A Dnl80211_packet.cpp139 void NL80211Packet::SetCommand(uint8_t command) { in SetCommand() function in android::wificond::NL80211Packet