Searched refs:p_clock_offset (Results 1 – 4 of 4) sorted by relevance
185 bool btif_get_device_clockoffset(const RawAddress& bda, int* p_clock_offset) { in btif_get_device_clockoffset() argument186 if (p_clock_offset == NULL) return false; in btif_get_device_clockoffset()192 p_clock_offset)) in btif_get_device_clockoffset()195 log::debug("Device [{}] clock_offset {}", bda, *p_clock_offset); in btif_get_device_clockoffset()
44 std::function<bool(const RawAddress& bda, int* p_clock_offset)> body{48 bool operator()(const RawAddress& bda, int* p_clock_offset) { in operator()49 return body(bda, p_clock_offset); in operator()
63 bool btif_get_device_clockoffset(const RawAddress& bda, int* p_clock_offset) { in btif_get_device_clockoffset() argument65 return test::mock::btif_config::btif_get_device_clockoffset(bda, p_clock_offset); in btif_get_device_clockoffset()
61 bool btif_get_device_clockoffset(const RawAddress& bda, int* p_clock_offset);