Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 64) sorted by relevance

123

/system/tools/hidl/
DType.h40 struct Type : DocCommentable { struct
97 status_t recursivePass(ParseStage stage, const std::function<status_t(Type*)>& func, argument
113 CheckAcyclicStatus(status_t status, const Type* cycleEnd = nullptr); argument
160 virtual std::string getCppType( argument
196 enum ErrorMode {
358 DISALLOW_COPY_AND_ASSIGN(Type); argument
/system/tools/hidl/c2hal/
DType.h30 struct Type { struct
50 Type *generics; argument
70 static std::string qualifierText(Qualifier::Qualification qual) { in qualifierText()
112 DISALLOW_COPY_AND_ASSIGN(Type); argument
/system/nvram/messages/include/nvram/messages/
Dproto.hpp298 using Type = Codec<MemberType>; typedef
310 struct Type { struct
311 using TaggedUnionType = TaggedUnion<TagType, Member...>;
312 using TaggedUnionMemberType =
314 using TaggedUnionMemberCodec = Codec<TaggedUnionMemberType>;
315 static constexpr WireType kWireType = TaggedUnionMemberCodec::kWireType;
317 static bool Encode(const TaggedUnionType& object, ProtoWriter* writer) { in Encode()
325 static bool Decode(TaggedUnionType& object, ProtoReader* reader) { in Decode()
Dtype_traits.h32 using Type = T; member
Dtagged_union.h104 using Type = Member; member
/system/bt/vendor_libs/test_vendor_lib/include/
Dphy.h23 enum class Type { enum
/system/core/adb/proto/
Dpairing.proto26 enum Type { enum
/system/bt/service/
Ddaemon.cc60 void OnIPCHandlerStarted(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStarted()
65 void OnIPCHandlerStopped(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStopped()
/system/libvintf/include/vintf/
DSerializeFlags.h29 explicit constexpr Type(uint32_t value) : mValue(value) {} in Type() function
DCheckFlags.h38 explicit constexpr Type(int32_t value) : mValue(value) {} in Type() function
/system/update_engine/
Dupdate_boot_flags_action.h36 std::string Type() const override { return StaticType(); } in Type() function
Domaha_response_handler_action.h61 std::string Type() const override { return StaticType(); } in Type() function
/system/netd/server/
DNetwork.h29 enum Type { enum
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enum
/system/iorap/include/binder/
Dsystem_service_event.h28 enum class Type : int32_t { enum
Dpackage_event.h28 enum class Type : int32_t { enum
Dapp_intent_event.h30 enum class Type : int32_t { enum
Dsystem_service_user_event.h28 enum class Type : int32_t { enum
/system/bt/service/ipc/
Dipc_manager.h39 enum Type { enum
/system/sepolicy/tests/
Dfc_sort.py10 Type = None variable in FileContextsNode
14 Type = None variable in FileContextsNode
/system/update_engine/common/
Dtest_utils.h212 std::string Type() const { return StaticType(); } in Type() function
245 std::string Type() const { return StaticType(); } in Type() function
/system/bt/gd/packet/parser/
Dtype_def.h35 enum class Type { enum
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h65 std::string Type() const override { return StaticType(); } in Type() function
Dfilesystem_verifier_action.h82 std::string Type() const override { return StaticType(); } in Type() function
/system/extras/simpleperf/include/
Dsimpleperf.h63 enum Type { enum

123