Searched refs:ReadClockHandler (Results 1 – 4 of 4) sorted by relevance
24 class ReadClockHandler {26 virtual ~ReadClockHandler() = default;41 static void Register(ReadClockHandler*);
27 static class : public ReadClockHandler {31 static std::atomic<ReadClockHandler*> g_read_clock_handler = &g_empty_handler;33 void LinkClocker::Register(ReadClockHandler* handler) { in Register()
28 void LinkClocker::Register(ReadClockHandler*) {} in Register() argument
38 : public bluetooth::hal::ReadClockHandler {