Searched defs:act (Results 1 – 10 of 10) sorted by relevance
/system/core/init/ |
D | init_parser.cpp | 96 action* act = node_to_item(node, struct action, alist); in dump_parser_state() local 547 void (*func)(struct action *act)) in action_for_each_trigger() 550 struct action *act; in action_for_each_trigger() local 568 struct action *act; in queue_property_triggers() local 625 action* act = (action*) calloc(1, sizeof(*act)); in queue_builtin_action() local 643 void action_add_queue_tail(struct action *act) in action_add_queue_tail() 656 struct action *act = node_to_item(node, struct action, qlist); in action_remove_queue_head() local 955 action* act = (action*) calloc(1, sizeof(*act)); in parse_action() local 987 struct action *act = (action*) state->context; in parse_line_action() local
|
D | signal_handler.cpp | 176 struct sigaction act; in signal_handler_init() local
|
D | init.cpp | 543 static struct command *get_first_command(struct action *act) in get_first_command() 553 static struct command *get_next_command(struct action *act, struct command *cmd) in get_next_command() 565 static int is_last_command(struct action *act, struct command *cmd) in is_last_command()
|
/system/core/toolbox/upstream-netbsd/lib/libutil/ |
D | raise_default_signal.c | 66 struct sigaction origact, act; in raise_default_signal() local
|
/system/bt/stack/srvc/ |
D | srvc_eng.c | 220 UINT8 act = SRVC_ACT_RSP; in srvc_eng_process_read_req() local 242 UINT8 act = SRVC_ACT_RSP; in srvc_eng_process_write_req() local 273 UINT8 act = SRVC_ACT_IGNORE; in srvc_eng_s_request_cback() local
|
D | srvc_battery.c | 78 UINT8 act = SRVC_ACT_RSP; in battery_s_write_attr_value() local 117 UINT8 act = SRVC_ACT_RSP; in battery_s_read_attr_value() local
|
D | srvc_dis.c | 122 UINT8 act = SRVC_ACT_RSP; in dis_read_attr_value() local
|
/system/core/libbacktrace/ |
D | BacktraceCurrent.cpp | 134 struct sigaction act, oldact; in UnwindThread() local
|
/system/bt/stack/gatt/ |
D | gatt_auth.c | 320 tGATT_SEC_ACTION act = GATT_SEC_OK; in gatt_determine_sec_act() local
|
/system/core/debuggerd/ |
D | debuggerd.cpp | 550 struct sigaction act; in do_server() local
|