Searched refs:kLabel (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libnblog/ |
D | PerformanceAnalysis.cpp | 370 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/ |
D | dex_builder.h | 119 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
|