Home
last modified time | relevance | path

Searched defs:InternalFrame (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/id3/
DInternalFrame.java25 public final class InternalFrame extends Id3Frame { class
33 public InternalFrame(String domain, String description, String text) { in InternalFrame() method in InternalFrame
40 /* package */ InternalFrame(Parcel in) { in InternalFrame() method in InternalFrame
/external/libchrome/base/profiler/
Dstack_sampling_profiler.h135 struct BASE_EXPORT InternalFrame { struct
141 uintptr_t instruction_pointer;
144 InternalModule internal_module;
Dstack_sampling_profiler.cc79 StackSamplingProfiler::InternalFrame::InternalFrame( in InternalFrame() function in base::StackSamplingProfiler::InternalFrame
Dstack_sampling_profiler_unittest.cc68 using InternalFrame = StackSamplingProfiler::InternalFrame; typedef