/device/google/trout/hal/dumpstate/1.1/config/ |
D | dumpstate_hal_configuration_V1_0.cpp | 88 Service::Service(std::string name, std::string command) in Service() function in dumpstate::hal::configuration::V1_0::Service 91 const std::string& Service::getName() const { in getName() 95 bool Service::hasName() const { in hasName() 99 const std::string& Service::getCommand() const { in getCommand() 103 bool Service::hasCommand() const { in hasCommand() 107 Service Service::read(xmlNode* root) { in read() 121 Service instance(name, command); in read() 125 Services::Services(std::vector<Service> service) : service_(std::move(service)) {} in Services() 127 const std::vector<Service>& Services::getService() const { in getService() 135 const Service* Services::getFirstService() const { in getFirstService() [all …]
|
D | dumpstate_hal_configuration_V1_0.h | 37 class Service; variable 44 class Service { 50 Service(std::string name, std::string command); 55 static Service read(xmlNode* root); 60 const std::vector<Service> service_; 63 explicit Services(std::vector<Service> service); 64 const std::vector<Service>& getService() const; 66 const Service* getFirstService() const; 72 const std::vector<Service> service_; 75 explicit SystemLogs(std::vector<Service> service); [all …]
|
D | XmlServiceSupplier.cpp | 20 using dumpstate::hal::configuration::V1_0::Service; 22 static std::optional<ServiceDescriptor> serviceFromXml(const Service& svc) { in serviceFromXml()
|
/device/google/coral/ |
D | sec_config | 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */ 4 /* <QDMA QMI Service ID - 75>:<QDMA QMI Instance ID - all instances>:<Client Group ID> */ 6 /* <LOWI QMI Service ID - 38>:<LOWI QMI Instance ID - all instances>:<Client Group ID> */ 10 /* <UIMHTTP QMI Service ID - 16>:<UIMHTTP QMI Instance ID - all instances>:<Client Group ID> */ 12 /* <UIMRMT QMI Service ID - 16>:<UIMRMT QMI Instance ID - all instances>:<Client Group ID> */ 293 /* Format is <Service id>:<all instances>:<radio> */ 325 /* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ 327 /* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ 329 /* <MODEM_SVC QMI Service ID - 235>:<MODEM_SVC QMI Instance ID - all instances>:<Client Group ID> */
|
/device/google/redbull/ |
D | sec_config | 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */ 4 /* <QDMA QMI Service ID - 75>:<QDMA QMI Instance ID - all instances>:<Client Group ID> */ 6 /* <LOWI QMI Service ID - 38>:<LOWI QMI Instance ID - all instances>:<Client Group ID> */ 10 /* <UIMHTTP QMI Service ID - 16>:<UIMHTTP QMI Instance ID - all instances>:<Client Group ID> */ 12 /* <UIMRMT QMI Service ID - 16>:<UIMRMT QMI Instance ID - all instances>:<Client Group ID> */ 293 /* Format is <Service id>:<all instances>:<radio> */ 325 /* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ 327 /* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ 329 /* <MODEM_SVC QMI Service ID - 235>:<MODEM_SVC QMI Instance ID - all instances>:<Client Group ID> */
|
/device/google/sunfish/ |
D | sec_config | 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */ 4 /* <QDMA QMI Service ID - 75>:<QDMA QMI Instance ID - all instances>:<Client Group ID> */ 6 /* <LOWI QMI Service ID - 38>:<LOWI QMI Instance ID - all instances>:<Client Group ID> */ 10 /* <UIMHTTP QMI Service ID - 16>:<UIMHTTP QMI Instance ID - all instances>:<Client Group ID> */ 12 /* <UIMRMT QMI Service ID - 16>:<UIMRMT QMI Instance ID - all instances>:<Client Group ID> */ 295 /* Format is <Service id>:<all instances>:<radio> */ 328 /* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ 330 /* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */
|
/device/google/trout/hal/dumpstate/1.1/config/api/ |
D | current.txt | 14 public class Service { 15 ctor public Service(); 24 method public java.util.List<dumpstate.hal.configuration.V1_0.Service> getService(); 29 method public dumpstate.hal.configuration.V1_0.Service getService(); 30 method public void setService(dumpstate.hal.configuration.V1_0.Service);
|
/device/google/gs-common/edgetpu/sepolicy/ |
D | service_contexts | 3 # TPU NNAPI Service 9 # EdgeTPU DBA Service 12 # Tachyon Service
|
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/ |
D | HotwordMicToggleService.java | 19 import android.app.Service; 32 public class HotwordMicToggleService extends Service { 82 return Service.START_STICKY; in onStartCommand()
|
/device/generic/car/emulator/usbpt/bluetooth/ |
D | bluetooth.prop | 4 # * Major Service Class 14 # Service Major Minor fmt 23 # Major Service Class:
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | GceService.java | 21 import android.app.Service; 42 public class GceService extends Service { 207 return Service.START_STICKY; in onStartCommand()
|
/device/linaro/dragonboard/shared/utils/qrtr/ |
D | qrtr-ns.service.in | 2 Description=QIPCRTR Name Service 4 [Service] section
|
/device/google/gs-common/gxp/sepolicy/ |
D | edgetpu_app_service.te | 1 # Allow Edgetpu App Service to access the GXP device and read GXP properties. 5 # Allows Edgetpu App Service to search for GXP firmware file.
|
/device/generic/goldfish/radio/RadioConfig/src/com/android/emulator/radio/config/ |
D | MeterService.java | 23 import android.app.Service; 38 public class MeterService extends Service {
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
D | BluetoothPairingService.java | 24 import android.app.Service; 38 public class BluetoothPairingService extends Service implements BluetoothScanner.Listener,
|
/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/ |
D | MdnsOffloadCmdService.java | 22 import android.app.Service; 45 public class MdnsOffloadCmdService extends Service {
|
/device/google/cuttlefish/tools/ |
D | raw2iso.sh | 134 [Service] 140 [Service]
|
/device/google/caimito-sepolicy/ripcurrentpro/ |
D | vendor_init.te | 1 # Vendor Ims Service property - Set the audio path for PDK build
|
/device/google/caimito-sepolicy/ripcurrent24/ |
D | vendor_init.te | 1 # Vendor Ims Service property - Set the audio path for PDK build
|
/device/google/caimito-sepolicy/komodo/ |
D | vendor_init.te | 1 # Vendor Ims Service property - Set the audio path for PDK build
|
/device/google/caimito-sepolicy/tokay/ |
D | vendor_init.te | 1 # Vendor Ims Service property - Set the audio path for PDK build
|
/device/google/caimito-sepolicy/caiman/ |
D | vendor_init.te | 4 # Vendor Ims Service property - Set the audio path for PDK build
|
/device/linaro/dragonboard/shared/utils/tqftpserv/ |
D | tqftpserv.service.in | 6 [Service] section
|
/device/google/trout/hal/common/agl/watchdog/test/ |
D | watchdog_test.service | 7 [Service] section
|
/device/linaro/dragonboard/shared/utils/pd-mapper/ |
D | pd-mapper.service.in | 6 [Service] section
|