Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_common.h81 #define HAL_CBACK(P_CB, P_CBACK, ...) \ argument
83 if ((P_CB) && (P_CB)->P_CBACK) { \
84 BTIF_TRACE_API("%s: HAL %s->%s", __func__, #P_CB, #P_CBACK); \
85 (P_CB)->P_CBACK(__VA_ARGS__); \
/system/bt/btif/src/
Dbtif_hl.cc115 #define CHECK_CALL_CBACK(P_CB, P_CBACK, ...) \ argument
117 if ((P_CB) && (P_CB)->P_CBACK) { \
118 (P_CB)->P_CBACK(__VA_ARGS__); \
124 #define BTIF_HL_CALL_CBACK(P_CB, P_CBACK, ...) \ argument
128 if ((P_CB) && (P_CB)->P_CBACK) { \
129 (P_CB)->P_CBACK(__VA_ARGS__); \