Home | History | Annotate | Download | only in libcameraservice

Lines Matching full:newstate

1415 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) {
1417 __FUNCTION__, newState, triggerId);
1425 newState;
1433 switch (newState) {
1450 __FUNCTION__, newState);
1456 switch (newState) {
1501 if (newState != ANDROID_CONTROL_AF_STATE_INACTIVE) {
1504 __FUNCTION__, newState, triggerId,
1525 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) {
1527 __FUNCTION__, newState, triggerId);
1528 mCaptureSequencer->notifyAutoExposure(newState, triggerId);