Home
last modified time | relevance | path

Searched refs:HAL_FLAG_NO_DEBUG (Results 1 – 3 of 3) sorted by relevance

/hardware/st/nfc/st21nfc/include/
Dhalcore.h43 #define HAL_FLAG_NO_DEBUG 0 /* disable debug output */ macro
/hardware/st/nfc/1.0/include/
Dhalcore.h42 #define HAL_FLAG_NO_DEBUG 0 /* disable debug output */ macro
/hardware/st/nfc/1.0/hal/
Dhalcore.c148 if (flags & HAL_FLAG_NO_DEBUG) { in HalCreate()