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

  /system/nfc/src/nfa/include/
nfa_ee_int.h 292 uint16_t syscode; member in struct:__anon3384
299 uint16_t syscode; member in struct:__anon3385
  /system/nfc/src/nfa/ee/
nfa_ee_api.cc 554 // adjust endianness of syscode
555 p_msg->syscode = (systemcode & 0x00FF) << 8 | (systemcode & 0xFF00) >> 8;
599 p_msg->syscode = (systemcode & 0x00FF) << 8 | (systemcode & 0xFF00) >> 8;
nfa_ee_act.cc     [all...]

Completed in 191 milliseconds