Searched refs:connection_state (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/test/ |
D | a2dp_sink_unittest.cc | 77 const RequestData& connection_state() const { return connection_state_; } in connection_state() function in bluetooth::__anonaa9dfa1e0111::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/core/adb/ |
D | adb.h | 207 ConnectionState connection_state(atransport* t);
|
/system/bt/common/ |
D | metrics.h | 460 android::bluetooth::SocketConnectionstateEnum connection_state,
|
D | metrics.cc | 803 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument 816 obfuscated_id_field, port, type, connection_state, tx_bytes, rx_bytes, in LogSocketConnectionState() 820 << ", type " << type << ", state " << connection_state in LogSocketConnectionState()
|