Home
last modified time | relevance | path

Searched refs:DecodeCallback (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java54 private final DecodeCallback mDecodeCallback;
68 public interface DecodeCallback { interface in DecodeTask
99 FileDescriptorFactory factory, DecodeCallback callback, BitmapCache cache) { in DecodeTask()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java30 import com.android.bitmap.DecodeTask.DecodeCallback;
58 public class BasicBitmapDrawable extends Drawable implements DecodeCallback,
/aosp12/art/runtime/
H A Dstack_map.cc31 template<typename DecodeCallback>
32 CodeInfo::CodeInfo(const uint8_t* data, size_t* num_read_bits, DecodeCallback callback) { in CodeInfo()
H A Dstack_map.h462 template<typename DecodeCallback> // (size_t index, BitTable<...>*, BitMemoryRegion).
463 ALWAYS_INLINE CodeInfo(const uint8_t* data, size_t* num_read_bits, DecodeCallback callback);