Home
last modified time | relevance | path

Searched refs:IntentProto (Results 1 – 1 of 1) sorted by relevance

/system/iorap/include/binder/
Dapp_launch_event.h33 using IntentProto = ::android::content::IntentProto; variable
58 std::unique_ptr<IntentProto> intent_proto;
69 std::unique_ptr<IntentProto> intent_proto = nullptr,
93 intent_proto.reset(new IntentProto(*other.intent_proto));
295 expected<std::unique_ptr<IntentProto>, ::android::status_t> maybe_intent = in readIntent()
296 ReadProto<IntentProto>(parcel); in readIntent()
331 return WriteProto<IntentProto>(parcel, intent_proto); in writeIntent()