Home
last modified time | relevance | path

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

/aosp12/system/memory/lmkd/include/
H A Dlmkd.h210 enum async_event_type { enum
219 enum async_event_type evt_type;
227 params->evt_type = (enum async_event_type)ntohl(packet[1]); in lmkd_pack_get_subscribe()
234 static inline size_t lmkd_pack_set_subscribe(LMKD_CTRL_PACKET packet, enum async_event_type evt_typ… in lmkd_pack_set_subscribe()