HomeSort by relevance Sort by last modified time
    Searched refs:fwi (Results 1 - 9 of 9) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 133 int fwi = (ats[atsIndex] & 0xF0) >> 4; local
134 if (fwi > 8) {
136 sb.append(" (FAIL) FWI=" + Integer.toString(fwi) + ", should be <= 8\n");
137 } else if (fwi == 8) {
138 sb.append(" (FAIL EMVCO) FWI=" + Integer.toString(fwi) +
141 sb.append(" (OK) FWI=" + Integer.toString(fwi) + "\n");
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 296 FLASHWINFO fwi; local
297 fwi.cbSize = sizeof(fwi);
298 fwi.hwnd = views::HWNDForWidget(window_);
299 fwi.dwFlags = FLASHW_ALL;
300 fwi.uCount = panel::kNumberOfTimesToFlashPanelForAttention;
301 fwi.dwTimeout = 0;
302 ::FlashWindowEx(&fwi);
panel_view.cc 570 FLASHWINFO fwi; local
571 fwi.cbSize = sizeof(fwi);
572 fwi.hwnd = views::HWNDForWidget(window_);
574 fwi.dwFlags = FLASHW_ALL;
575 fwi.uCount = panel::kNumberOfTimesToFlashPanelForAttention;
576 fwi.dwTimeout = 0;
582 fwi.dwFlags = FLASHW_STOP;
584 ::FlashWindowEx(&fwi);
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 338 p_stored = nfa_dm_cb.params.fwi;
nfa_dm_act.c 164 /* FWI */
165 nfa_dm_cb.params.fwi[0] = 0x04;
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 733 FLASHWINFO fwi; local
734 fwi.cbSize = sizeof(fwi);
735 fwi.hwnd = hwnd();
737 fwi.dwFlags = FLASHW_ALL;
738 fwi.uCount = 4;
739 fwi.dwTimeout = 0;
741 fwi.dwFlags = FLASHW_STOP;
743 FlashWindowEx(&fwi);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 460 UINT8 fwi[NCI_PARAM_LEN_FWI]; member in struct:__anon28740
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 614 UINT8 fwi; /* Frame Waiting time Integer */ member in struct:__anon28925
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 831 /* FWI (Frame Waiting time Integer) & SPGI (Start-up Frame Guard time Integer) */
832 p_pa_iso->fwi = (((*pp) >> 4) & 0x0F);
    [all...]

Completed in 113 milliseconds