Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_common.h57 #define HAL_CBACK(P_CB, P_CBACK, ...)\ argument
58 if (P_CB && P_CB->P_CBACK) { \
59 BTIF_TRACE_API("HAL %s->%s", #P_CB, #P_CBACK); \
60 P_CB->P_CBACK(__VA_ARGS__); \
/external/bluetooth/bluedroid/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__); \
119 #define BTIF_HL_CALL_CBACK(P_CB, P_CBACK, ...)\ argument
123 if (P_CB && P_CB->P_CBACK) { \
124 P_CB->P_CBACK(__VA_ARGS__); \