Searched refs:handleConnectionEvents (Results 1 – 6 of 6) sorted by relevance
34 virtual void handleConnectionEvents(ConnectionEvent event) = 0;
22 void handleConnectionEvents(ChreInterfaceCallbacks::ConnectionEvent event);
154 mServerCallbacks->handleConnectionEvents(event); in reportConnectionEvent()
155 void ChreInterfaceCallbacksImpl::handleConnectionEvents( in handleConnectionEvents() function in android::hardware::wifi::offload::V1_0::implementation::ChreInterfaceCallbacksImpl
37 MOCK_METHOD1(handleConnectionEvents, void(ChreInterfaceCallbacks::ConnectionEvent event));
54 EXPECT_CALL(*chre_interface_callback_, handleConnectionEvents(testing::_)); in TEST_F()