Home | History | Annotate | Download | only in jni

Lines Matching refs:trigger

325             if (action.trigger == NFC_EE_TRIG_SELECT)
326 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=select (0x%X)", fn, action.ee_handle, action.trigger);
327 else if (action.trigger == NFC_EE_TRIG_APP_INIT)
330 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=app-init (0x%X); aid len=%u; data len=%u", fn,
331 action.ee_handle, action.trigger, app_init.len_aid, app_init.len_data);
344 else if (action.trigger == NFC_EE_TRIG_RF_PROTOCOL)
345 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=rf protocol (0x%X)", fn, action.ee_handle, action.trigger);
346 else if (action.trigger == NFC_EE_TRIG_RF_TECHNOLOGY)
347 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=rf tech (0x%X)", fn, action.ee_handle, action.trigger);
349 ALOGE ("%s: NFA_EE_ACTION_EVT; h=0x%X; unknown trigger (0x%X)", fn, action.ee_handle, action.trigger);