Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 35) sorted by relevance

12

/system/tpm/attestation/server/
Dattestationd.conf20 start on started tcsd and started boot-services
/system/connectivity/shill/
Dhook_table.cc66 if (action->started && !action->completed) { in ActionComplete()
100 action->started = true; in Run()
113 if (action.started && !action.completed) { in AllActionsComplete()
Dhook_table.h91 started(false), in HookAction()
94 bool started; member
/system/bt/service/doc/
DIBluetoothGattServer.txt44 * service range with attributes. The started service won't be published and
58 * Adds a characteristic entry to a previously started service declaration.
60 * started. Returns the uniquely assigned characteristic identifier in
68 * Adds a characteristic descriptor entry to a previously started service
70 * declaration was started or if the declaration does not contain a
79 * Ends a previously started service declaration and asynchronously publishes
81 * an asynchronous failure, e.g. if no service declaration was started or
DIBluetoothGattClient.txt65 * request cannot be started, e.g. if a read is already pending on this remote
87 * request cannot be started. If the write request fails due to attribute
103 * request cannot be started, e.g. if a read is already pending on this remote
125 * request cannot be started. If the write request fails due to attribute
163 * endReliableWrite. Returns false if the procedure cannot be started, e.g. if
164 * it has already been started earlier. |client_id| is obtained via
170 * Ends a previously started reliable write procedure for the remote device
174 * procedure was not started. IBluetoothGattClientCallback.onExecuteWrite will
DIBluetoothLowEnergy.txt92 * Stops the previously started multi-advertising instance for the given
93 * client. Returns false in case of an error, e.g. this client has not started
DIBluetoothLowEnergyCallback.txt42 * Called to report BLE device scan results once a scan session is started for
/system/bt/stack/btm/
Dbtm_ble_bgconn.c152 BOOLEAN started = FALSE; in btm_add_dev_to_controller() local
158 started = btsnd_hcic_ble_add_white_list(p_dev_rec->ble.ble_addr_type, bd_addr); in btm_add_dev_to_controller()
162 started = btsnd_hcic_ble_add_white_list(p_dev_rec->ble.static_addr_type, in btm_add_dev_to_controller()
168started = btsnd_hcic_ble_remove_from_white_list(p_dev_rec->ble.ble_addr_type, bd_addr); in btm_add_dev_to_controller()
172started = btsnd_hcic_ble_remove_from_white_list(p_dev_rec->ble.static_addr_type, p_dev_rec->ble.st… in btm_add_dev_to_controller()
179 started = btsnd_hcic_ble_remove_from_white_list(addr_type, bd_addr); in btm_add_dev_to_controller()
181 started = btsnd_hcic_ble_add_white_list(addr_type, bd_addr); in btm_add_dev_to_controller()
184 return started; in btm_add_dev_to_controller()
Dbtm_ble_gap.c809 BOOLEAN started = TRUE; in BTM_BleSetBgConnType() local
840 started = TRUE; in BTM_BleSetBgConnType()
845 started = FALSE; in BTM_BleSetBgConnType()
849 if (started) in BTM_BleSetBgConnType()
852 return started; in BTM_BleSetBgConnType()
/system/bt/stack/gap/
Dgap_ble.c514 BOOLEAN started = FALSE; in gap_ble_send_cl_read_request() local
529 started = TRUE; in gap_ble_send_cl_read_request()
533 return started; in gap_ble_send_cl_read_request()
688 BOOLEAN started = FALSE; in gap_ble_accept_cl_operation() local
691 return(started); in gap_ble_accept_cl_operation()
698 return started; in gap_ble_accept_cl_operation()
712 return started; in gap_ble_accept_cl_operation()
718 started = gap_ble_send_cl_read_request(p_clcb); in gap_ble_accept_cl_operation()
720 started = TRUE; in gap_ble_accept_cl_operation()
722 return started; in gap_ble_accept_cl_operation()
/system/core/crash_reporter/init/
Dwarn-collector.conf8 start on started system-services
/system/connectivity/shill/init/
Dnetwork-services.conf.in20 # The shill task and iptables will start when this task is started.
22 start on started boot-services
Dnetfilter-queue.conf20 start on started system-services
/system/connectivity/apmanager/init/
Dapmanager.conf20 start on stopped iptables and stopped ip6tables and started shill
/system/bt/bta/av/
Dbta_av_aact.c1066 p_scb->started = FALSE; in bta_av_cleanup()
1538 p_scb->started = FALSE; in bta_av_do_close()
2016 …start sco_occupied:%d, role:x%x, started:%d", bta_av_cb.sco_occupied, p_scb->role, p_scb->started); in bta_av_do_start()
2034 if ((p_scb->started == FALSE) && ((p_scb->role & BTA_AV_ROLE_START_INT) == 0)) in bta_av_do_start()
2041 else if (p_scb->started) in bta_av_do_start()
2052 APPL_TRACE_DEBUG("started %d role:x%x", p_scb->started, p_scb->role); in bta_av_do_start()
2067 UINT8 start = p_scb->started; in bta_av_str_stopped()
2187 if(p_scb->started) in bta_av_reconfig()
2204 if(p_scb->started) in bta_av_reconfig()
2207 p_scb->started = FALSE; in bta_av_reconfig()
[all …]
Dbta_av_int.h518 BOOLEAN started; /* TRUE if stream started */ member
645 extern void bta_av_stream_chg(tBTA_AV_SCB *p_scb, BOOLEAN started);
Dbta_av_act.c1112 void bta_av_stream_chg(tBTA_AV_SCB *p_scb, BOOLEAN started) in bta_av_stream_chg() argument
1121 APPL_TRACE_DEBUG ("bta_av_stream_chg started:%d started_msk:x%x chnl:x%x", started, in bta_av_stream_chg()
1128 if (started) in bta_av_stream_chg()
1139 if (!started) in bta_av_stream_chg()
/system/extras/tests/workloads/
Dfeedly-chrome.sh72 echo feedly started in ${t}ms
/system/sepolicy/
Dsdcardd.te38 # The sdcard daemon should no longer be started from init
Dzygote.te65 # Allowed to create user-specific storage source if started before vold
/system/core/init/
Dreadme.txt124 It must be explicitly started by name.
169 named class may be started or stopped together. A service
251 If the service is supposed to be running, it will be started now.
253 service should be started when needed. E.g.
266 started after this command is executed)
437 One thing to watch for is that the bootchart will show init as if it started
439 actually started init.
478 Recording trace events is started after persistent properties are loaded, so
481 limitation since they are started before persistent properties are loaded.
/system/extras/ANRdaemon/
DREADME8 The daemon will be started at boot time and will be running with the following
/system/bt/osi/src/protos/
Dbluetooth.proto179 // Scan started.
/system/bt/doc/
Dpower_management.md133 in `bta_dm_cb.pm_timer` is started.
169 `bta_dm_pm_btm_status` stops any timers started for the device in
/system/core/adb/
DOVERVIEW.TXT70 these services either run within the adbd daemon, or are started by

12