Searched defs:is_register (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_vs.c51 tNFC_STATUS NFC_RegVSCback (BOOLEAN is_register, argument
57 if (is_register)
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_api.c954 tNFC_STATUS NFA_RegVSCback (BOOLEAN is_register, argument
959 NFA_TRACE_API1 ("NFA_RegVSCback() is_register=%d", is_register);
970 p_msg->is_register = is_register;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_devctl.c1453 ** If is_register=TRUE, then the function will be registered;
1454 ** if is_register=FALSE, then the function will be deregistered.
1461 tBTM_STATUS BTM_RegisterForVSEvents (tBTM_VS_EVT_CB *p_cb, BOOLEAN is_register) argument
1477 if (is_register == FALSE)
1487 if (is_register)
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dm_int.h181 BOOLEAN is_register; member in struct:__anon7656

Completed in 222 milliseconds