Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DIsoInterface.java97 private static class Box { class in IsoInterface
105 public Box(int type, long[] range) { in Box() method in IsoInterface.Box
/aosp12/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp99 struct Box { struct
101 Box(DataSourceHelper *source, uint32_t type) : in Box() argument
104 virtual ~Box() {} in ~Box()
106 virtual status_t onChunkData( in onChunkData()
111 inline uint32_t type() const { return mType; } in type()
113 inline DataSourceHelper *source() const { return mDataSource; } in source()
120 DataSourceHelper *mDataSource;
121 uint32_t mType;
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs241 unsafe impl Box<RustCallbacks> {} implementation
/aosp12/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DWuQuantizer.java451 private static class Box { class in WuQuantizer
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java1595 private class Box extends Animatable { class in PositionController