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

  /external/bluetooth/bluedroid/btif/include/
btif_util.h 36 #define CASE_RETURN_STR(const) case const: return #const;
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_main.c 624 #ifndef CASE_RETURN_STR
625 #define CASE_RETURN_STR(const) case const: return #const;
632 CASE_RETURN_STR(BTA_HF_CLIENT_API_REGISTER_EVT)
633 CASE_RETURN_STR(BTA_HF_CLIENT_API_DEREGISTER_EVT)
634 CASE_RETURN_STR(BTA_HF_CLIENT_API_OPEN_EVT)
635 CASE_RETURN_STR(BTA_HF_CLIENT_API_CLOSE_EVT)
636 CASE_RETURN_STR(BTA_HF_CLIENT_API_AUDIO_OPEN_EVT)
637 CASE_RETURN_STR(BTA_HF_CLIENT_API_AUDIO_CLOSE_EVT)
638 CASE_RETURN_STR(BTA_HF_CLIENT_RFC_OPEN_EVT)
639 CASE_RETURN_STR(BTA_HF_CLIENT_RFC_CLOSE_EVT
    [all...]
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 63 #define CASE_RETURN_STR(const) case const: return #const;
134 CASE_RETURN_STR(UIPC_OPEN_EVT)
135 CASE_RETURN_STR(UIPC_CLOSE_EVT)
136 CASE_RETURN_STR(UIPC_RX_DATA_EVT)
137 CASE_RETURN_STR(UIPC_RX_DATA_READY_EVT)
138 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;
172 CASE_RETURN_STR(BT_STATUS_SUCCESS)
173 CASE_RETURN_STR(BT_STATUS_FAIL)
174 CASE_RETURN_STR(BT_STATUS_NOT_READY)
175 CASE_RETURN_STR(BT_STATUS_NOMEM)
176 CASE_RETURN_STR(BT_STATUS_BUSY)
177 CASE_RETURN_STR(BT_STATUS_UNSUPPORTED)
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 60 #define CASE_RETURN_STR(const) case const: return #const;
144 CASE_RETURN_STR(A2DP_CTRL_CMD_NONE)
145 CASE_RETURN_STR(A2DP_CTRL_CMD_CHECK_READY)
146 CASE_RETURN_STR(A2DP_CTRL_CMD_START)
147 CASE_RETURN_STR(A2DP_CTRL_CMD_STOP)
148 CASE_RETURN_STR(A2DP_CTRL_CMD_SUSPEND)
    [all...]

Completed in 559 milliseconds