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() {} in HandleType() function in android::HandleType
/system/core/libunwindstack/
DElfInterfaceArm.cpp82 bool ElfInterfaceArm::HandleType(uint64_t offset, uint32_t type) { in HandleType() function in ElfInterfaceArm
DElfInterface.h87 virtual bool HandleType(uint64_t, uint32_t) { return false; } in HandleType() function