Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/build/dpkg/floss/package/lib/systemd/system/
Dbtadapterd@.service7 [Service] section
8 Type=dbus
9 BusName=org.chromium.bluetooth
10 ExecStart=/usr/libexec/bluetooth/btadapterd --hci=%i
11 ExecStartPost=/usr/bin/rm -f /var/run/bluetooth/bluetooth%i.pid
12 TimeoutStopSec=3
13 TimeoutStartSec=5
14 NotifyAccess=main
15 CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
16 LimitNPROC=1
[all …]
Dbtmanagerd.service7 [Service] section
8 Type=dbus
9 BusName=org.chromium.bluetooth.Manager
10 ExecStart=/usr/libexec/bluetooth/btmanagerd --systemd
11 NotifyAccess=main
12 CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
13 LimitNPROC=1
14 ProtectHome=true
15 ProtectSystem=full
16 TimeoutStopSec=3
[all …]
/packages/modules/Bluetooth/system/stack/mmc/dbus_service/
Dorg.chromium.mmc.CodecManager.service18 Name=org.chromium.mmc.CodecManager
19 Exec=/sbin/start mmc_service
20 User=root
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h72 struct Service { struct
77 std::vector<IncludedService> included_services; argument
81 struct IncludedService { argument
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_vc_device.cc52 const gatt::Service& /* service */) { in set_volume_control_service_handles()
57 const gatt::Service& /* service */) { in set_volume_offset_control_service_handles()
/packages/apps/Dialer/java/com/android/dialer/configprovider/
DSharedPrefConfigProvider.java63 public static class Service extends IntentService { class in SharedPrefConfigProvider
65 public Service() { in Service() method in SharedPrefConfigProvider.Service
/packages/modules/adb/daemon/
Dlogging.h24 Service, enumerator
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java315 public static final class Service implements Parcelable { class in ProcStatsEntry
321 public Service(ServiceState service) { in Service() method in ProcStatsEntry.Service
329 public Service(Parcel in) { in Service() method in ProcStatsEntry.Service
/packages/apps/MusicFX/src/com/android/musicfx/
DCompatibility.java115 public static class Service extends IntentService { class in Compatibility
119 public Service() { in Service() method in Compatibility.Service
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dsecurity_service.rs27 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dmedia_service.rs42 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dhf_client_service.rs31 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dhfp_service.rs55 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dadapter_service.rs93 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dgatt_service.rs46 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
/packages/modules/Bluetooth/floss/pandora/floss/
Dbluetooth_gatt_service.py19 class Service: class
/packages/modules/Bluetooth/system/stack/mmc/daemon/
Dservice.cc119 Service::Service(base::OnceClosure shutdown_callback) in Service() function in mmc::Service
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h168 Service, enumerator
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothClass.java110 public static final class Service { class in BluetoothClass