Home
last modified time | relevance | path

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

/system/memory/lmkd/include/
Dlmkd.h53 typedef int LMKD_CTRL_PACKET[CTRL_PACKET_MAX_SIZE / sizeof(int)]; typedef
56 static inline enum lmk_cmd lmkd_pack_get_cmd(LMKD_CTRL_PACKET pack) { in lmkd_pack_get_cmd()
70 static inline void lmkd_pack_get_target(LMKD_CTRL_PACKET packet, int target_idx, in lmkd_pack_get_target()
80 static inline size_t lmkd_pack_set_target(LMKD_CTRL_PACKET packet, struct lmk_target* targets, in lmkd_pack_set_target()
113 static inline void lmkd_pack_get_procprio(LMKD_CTRL_PACKET packet, int field_count, in lmkd_pack_get_procprio()
126 static inline size_t lmkd_pack_set_procprio(LMKD_CTRL_PACKET packet, struct lmk_procprio* params) { in lmkd_pack_set_procprio()
144 static inline void lmkd_pack_get_procremove(LMKD_CTRL_PACKET packet, in lmkd_pack_get_procremove()
153 static inline size_t lmkd_pack_set_procremove(LMKD_CTRL_PACKET packet, in lmkd_pack_set_procremove()
164 static inline size_t lmkd_pack_set_procpurge(LMKD_CTRL_PACKET packet) { in lmkd_pack_set_procpurge()
179 static inline void lmkd_pack_get_getkillcnt(LMKD_CTRL_PACKET packet, in lmkd_pack_get_getkillcnt()
[all …]
/system/memory/lmkd/
Dliblmkd_utils.cpp35 LMKD_CTRL_PACKET packet; in lmkd_register_proc()
46 LMKD_CTRL_PACKET packet; in lmkd_unregister_proc()
57 LMKD_CTRL_PACKET packet; in lmkd_update_props()
Dlmkd.cpp756 LMKD_CTRL_PACKET packet; in ctrl_data_write_lmk_kill_occurred()
1029 static void cmd_procprio(LMKD_CTRL_PACKET packet, int field_count, struct ucred *cred) { in cmd_procprio()
1160 static void cmd_procremove(LMKD_CTRL_PACKET packet, struct ucred *cred) { in cmd_procremove()
1222 static void cmd_subscribe(int dsock_idx, LMKD_CTRL_PACKET packet) { in cmd_subscribe()
1277 static int cmd_getkillcnt(LMKD_CTRL_PACKET packet) { in cmd_getkillcnt()
1290 static void cmd_target(int ntargets, LMKD_CTRL_PACKET packet) { in cmd_target()
1366 LMKD_CTRL_PACKET packet; in ctrl_command_handler()