Home | History | Annotate | Download | only in libcamera2

Lines Matching full:noti

4985         // Just noti of pre-capture start
5059 void ExynosCameraHWInterface2::OnAfNotification(enum aa_afstate noti)
5064 OnAfNotificationAutoMacro(noti);
5067 OnAfNotificationCAFVideo(noti);
5070 OnAfNotificationCAFPicture(noti);
5078 void ExynosCameraHWInterface2::OnAfNotificationAutoMacro(enum aa_afstate noti)
5084 switch (noti) {
5095 switch (noti) {
5115 switch (noti) {
5170 switch (noti) {
5185 switch (noti) {
5200 ALOGV("(%s): Wrong Transition state(%d) noti(%d)", __FUNCTION__, m_afState, noti);
5203 ALOGV("(%s): State (%d) -> (%d) by (%d)", __FUNCTION__, m_afState, nextState, noti);
5208 void ExynosCameraHWInterface2::OnAfNotificationCAFPicture(enum aa_afstate noti)
5214 switch (noti) {
5236 switch (noti) {
5261 switch (noti) {
5285 switch (noti) {
5313 switch (noti) {
5325 ALOGV("[AF Flash] AUTO start with Mode (%d) state (%d) noti (%d)", m_afMode, m_afState, (int)noti);
5330 ALOGV("[AF Flash] AUTO end with Mode (%d) state (%d) noti (%d)", m_afMode, m_afState, (int)noti);
5350 ALOGV("[AF Flash] AUTO start with Mode (%d) state (%d) noti (%d)", m_afMode, m_afState, (int)noti);
5355 ALOGV("[AF Flash] AUTO end with Mode (%d) state (%d) noti (%d)", m_afMode, m_afState, (int)noti);
5376 switch (noti) {
5393 switch (noti) {
5412 ALOGV("(%s): Wrong Transition state(%d) noti(%d)", __FUNCTION__, m_afState, noti);
5415 ALOGV("(%s): State (%d) -> (%d) by (%d)", __FUNCTION__, m_afState, nextState, noti);
5420 void ExynosCameraHWInterface2::OnAfNotificationCAFVideo(enum aa_afstate noti)
5426 switch (noti) {
5437 switch (noti) {
5459 switch (noti) {
5479 switch (noti) {
5501 switch (noti) {
5523 switch (noti) {
5540 switch (noti) {
5555 ALOGV("(%s): Wrong Transition state(%d) noti(%d)", __FUNCTION__, m_afState, noti);
5558 ALOGV("(%s): State (%d) -> (%d) by (%d)", __FUNCTION__, m_afState, nextState, noti);