Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork.cpp84 class TuningForkImpl { class
100 TuningForkImpl(const Settings& settings, in TuningForkImpl() function in tuningfork::TuningForkImpl
138 ~TuningForkImpl() { in ~TuningForkImpl()
185 std::unique_ptr<TuningForkImpl> s_impl;
226 s_impl = std::make_unique<TuningForkImpl>(settings, extra_upload_info, backend, loader, in Init()
303 uint64_t TuningForkImpl::SetCurrentAnnotation(const ProtobufSerialization &annotation) { in SetCurrentAnnotation()
318 AnnotationId TuningForkImpl::DecodeAnnotationSerialization(const SerializedAnnotation &ser) { in DecodeAnnotationSerialization()
324 SerializedAnnotation TuningForkImpl::SerializeAnnotationId(AnnotationId id) { in SerializeAnnotationId()
331 bool TuningForkImpl::GetFidelityParameters(const ProtobufSerialization& defaultParams, in GetFidelityParameters()
346 TraceHandle TuningForkImpl::StartTrace(InstrumentationKey key) { in StartTrace()
[all …]