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

  /system/bt/btif/include/
btif_util.h 35 #define CASE_RETURN_STR(const) case const: return #const;
  /system/bt/device/src/
interop.c 28 #define CASE_RETURN_STR(const) case const: return #const;
32 CASE_RETURN_STR(INTEROP_DISABLE_LE_SECURE_CONNECTIONS)
33 CASE_RETURN_STR(INTEROP_AUTO_RETRY_PAIRING)
  /system/bt/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...]
  /system/bt/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)
  /system/bt/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)
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 59 #define CASE_RETURN_STR(const) case const: return #const;
143 CASE_RETURN_STR(A2DP_CTRL_CMD_NONE)
144 CASE_RETURN_STR(A2DP_CTRL_CMD_CHECK_READY)
145 CASE_RETURN_STR(A2DP_CTRL_CMD_START)
146 CASE_RETURN_STR(A2DP_CTRL_CMD_STOP)
147 CASE_RETURN_STR(A2DP_CTRL_CMD_SUSPEND)
    [all...]

Completed in 259 milliseconds