Home | History | Annotate | Download | only in hidl

Lines Matching refs:HandleType

17 #include "HandleType.h"
26 HandleType::HandleType(Scope* parent) : Type(parent) {}
28 bool HandleType::isHandle() const {
32 std::string HandleType::typeName() const {
36 std::string HandleType::getCppType(StorageMode mode,
54 std::string HandleType::getVtsType() const {
58 void HandleType::emitReaderWriter(
92 bool HandleType::useNameInEmitReaderWriterEmbedded(bool isReader) const {
96 void HandleType::emitReaderWriterEmbedded(
156 bool HandleType::needsEmbeddedReadWrite() const {
160 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const {
165 void HandleType::getAlignmentAndSize(size_t *align, size_t *size) const {
170 void HandleType::emitVtsTypeDeclarations(Formatter& out) const {