/system/tpm/attestation/server/ |
D | attestationd.conf | 20 start on started tcsd and started boot-services
|
/system/connectivity/shill/ |
D | hook_table.cc | 66 if (action->started && !action->completed) { in ActionComplete() 100 action->started = true; in Run() 113 if (action.started && !action.completed) { in AllActionsComplete()
|
D | hook_table.h | 91 started(false), in HookAction() 94 bool started; member
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 44 * 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
|
D | IBluetoothGattClient.txt | 65 * 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
|
D | IBluetoothLowEnergy.txt | 92 * 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
|
D | IBluetoothLowEnergyCallback.txt | 42 * Called to report BLE device scan results once a scan session is started for
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.c | 152 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() 168 … started = btsnd_hcic_ble_remove_from_white_list(p_dev_rec->ble.ble_addr_type, bd_addr); in btm_add_dev_to_controller() 172 …started = 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()
|
D | btm_ble_gap.c | 809 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/ |
D | gap_ble.c | 514 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/ |
D | warn-collector.conf | 8 start on started system-services
|
/system/connectivity/shill/init/ |
D | network-services.conf.in | 20 # The shill task and iptables will start when this task is started. 22 start on started boot-services
|
D | netfilter-queue.conf | 20 start on started system-services
|
/system/connectivity/apmanager/init/ |
D | apmanager.conf | 20 start on stopped iptables and stopped ip6tables and started shill
|
/system/bt/bta/av/ |
D | bta_av_aact.c | 1066 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 …]
|
D | bta_av_int.h | 518 BOOLEAN started; /* TRUE if stream started */ member 645 extern void bta_av_stream_chg(tBTA_AV_SCB *p_scb, BOOLEAN started);
|
D | bta_av_act.c | 1112 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/ |
D | feedly-chrome.sh | 72 echo feedly started in ${t}ms
|
/system/sepolicy/ |
D | sdcardd.te | 38 # The sdcard daemon should no longer be started from init
|
D | zygote.te | 65 # Allowed to create user-specific storage source if started before vold
|
/system/core/init/ |
D | readme.txt | 124 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/ |
D | README | 8 The daemon will be started at boot time and will be running with the following
|
/system/bt/osi/src/protos/ |
D | bluetooth.proto | 179 // Scan started.
|
/system/bt/doc/ |
D | power_management.md | 133 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/ |
D | OVERVIEW.TXT | 70 these services either run within the adbd daemon, or are started by
|