Home
last modified time | relevance | path

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

123

/system/tools/hidl/
DType.h40 struct Type : DocCommentable { struct
96 status_t recursivePass(ParseStage stage, const std::function<status_t(Type*)>& func, argument
112 CheckAcyclicStatus(status_t status, const Type* cycleEnd = nullptr); argument
157 virtual std::string getCppType( argument
193 enum ErrorMode {
379 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
DExpression.h34 enum Type { enum
/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/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/
DCheckFlags.h38 explicit constexpr Type(int32_t value) : mValue(value) {} in Type() function
DSerializeFlags.h29 explicit constexpr Type(uint32_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/sepolicy/tests/
DFcSort.py9 Type = None variable in FileContextsNode
13 Type = None variable in FileContextsNode
/system/iorap/include/binder/
Dsystem_service_event.h28 enum class Type : int32_t { enum
Dapp_intent_event.h30 enum class Type : int32_t { enum
Dpackage_event.h28 enum class Type : int32_t { enum
Dsystem_service_user_event.h28 enum class Type : int32_t { enum
/system/netd/server/
DNetwork.h31 enum Type { enum
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enum
/system/bt/service/ipc/
Dipc_manager.h39 enum Type { enum
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.h63 std::string Type() const override { return StaticType(); } in Type() function
Dpostinstall_runner_action.h63 std::string Type() const override { return StaticType(); } in Type() function
/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
Daction_pipe_unittest.cc46 string Type() const { return "ActionPipeTestAction"; } in Type() function in chromeos_update_engine::ActionPipeTestAction
/system/extras/simpleperf/include/
Dsimpleperf.h63 enum Type { enum

123