Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_common.h72 #define HAL_CBACK(P_CB, P_CBACK, ...)\ argument
73 if (P_CB && P_CB->P_CBACK) { \
74 BTIF_TRACE_API("HAL %s->%s", #P_CB, #P_CBACK); \
75 P_CB->P_CBACK(__VA_ARGS__); \
/system/bt/btif/src/
Dbtif_hl.c110 #define CHECK_CALL_CBACK(P_CB, P_CBACK, ...)\ argument
111 if (P_CB && P_CB->P_CBACK) { \
112 P_CB->P_CBACK(__VA_ARGS__); \
118 #define BTIF_HL_CALL_CBACK(P_CB, P_CBACK, ...)\ argument
122 if (P_CB && P_CB->P_CBACK) { \
123 P_CB->P_CBACK(__VA_ARGS__); \