Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.h57 void OnTimeout();
Dvendor_interface.cc323 [this]() { OnTimeout(); }); in Send()
355 [this]() { OnTimeout(); }); in OnFirmwareConfigured()
358 void VendorInterface::OnTimeout() { in OnTimeout() function in android::hardware::bluetooth::V1_0::implementation::VendorInterface
/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()
/hardware/interfaces/bluetooth/async/test/
Dasync_fd_watcher_unittest.cc135 void OnTimeout() { in OnTimeout() function in android::hardware::bluetooth::async_test::AsyncFdWatcherSocketTest
152 async_fd_watcher_.ConfigureTimeout(timeout_ms, [this]() { OnTimeout(); }); in SetTimeout()