Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp370 static const char * const kLabel = "ms"; in reportPerformance() local
373 audio_utils_plot_histogram(buckets, title, kLabel, maxHeight).c_str()); in reportPerformance()
/frameworks/base/startop/view_compiler/
Ddex_builder.h119 static constexpr Value Label(size_t id) { return Value{id, Kind::kLabel}; } in Label()
127 bool is_label() const { return kind_ == Kind::kLabel; } in is_label()
135 enum class Kind { kInvalid, kLocalRegister, kParameter, kImmediate, kString, kLabel, kType }; enumerator