Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_common.h79 #define HAL_CBACK(P_CB, P_CBACK, ...) \ argument
81 if ((P_CB) && (P_CB)->P_CBACK) { \
82 BTIF_TRACE_API("%s: HAL %s->%s", __func__, #P_CB, #P_CBACK); \
83 (P_CB)->P_CBACK(__VA_ARGS__); \