Home
last modified time | relevance | path

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

/aosp12/system/bt/service/test/
H A Da2dp_source_unittest.cc74 const RequestData& connection_state() const { return connection_state_; } in connection_state() function in bluetooth::__anon045f875d0110::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()
H A Da2dp_sink_unittest.cc77 const RequestData& connection_state() const { return connection_state_; } in connection_state() function in bluetooth::__anonbf005d410110::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()
/aosp12/system/bt/btif/src/
H A 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()
/aosp12/system/bt/test/mock/
H A 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()
H A 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()
H A Dmock_common_metrics.cc200 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
/aosp12/system/bt/main/shim/
H A Dmetrics_api.cc118 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
123 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
H A Dmetrics_api.h189 android::bluetooth::SocketConnectionstateEnum connection_state,
/aosp12/system/bt/gd/os/android/
H A Dmetrics.cc333 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
348 connection_state, in LogMetricSocketConnectionState()
362 connection_state, in LogMetricSocketConnectionState()
/aosp12/system/bt/btif/include/
H A Dbtif_metrics_logging.h52 android::bluetooth::SocketConnectionstateEnum connection_state,
/aosp12/system/bt/gd/os/host/
H A Dmetrics.cc40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
/aosp12/system/bt/gd/os/linux/
H A Dmetrics.cc40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
/aosp12/system/bt/gd/os/
H A Dmetrics.h228 android::bluetooth::SocketConnectionstateEnum connection_state,
/aosp12/system/bt/common/
H A Dmetrics_linux.cc98 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
H A Dmetrics.h470 android::bluetooth::SocketConnectionstateEnum connection_state,
H A 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()
/aosp12/packages/modules/adb/
H A Dadb.h203 ConnectionState connection_state(atransport* t);