Searched refs:actions (Results 1 – 25 of 26) sorted by relevance
12
620 struct sigaction actions; in usb_init() local621 memset(&actions, 0, sizeof(actions)); in usb_init()622 sigemptyset(&actions.sa_mask); in usb_init()623 actions.sa_flags = 0; in usb_init()624 actions.sa_handler = [](int) {}; in usb_init()625 sigaction(SIGALRM, &actions, nullptr); in usb_init()
56 auto&& action = profile.actions(action_idx); in TEST_P()
38 repeated Action actions = 2 [json_name = "Actions"]; field
45 and what actions to take for the above events are defined in the52 power modes are acceptable and what actions to take for each event.55 hex bitfields. The actual actions taken are determined by the56 `bta_dm_pm_set_mode` function, but a few of the actions listed deserve some122 both actions specified for the profile in the `bta_dm_pm_spec` tables. If127 instead. If both actions have been attempted, then the action is set to
24 'actions': [
106 'actions': [{
76 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager77 # except the find actions for services whitelisted below.
123 # Do not permit untrusted apps to perform actions on HwBinder service_manager124 # other than find actions for services listed below
406 const Json::Value& actions = profile_val["Actions"]; in Load() local409 for (Json::Value::ArrayIndex act_idx = 0; act_idx < actions.size(); ++act_idx) { in Load()410 const Json::Value& action_val = actions[act_idx]; in Load()
79 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager80 # except the find actions for services whitelisted below.
146 # Do not permit untrusted apps to perform actions on HwBinder service_manager147 # other than find actions for services listed below
21 free - Free memory allocated using one of the above actions.
90 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager91 # except the find actions for services whitelisted below.
216 # Do not permit untrusted apps to perform actions on HwBinder service_manager217 # other than find actions for services listed below
595 # disaster recovery actions.
89 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager90 # except the find actions for services whitelisted below.
204 # Do not permit untrusted apps to perform actions on HwBinder service_manager205 # other than find actions for services listed below
566 # disaster recovery actions.
118 # Do not permit untrusted apps to perform actions on HwBinder service_manager119 # other than find actions for services listed below
135 // All actions are handled in group_definition139 // All actions are handled in checksum_definition143 // All actions are handled in custom_field_definition
51 2. /vendor/etc/init/ is for SoC vendor items such as actions or54 actions or daemons needed for motion sensor or other peripheral62 init .rc file should additionally contain any actions associated with75 actions that init performs correspond to services whose binaries are in917 1) Well formatted action, service and import sections, e.g. no actions without a preceding 'on'
138 necessary cleanup actions now that the event is complete.