Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 23 of 23) 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/bta/gatt/
Ddatabase.h70 struct Service { struct
75 std::vector<IncludedService> included_services; argument
79 struct IncludedService { argument
/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/common/src/
Dlib.rs65 fn into_grpc(self) -> grpcio::Service; in into_grpc()
/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/system/gd/rust/stack/src/
Dlib.rs72 ) -> grpcio::Service { in get_grpc()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h164 Service, enumerator
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DFastPairDataProviderService.java667 private final class Service extends IFastPairDataProvider.Stub { class in FastPairDataProviderService
669 Service() { in Service() method in FastPairDataProviderService.Service
/packages/modules/Bluetooth/system/gd/rust/facade/src/
Dlib.rs30 ) -> grpcio::Service { in create()
/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dfacade.rs53 fn into_grpc(self) -> grpcio::Service { in into_grpc()
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dfacade.rs86 fn into_grpc(self) -> grpcio::Service { in into_grpc()
Dcontroller_facade.rs37 fn into_grpc(self) -> grpcio::Service { in into_grpc()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DGattDelegate.java462 static class Service { class in GattDelegate
467 Service(ParcelUuid uuid) { in Service() method in GattDelegate.Service
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothClass.java114 public static final class Service { class in BluetoothClass