Searched refs:StartLatencyCount (Results 1 – 2 of 2) sorted by relevance
67 void StartLatencyCount(const std::string &deviceId);
610 void DistributedInputSourceTransport::StartLatencyCount(const std::string &deviceId) in StartLatencyCount() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport638 latencyThread_ = std::thread([this, deviceId]() { this->StartLatencyCount(deviceId); }); in StartLatencyThread()