Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_common.h60 #define HAL_CBACK(P_CB, P_CBACK, ...)\ argument
61 if (P_CB && P_CB->P_CBACK) { \
62 BTIF_TRACE_API("HAL %s->%s", #P_CB, #P_CBACK); \
63 P_CB->P_CBACK(__VA_ARGS__); \
/system/bt/btif/src/
Dbtif_hl.c123 #define CHECK_CALL_CBACK(P_CB, P_CBACK, ...)\ argument
124 if (P_CB && P_CB->P_CBACK) { \
125 P_CB->P_CBACK(__VA_ARGS__); \
132 #define BTIF_HL_CALL_CBACK(P_CB, P_CBACK, ...)\ argument
136 if (P_CB && P_CB->P_CBACK) { \
137 P_CB->P_CBACK(__VA_ARGS__); \