Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 37) sorted by relevance

12

/system/core/init/
Dinit.h47 struct action { struct
50 /* node in the queue of pending actions */ argument
52 /* node in list of actions for a trigger */ argument
57 /* list of actions which triggers the commands*/ argument
58 struct listnode triggers;
59 struct listnode commands;
60 struct command *current;
/system/bt/stack/btm/
Dbtm_ble_adv_filter.c112 void btm_ble_advfilt_enq_op_q(UINT8 action, UINT8 ocf, tBTM_BLE_FILT_CB_EVT cb_evt, in btm_ble_advfilt_enq_op_q()
259 UINT8 *p = p_params->p_param_buf, op_subcode = 0, action = 0xff; in btm_ble_scan_pf_cmpl_cback() local
457 tBTM_STATUS btm_ble_update_pf_local_name(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_pf_local_name()
517 tBTM_STATUS btm_ble_update_srvc_data_change(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_srvc_data_change()
544 tBTM_STATUS btm_ble_update_pf_manu_data(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_pf_manu_data()
666 UINT8 btm_ble_cs_update_pf_counter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_cs_update_pf_counter()
736 tBTM_STATUS btm_ble_update_addr_filter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_addr_filter()
788 tBTM_STATUS btm_ble_update_uuid_filter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_uuid_filter()
940 tBTM_STATUS btm_ble_clear_scan_pf_filter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_clear_scan_pf_filter()
1053 tBTM_STATUS BTM_BleAdvFilterParamSetup(int action, tBTM_BLE_PF_FILT_INDEX filt_index, in BTM_BleAdvFilterParamSetup()
[all …]
/system/bt/bta/jv/
Dbta_jv_main.c88 UINT16 action = (p_msg->event & 0x00ff); in bta_jv_sm_execute() local
/system/bt/bta/mce/
Dbta_mce_main.c68 UINT16 action = (p_msg->event & 0x00ff); in bta_mce_sm_execute() local
/system/bt/bta/sdp/
Dbta_sdp.c67 UINT16 action = (p_msg->event & 0x00ff); in bta_sdp_sm_execute() local
/system/netd/server/
DNetlinkHandler.cpp61 NetlinkEvent::Action action = evt->getAction(); in onEvent() local
184 void NetlinkHandler::notifyAddressChanged(NetlinkEvent::Action action, const char *addr, in notifyAddressChanged()
200 void NetlinkHandler::notifyRouteChange(NetlinkEvent::Action action, const char *route, in notifyRouteChange()
DRouteController.cpp183 WARN_UNUSED_RESULT int sendNetlinkRequest(uint16_t action, uint16_t flags, iovec* iov, int iovlen) { in sendNetlinkRequest()
257 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule()
338 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule()
346 WARN_UNUSED_RESULT int modifyIpRoute(uint16_t action, uint32_t table, const char* interface, in modifyIpRoute()
601 WARN_UNUSED_RESULT int modifyVpnFallthroughRule(uint16_t action, unsigned vpnNetId, in modifyVpnFallthroughRule()
795 WARN_UNUSED_RESULT int modifyDefaultNetwork(uint16_t action, const char* interface, in modifyDefaultNetwork()
815 WARN_UNUSED_RESULT int modifyTetheredNetwork(uint16_t action, const char* inputInterface, in modifyTetheredNetwork()
846 WARN_UNUSED_RESULT int modifyRoute(uint16_t action, const char* interface, const char* destination, in modifyRoute()
/system/core/include/cutils/
Ddebugger.h43 int32_t action; member
/system/bt/stack/avct/
Davct_lcb.c197 UINT8 action; in avct_lcb_event() local
240 UINT8 action; in avct_bcb_event() local
/system/bt/stack/avdt/
Davdt_ccb.c301 UINT8 action; in avdt_ccb_event() local
Davdt_scb.c528 UINT8 action; in avdt_scb_event() local
/system/core/libcutils/
Ddebugger.c45 static int make_dump_request(debugger_action_t action, pid_t tid, int timeout_secs) { in make_dump_request()
/system/core/debuggerd/
Ddebuggerd.cpp59 debugger_action_t action; member
149 static bool selinux_action_allowed(int s, pid_t tid, debugger_action_t action) in selinux_action_allowed()
/system/bt/bta/dm/
Dbta_dm_main.c347 UINT8 action; in bta_dm_search_sm_execute() local
Dbta_dm_api.c1673 void BTA_DmBleCfgFilterCondition(tBTA_DM_BLE_SCAN_COND_OP action, in BTA_DmBleCfgFilterCondition()
1809 void BTA_DmBleScanFilterSetup(UINT8 action, tBTA_DM_BLE_PF_FILT_INDEX filt_index, in BTA_DmBleScanFilterSetup()
1891 void BTA_DmEnableScanFilter(UINT8 action, tBTA_DM_BLE_PF_STATUS_CBACK *p_cmpl_cback, in BTA_DmEnableScanFilter()
/system/bt/bta/pan/
Dbta_pan_main.c201 UINT8 action; in bta_pan_sm_execute() local
/system/bt/bta/gatt/
Dbta_gattc_main.c298 UINT8 action; in bta_gattc_sm_execute() local
/system/bt/bta/hh/
Dbta_hh_main.c278 UINT8 action; in bta_hh_sm_execute() local
/system/bt/stack/smp/
Dsmp_br_main.c337 UINT8 action, entry; in smp_br_state_machine_event() local
/system/bt/stack/mcap/
Dmca_csm.c190 UINT8 action; in mca_ccb_event() local
Dmca_dsm.c140 UINT8 action; in mca_dcb_event() local
/system/bt/btif/src/
Dbtif_gatt_client.c140 uint8_t action; member
160 uint8_t action; member
197 uint8_t action; member
1087 static void bta_scan_filt_cfg_cb(tBTA_DM_BLE_PF_ACTION action, tBTA_DM_BLE_SCAN_COND_OP cfg_op, in bta_scan_filt_cfg_cb()
1115 static void bta_scan_filt_status_cb(UINT8 action, tBTA_STATUS status, in bta_scan_filt_status_cb()
2124 static bt_status_t btif_gattc_scan_filter_add_remove(int client_if, int action, in btif_gattc_scan_filter_add_remove()
2183 int action = 0; in btif_gattc_scan_filter_enable() local
Dbtif_hf_client.c440 static bt_status_t handle_call_action(bthf_client_call_action_t action, int idx) in handle_call_action()
/system/core/libnetutils/
Difc_utils.c252 int ifc_act_on_address(int action, const char *name, const char *address, in ifc_act_on_address()
508 int ifc_act_on_ipv4_route(int action, const char *ifname, struct in_addr dst, int prefix_length, in ifc_act_on_ipv4_route()
/system/bt/bta/hf_client/
Dbta_hf_client_main.c475 UINT8 action; in bta_hf_client_sm_execute() local

12