Home
last modified time | relevance | path

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

/system/tools/hidl/
DHandleType.h25 struct HandleType : public Type { struct
DHandleType.cpp26 HandleType::HandleType(Scope* parent) : Type(parent) {} in HandleType() function in android::HandleType
/system/core/libunwindstack/
DElfInterfaceArm.cpp82 bool ElfInterfaceArm::HandleType(uint64_t offset, uint32_t type, uint64_t load_bias) { in HandleType() function in unwindstack::ElfInterfaceArm
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h124 virtual bool HandleType(uint64_t, uint32_t, uint64_t) { return false; } in HandleType() function