Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 26) sorted by relevance

12

/system/core/adb/client/
Dusb_linux.cpp620 struct sigaction actions; in usb_init() local
621 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()
/system/core/libprocessgroup/profiles/
Dtask_profiles_test.h56 auto&& action = profile.actions(action_idx); in TEST_P()
Dtask_profiles.proto38 repeated Action actions = 2 [json_name = "Actions"]; field
/system/bt/doc/
Dpower_management.md45 and what actions to take for the above events are defined in the
52 power modes are acceptable and what actions to take for each event.
55 hex bitfields. The actual actions taken are determined by the
56 `bta_dm_pm_set_mode` function, but a few of the actions listed deserve some
122 both actions specified for the profile in the `bta_dm_pm_spec` tables. If
127 instead. If both actions have been attempted, then the action is set to
/system/update_engine/
Dupdate_engine-client.gyp24 'actions': [
Dupdate_engine.gyp106 'actions': [{
/system/sepolicy/prebuilts/api/27.0/private/
Disolated_app.te76 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
77 # except the find actions for services whitelisted below.
Dapp_neverallows.te123 # Do not permit untrusted apps to perform actions on HwBinder service_manager
124 # other than find actions for services listed below
/system/core/libprocessgroup/
Dtask_profiles.cpp406 const Json::Value& actions = profile_val["Actions"]; in Load() local
409 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()
/system/sepolicy/prebuilts/api/28.0/private/
Disolated_app.te79 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
80 # except the find actions for services whitelisted below.
Dapp_neverallows.te146 # Do not permit untrusted apps to perform actions on HwBinder service_manager
147 # other than find actions for services listed below
/system/extras/memory_replay/traces/
DREADME21 free - Free memory allocated using one of the above actions.
/system/sepolicy/prebuilts/api/30.0/private/
Disolated_app.te90 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
91 # except the find actions for services whitelisted below.
Dapp_neverallows.te216 # Do not permit untrusted apps to perform actions on HwBinder service_manager
217 # other than find actions for services listed below
Dsystem_server.te595 # disaster recovery actions.
/system/sepolicy/prebuilts/api/29.0/private/
Disolated_app.te89 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
90 # except the find actions for services whitelisted below.
Dapp_neverallows.te204 # Do not permit untrusted apps to perform actions on HwBinder service_manager
205 # other than find actions for services listed below
Dsystem_server.te566 # disaster recovery actions.
/system/sepolicy/private/
Disolated_app.te90 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
91 # except the find actions for services whitelisted below.
Dapp_neverallows.te216 # Do not permit untrusted apps to perform actions on HwBinder service_manager
217 # other than find actions for services listed below
Dsystem_server.te595 # disaster recovery actions.
/system/sepolicy/prebuilts/api/26.0/private/
Dapp_neverallows.te118 # Do not permit untrusted apps to perform actions on HwBinder service_manager
119 # other than find actions for services listed below
/system/bt/gd/packet/parser/
Dlanguage_y.yy135 // All actions are handled in group_definition
139 // All actions are handled in checksum_definition
143 // All actions are handled in custom_field_definition
/system/core/init/
DREADME.md51 2. /vendor/etc/init/ is for SoC vendor items such as actions or
54 actions or daemons needed for motion sensor or other peripheral
62 init .rc file should additionally contain any actions associated with
75 actions that init performs correspond to services whose binaries are in
917 1) Well formatted action, service and import sections, e.g. no actions without a preceding 'on'
/system/chre/doc/
Dframework_overview.md138 necessary cleanup actions now that the event is complete.

12