Home
last modified time | relevance | path

Searched defs:coreInitCmd (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/st/nfc/1.0/
H A Dhal_wrapper.c96 uint8_t coreInitCmd[] = {0x20, 0x01, 0x02, 0x00, 0x00}; in halWrapperDataCallback() local
162 uint8_t coreInitCmd[] = {0x20, 0x01, 0x02, 0x00, 0x00}; in halWrapperCallback() local
/aosp12/hardware/st/nfc/st21nfc/
H A Dhal_wrapper.cc203 uint8_t coreInitCmd[] = {0x20, 0x01, 0x02, 0x00, 0x00}; in halWrapperDataCallback() local
562 uint8_t coreInitCmd[] = {0x20, 0x01, 0x02, 0x00, 0x00}; in halWrapperCallback() local
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhal_fd.cc47 static const uint8_t coreInitCmd[] = {0x20, 0x01, 0x02, 0x00, 0x00}; variable