Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/include/
Dhalcore.h57 } hal_wrapper_state_e; typedef
83 void hal_wrapper_set_state(hal_wrapper_state_e new_wrapper_state);
/hardware/st/nfc/1.0/
Dhal_wrapper.c46 } hal_wrapper_state_e; typedef
53 hal_wrapper_state_e mHalWrapperState = HAL_WRAPPER_STATE_CLOSED;
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc47 hal_wrapper_state_e mHalWrapperState = HAL_WRAPPER_STATE_CLOSED;
583 void hal_wrapper_set_state(hal_wrapper_state_e new_wrapper_state) { in hal_wrapper_set_state()