Searched defs:MemoryType (Results 1 – 5 of 5) sorted by relevance
25 struct MemoryType : public Type { struct
26 MemoryType::MemoryType(Scope* parent) : Type(parent, "memory") {} in MemoryType() function in android::MemoryType
112 enum class MemoryType { ASHMEM, BLOB_AHWB, DEVICE }; enum
47 public @interface MemoryType {} annotation in SensorDirectChannel
79 enum class MemoryType { ASHMEM, BLOB_AHWB, DEVICE }; enum