Searched defs:CASE_RETURN_STR (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/include/
H A Dbtif_util.h34 #define CASE_RETURN_STR(const) case const: return #const; macro
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c59 #define CASE_RETURN_STR(const) case const: return #const; macro
170 CASE_RETURN_STR(BT_STATUS_SUCCESS)
171 CASE_RETURN_STR(BT_STATUS_FAIL)
172 CASE_RETURN_STR(BT_STATUS_NOT_READY)
173 CASE_RETURN_STR(BT_STATUS_NOMEM)
174 CASE_RETURN_STR(BT_STATUS_BUSY)
175 CASE_RETURN_STR(BT_STATUS_UNSUPPORTED)
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c62 #define CASE_RETURN_STR(const) case const: return #const; macro
129 CASE_RETURN_STR(UIPC_OPEN_EVT)
130 CASE_RETURN_STR(UIPC_CLOSE_EVT)
131 CASE_RETURN_STR(UIPC_RX_DATA_EVT)
132 CASE_RETURN_STR(UIPC_RX_DATA_READY_EVT)
133 CASE_RETURN_STR(UIPC_TX_DATA_READY_EVT)
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c58 #define CASE_RETURN_STR(const) case const: return #const; macro
135 CASE_RETURN_STR(A2DP_CTRL_CMD_NONE)
136 CASE_RETURN_STR(A2DP_CTRL_CMD_CHECK_READY)
137 CASE_RETURN_STR(A2DP_CTRL_CMD_START)
138 CASE_RETURN_STR(A2DP_CTRL_CMD_STOP)
139 CASE_RETURN_STR(A2DP_CTRL_CMD_SUSPEND)

Completed in 477 milliseconds