/system/tpm/attestation/server/ |
D | attestationd.conf | 20 start on started tcsd and started boot-services
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.cc | 178 bool started = false; in btm_add_dev_to_controller() local 185 started = true; in btm_add_dev_to_controller() 191 started = true; in btm_add_dev_to_controller() 198 started = true; in btm_add_dev_to_controller() 204 started = true; in btm_add_dev_to_controller() 214 started = true; in btm_add_dev_to_controller() 221 return started; in btm_add_dev_to_controller()
|
/system/bt/service/doc/ |
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/sepolicy/prebuilts/api/26.0/private/ |
D | vr_hwc.te | 3 # Daemon started by init.
|
D | zygote.te | 85 # Allow creating user-specific storage source if started before vold.
|
D | app.te | 171 # Grant GPU access to all processes started by Zygote.
|
/system/sepolicy/private/ |
D | vr_hwc.te | 3 # Daemon started by init.
|
D | zygote.te | 85 # Allow creating user-specific storage source if started before vold.
|
D | app.te | 184 # Grant GPU access to all processes started by Zygote.
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | async_manager.cc | 108 int started = tryStartThread(); in WatchFdForNonBlockingReads() local 109 if (started != 0) { in WatchFdForNonBlockingReads() 111 return started; in WatchFdForNonBlockingReads() 393 int started = tryStartThread(); in scheduleTask() local 394 if (started != 0) { in scheduleTask()
|
/system/bt/bta/av/ |
D | bta_av_aact.cc | 1040 p_scb->started = false; in bta_av_cleanup() 1488 p_scb->started = false; in bta_av_do_close() 1947 bta_av_cb.sco_occupied, p_scb->role, p_scb->started); in bta_av_do_start() 1963 if ((p_scb->started == false) && in bta_av_do_start() 1969 } else if (p_scb->started) { in bta_av_do_start() 1979 APPL_TRACE_DEBUG("%s: started %d role:x%x", __func__, p_scb->started, in bta_av_do_start() 1994 uint8_t start = p_scb->started; in bta_av_str_stopped() 2125 if (p_scb->started) { in bta_av_reconfig() 2141 __func__, p_scb->started, p_scb->state, in bta_av_reconfig() 2143 if (p_scb->started) { in bta_av_reconfig() [all …]
|
D | bta_av_int.h | 485 bool started; /* true if stream started */ member 604 extern void bta_av_stream_chg(tBTA_AV_SCB* p_scb, bool started);
|
D | bta_av_act.cc | 1088 void bta_av_stream_chg(tBTA_AV_SCB* p_scb, bool started) { in bta_av_stream_chg() argument 1097 started, started_msk, p_scb->chnl); in bta_av_stream_chg() 1103 if (started) { in bta_av_stream_chg() 1111 if (!started) { in bta_av_stream_chg()
|
/system/extras/tests/workloads/ |
D | feedly-chrome.sh | 72 echo feedly started in ${t}ms
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | sdcardd.te | 41 # The sdcard daemon should no longer be started from init
|
/system/sepolicy/public/ |
D | sdcardd.te | 41 # The sdcard daemon should no longer be started from init
|
/system/core/init/ |
D | README.md | 173 It must be explicitly started by name. 231 named class may be started or stopped together. A service 281 is not running when shut down starts, it will be started. 363 If the service is supposed to be running, it will be started now. 365 service should be started when needed. E.g. 386 started after this command is executed) 580 stage of init started. 590 first started. 615 One thing to watch for is that the bootchart will show init as if it started 617 actually started init. [all …]
|
/system/core/shell_and_utilities/ |
D | README.md | 13 We started moving a few of the more important tools to full 14 BSD implementations in JellyBean before we started in earnest in 19 in Marshmallow we changed direction and started the move to toybox.
|
/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 | 201 // 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
|
/system/extras/f2fs_utils/ |
D | f2fs_sparseblock.c | 493 unsigned int used, found, started = 0, i; in run_on_used_blocks() local
|