/system/bt/service/test/ |
D | a2dp_source_unittest.cc | 74 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()
|
D | a2dp_sink_unittest.cc | 77 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/ |
D | btif_metrics_logging.cc | 102 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/ |
D | mock_main_shim_metrics_api.h | 237 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()
|
D | mock_main_shim_metrics_api.cc | 160 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument 165 raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
|
D | mock_common_metrics.cc | 200 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
|
/system/bt/btif/include/ |
D | btif_metrics_logging.h | 52 android::bluetooth::SocketConnectionstateEnum connection_state,
|
/system/bt/main/shim/ |
D | metrics_api.cc | 118 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument 123 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
|
D | metrics_api.h | 189 android::bluetooth::SocketConnectionstateEnum connection_state,
|
/system/bt/gd/os/android/ |
D | metrics.cc | 333 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument 348 connection_state, in LogMetricSocketConnectionState() 362 connection_state, in LogMetricSocketConnectionState()
|
/system/bt/gd/os/linux/ |
D | metrics.cc | 40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
|
/system/bt/gd/os/host/ |
D | metrics.cc | 40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
|
/system/bt/gd/os/ |
D | metrics.h | 228 android::bluetooth::SocketConnectionstateEnum connection_state,
|
/system/bt/common/ |
D | metrics_linux.cc | 98 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
|
D | metrics.h | 470 android::bluetooth::SocketConnectionstateEnum connection_state,
|
D | metrics.cc | 847 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()
|