Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestState.h198 uint8_t ae_lock_ = ANDROID_CONTROL_AE_LOCK_OFF; variable
DEmulatedRequestState.cpp128 ae_lock_ = entry.data.u8[0]; in DoFakeAE()
130 ae_lock_ = ANDROID_CONTROL_AE_LOCK_OFF; in DoFakeAE()
133 if (ae_lock_ == ANDROID_CONTROL_AE_LOCK_ON) { in DoFakeAE()
833 result->result_metadata->Set(ANDROID_CONTROL_AE_LOCK, &ae_lock_, 1); in InitializeResult()