Home
last modified time | relevance | path

Searched refs:OnTimeout (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc318 [this]() { OnTimeout(); }); in Send()
350 [this]() { OnTimeout(); }); in OnFirmwareConfigured()
353 void VendorInterface::OnTimeout() { in OnTimeout() function in android::hardware::bluetooth::V1_0::implementation::VendorInterface
Dvendor_interface.h57 void OnTimeout();
/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc137 void OnTimeout() { in OnTimeout() function in android::hardware::bluetooth::V1_0::implementation::AsyncFdWatcherSocketTest
154 async_fd_watcher_.ConfigureTimeout(timeout_ms, [this]() { OnTimeout(); }); in SetTimeout()