Searched refs:tA2DP_CTRL_CMD (Results 1 – 10 of 10) sorted by relevance
44 std::function<const char*(tA2DP_CTRL_CMD event)> body{45 [](tA2DP_CTRL_CMD /* event */) { return return_value; }};46 const char* operator()(tA2DP_CTRL_CMD event) { return body(event); }; in operator()
58 const char* audio_a2dp_hw_dump_ctrl_event(tA2DP_CTRL_CMD event) { in audio_a2dp_hw_dump_ctrl_event()
43 struct formatter<tA2DP_CTRL_CMD> : enum_formatter<tA2DP_CTRL_CMD> {};60 static tA2DP_CTRL_CMD a2dp_cmd_pending = A2DP_CTRL_CMD_NONE;254 tA2DP_CTRL_CMD cmd = A2DP_CTRL_CMD_NONE; in btif_a2dp_recv_ctrl_data()259 cmd = static_cast<tA2DP_CTRL_CMD>(read_cmd); in btif_a2dp_recv_ctrl_data()
88 } tA2DP_CTRL_CMD; typedef154 const char* audio_a2dp_hw_dump_ctrl_event(tA2DP_CTRL_CMD event);
54 tA2DP_CTRL_CMD GetPendingCmd() const;66 static tA2DP_CTRL_CMD a2dp_pending_cmd_;
34 struct formatter<tA2DP_CTRL_CMD> : enum_formatter<tA2DP_CTRL_CMD> {};73 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;192 tA2DP_CTRL_CMD A2dpTransport::GetPendingCmd() const { in GetPendingCmd()
44 struct formatter<tA2DP_CTRL_CMD> : enum_formatter<tA2DP_CTRL_CMD> {};100 tA2DP_CTRL_CMD a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
36 struct formatter<tA2DP_CTRL_CMD> : enum_formatter<tA2DP_CTRL_CMD> {};179 tA2DP_CTRL_CMD GetPendingCmd() const { return a2dp_pending_cmd_; } in GetPendingCmd()202 static tA2DP_CTRL_CMD a2dp_pending_cmd_;208 tA2DP_CTRL_CMD A2dpTransport::a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE;
26 const char* audio_a2dp_hw_dump_ctrl_event(tA2DP_CTRL_CMD event) { in audio_a2dp_hw_dump_ctrl_event()
431 static int a2dp_command(struct a2dp_stream_common* common, tA2DP_CTRL_CMD cmd) { in a2dp_command()