HomeSort by relevance Sort by last modified time
    Searched defs:CASE_RETURN_STR (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_util.h 34 #define CASE_RETURN_STR(const) case const: return #const;
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 62 #define CASE_RETURN_STR(const) case const: return #const;
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/test/bluedroidtest/
bluedroidtest.c 59 #define CASE_RETURN_STR(const) case const: return #const;
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/audio_a2dp_hw/
audio_a2dp_hw.c 58 #define CASE_RETURN_STR(const) case const: return #const;
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 247 milliseconds