Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_trace_sched.cpp40 struct SampleInfo { struct
41 uint64_t timestamp; // the time when the kernel generates the sample
42 uint64_t runtime_in_ns; // the runtime of the thread in the sample
43 SampleInfo(uint64_t timestamp = 0, uint64_t runtime_in_ns = 0) in SampleInfo() argument
/aosp_15_r20/external/webrtc/system_wrappers/include/
H A Dmetrics.h395 struct SampleInfo { struct
412 std::map<std::string, std::unique_ptr<SampleInfo>, rtc::AbslStringViewCmp>* argument
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram_snapshot_manager.h60 struct SampleInfo { struct
77 std::map<uint64_t, SampleInfo> known_histograms_; argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.h63 struct SampleInfo { struct
80 std::map<uint64_t, SampleInfo> known_histograms_; argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.h63 struct SampleInfo { struct
80 std::map<uint64_t, SampleInfo> known_histograms_; argument
/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Dmetrics.cc142 std::unique_ptr<SampleInfo>, in GetAndReset()
278 SampleInfo::SampleInfo(absl::string_view name, in SampleInfo() function in webrtc::metrics::SampleInfo
296 std::map<std::string, std::unique_ptr<SampleInfo>, rtc::AbslStringViewCmp>* in GetAndReset()
H A Dmetrics_default_unittest.cc30 std::unique_ptr<metrics::SampleInfo>, in NumSamples()
46 std::unique_ptr<metrics::SampleInfo>, in NumEvents()
/aosp_15_r20/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
H A DAppNavHomeActivity.java76 static class SampleInfo { class in AppNavHomeActivity
80 SampleInfo(String name, Intent intent) { in SampleInfo() method in AppNavHomeActivity.SampleInfo
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DFakeSampleStream.java294 private static class SampleInfo { class in FakeSampleStream
299 public SampleInfo(byte[] data, @C.BufferFlags int flags, long timeUs) { in SampleInfo() method in FakeSampleStream.SampleInfo
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DFakeSampleStream.java294 private static class SampleInfo { class in FakeSampleStream
299 public SampleInfo(byte[] data, @C.BufferFlags int flags, long timeUs) { in SampleInfo() method in FakeSampleStream.SampleInfo
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCMetricsSampleInfo.mm25 - (instancetype)initWithNativeSampleInfo:
/aosp_15_r20/external/deqp/executor/
H A DxeTestCaseResult.hpp584 class SampleInfo : public Item class
587 SampleInfo(void) : Item(TYPE_SAMPLEINFO) in SampleInfo() function in xe::ri::SampleInfo
/aosp_15_r20/external/cronet/third_party/metrics_proto/
H A Dperf_data.proto167 message SampleInfo { message
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestLog.hpp99 } SampleInfo; member in tcu::TestLog
H A DtcuTestLog.cpp685 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
/aosp_15_r20/external/flac/src/flac/
H A Dencode.c62 } SampleInfo; typedef
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/
Dperf_data.pb.h4614 typedef PerfDataProto_SampleInfo SampleInfo; in Swap() typedef