Home
last modified time | relevance | path

Searched refs:connection_state (Results 1 – 16 of 16) sorted by relevance

/system/bt/service/test/
Da2dp_source_unittest.cc74 const RequestData& connection_state() const { return connection_state_; } in connection_state() function in bluetooth::__anondbec48710111::TestDelegate
216 EXPECT_EQ(0, delegate.connection_state().count); in TEST_F()
219 EXPECT_EQ(1, delegate.connection_state().count); in TEST_F()
220 EXPECT_EQ(kTestAddr, delegate.connection_state().device_address); in TEST_F()
221 EXPECT_EQ(kConnectionState, delegate.connection_state().state); in TEST_F()
Da2dp_sink_unittest.cc77 const RequestData& connection_state() const { return connection_state_; } in connection_state() function in bluetooth::__anon3081c9550111::TestDelegate
241 EXPECT_EQ(0, delegate.connection_state().count); in TEST_F()
244 EXPECT_EQ(1, delegate.connection_state().count); in TEST_F()
245 EXPECT_EQ(kTestAddr, delegate.connection_state().device_address); in TEST_F()
246 EXPECT_EQ(kConnectionState, delegate.connection_state().state); in TEST_F()
/system/bt/btif/src/
Dbtif_metrics_logging.cc102 android::bluetooth::SocketConnectionstateEnum connection_state, in log_socket_connection_state() argument
107 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in log_socket_connection_state()
111 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in log_socket_connection_state()
/system/bt/test/mock/
Dmock_main_shim_metrics_api.h237 android::bluetooth::SocketConnectionstateEnum connection_state,
241 android::bluetooth::SocketConnectionstateEnum connection_state,
246 android::bluetooth::SocketConnectionstateEnum connection_state, in operator()
249 body(raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, in operator()
Dmock_main_shim_metrics_api.cc160 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
165 raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
Dmock_common_metrics.cc200 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
/system/bt/btif/include/
Dbtif_metrics_logging.h52 android::bluetooth::SocketConnectionstateEnum connection_state,
/system/bt/main/shim/
Dmetrics_api.cc118 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
123 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
Dmetrics_api.h189 android::bluetooth::SocketConnectionstateEnum connection_state,
/system/bt/gd/os/android/
Dmetrics.cc333 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
348 connection_state, in LogMetricSocketConnectionState()
362 connection_state, in LogMetricSocketConnectionState()
/system/bt/gd/os/linux/
Dmetrics.cc40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
/system/bt/gd/os/host/
Dmetrics.cc40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
/system/bt/gd/os/
Dmetrics.h228 android::bluetooth::SocketConnectionstateEnum connection_state,
/system/bt/common/
Dmetrics_linux.cc98 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
Dmetrics.h470 android::bluetooth::SocketConnectionstateEnum connection_state,
Dmetrics.cc847 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
862 obfuscated_id_field, port, type, connection_state, tx_bytes, rx_bytes, in LogSocketConnectionState()
866 << ", type " << type << ", state " << connection_state in LogSocketConnectionState()