Searched refs:HandleType (Results 1 - 8 of 8) sorted by relevance
/system/tools/hidl/ |
H A D | HandleType.cpp | 17 #include "HandleType.h" 26 HandleType::HandleType() {} function in class:android::HandleType 28 void HandleType::addNamedTypesToSet(std::set<const FQName> &) const { 32 bool HandleType::isHandle() 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 [all...] |
H A D | HandleType.h | 25 struct HandleType : public Type { struct in namespace:android 26 HandleType();
|
H A D | hidl-gen_l.ll | 39 #include "HandleType.h" 118 "handle" { yylval->type = new HandleType; return token::TYPE; }
|
/system/core/libunwindstack/tests/ |
H A D | ElfInterfaceArmTest.cpp | 265 ASSERT_FALSE(interface.HandleType(0x1000, PT_NULL)); 266 ASSERT_FALSE(interface.HandleType(0x1000, PT_LOAD)); 267 ASSERT_FALSE(interface.HandleType(0x1000, PT_DYNAMIC)); 268 ASSERT_FALSE(interface.HandleType(0x1000, PT_INTERP)); 269 ASSERT_FALSE(interface.HandleType(0x1000, PT_NOTE)); 270 ASSERT_FALSE(interface.HandleType(0x1000, PT_SHLIB)); 271 ASSERT_FALSE(interface.HandleType(0x1000, PT_PHDR)); 272 ASSERT_FALSE(interface.HandleType(0x1000, PT_TLS)); 273 ASSERT_FALSE(interface.HandleType(0x1000, PT_LOOS)); 274 ASSERT_FALSE(interface.HandleType( [all...] |
/system/core/libunwindstack/ |
H A D | ElfInterfaceArm.h | 69 bool HandleType(uint64_t offset, uint32_t type) override;
|
H A D | ElfInterfaceArm.cpp | 82 bool ElfInterfaceArm::HandleType(uint64_t offset, uint32_t type) { function in class:ElfInterfaceArm
|
H A D | ElfInterface.h | 87 virtual bool HandleType(uint64_t, uint32_t) { return false; } function in class:ElfInterface
|
H A D | ElfInterface.cpp | 49 if (HandleType(offset, phdr.p_type)) {
|
Completed in 57 milliseconds