Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_common.h55 #define HAL_CBACK(P_CB, P_CBACK, ...)\ argument
56 if (P_CB && P_CB->P_CBACK) { \
57 BTIF_TRACE_API2("HAL %s->%s", #P_CB, #P_CBACK); \
58 P_CB->P_CBACK(__VA_ARGS__); \
/external/bluetooth/bluedroid/btif/src/
Dbtif_hl.c107 #define CHECK_CALL_CBACK(P_CB, P_CBACK, ...)\ argument
108 if (P_CB && P_CB->P_CBACK) { \
109 P_CB->P_CBACK(__VA_ARGS__); \
116 #define BTIF_HL_CALL_CBACK(P_CB, P_CBACK, ...)\ argument
120 if (P_CB && P_CB->P_CBACK) { \
121 P_CB->P_CBACK(__VA_ARGS__); \