/device/google/coral/powerstats/ |
D | service.cpp | 63 PowerStats* service = new PowerStats(); in main() local 66 service->setRailDataProvider(std::make_unique<RailDataProvider>()); in main() 85 uint32_t apssId = service->addPowerEntity("APSS", PowerEntityType::SUBSYSTEM); in main() 88 uint32_t mpssId = service->addPowerEntity("MPSS", PowerEntityType::SUBSYSTEM); in main() 91 uint32_t adspId = service->addPowerEntity("ADSP", PowerEntityType::SUBSYSTEM); in main() 94 uint32_t cdspId = service->addPowerEntity("CDSP", PowerEntityType::SUBSYSTEM); in main() 97 uint32_t slpiId = service->addPowerEntity("SLPI", PowerEntityType::SUBSYSTEM); in main() 100 uint32_t slpiIslandId = service->addPowerEntity("SLPI_ISLAND", PowerEntityType::SUBSYSTEM); in main() 112 service->addStateResidencyDataProvider(rpmSdp); in main() 131 uint32_t socId = service->addPowerEntity("SoC", PowerEntityType::POWER_DOMAIN); in main() [all …]
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | file_contexts | 66 /vendor/bin/hw/android\.hardware\.camera\.provider@2\.7-external-vsock-service u:object_r:hal_camer… 67 /vendor/bin/hw/android\.hardware\.camera\.provider@2\.7-service-google u:object_r:hal_camera_defaul… 68 /vendor/bin/hw/android\.hardware\.camera\.provider@2\.7-service-google-lazy u:object_r:hal_camera_d… 69 /vendor/bin/hw/android\.hardware\.power\.stats@1\.0-service\.mock u:object_r:hal_power_stats_defau… 70 /vendor/bin/hw/android\.hardware.audio.service u:object_r:hal_audio_cuttlefish_exec:s0 71 /vendor/bin/hw/android\.hardware\.bluetooth@1\.1-service\.remote u:object_r:hal_bluetooth_remote_e… 72 /vendor/bin/hw/android\.hardware\.bluetooth@1\.1-service\.sim u:object_r:hal_bluetooth_sim_exec:s0 73 /vendor/bin/hw/android\.hardware\.contexthub@1\.2-service\.mock u:object_r:hal_contexthub_default_… 74 /vendor/bin/hw/android\.hardware\.drm@[0-9]+\.[0-9]+-service\.clearkey u:object_r:hal_drm_clearkey… 75 /vendor/bin/hw/android\.hardware\.drm@[0-9]+\.[0-9]+-service-lazy\.clearkey u:object_r:hal_drm_cle… [all …]
|
/device/google/coral/ |
D | CleanSpec.mk | 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.health@2.0-service) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.health@2.0-service.rc) 63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.thermal@1.0-service.c… 64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.thermal@1.0-service.cor… 67 …add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.graphics.composer@2.2-service) 68 …lean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.graphics.composer@2.2-service.rc) 75 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.vibrator@1.2-service.… 76 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.vibrator@1.2-service.co… 82 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.power@1.3-service.cor… 93 …add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.graphics.composer@2.3-service) [all …]
|
/device/google/sunfish/ |
D | CleanSpec.mk | 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.health@2.0-service) 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.health@2.0-service.rc) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.health@2.0-service.sunf… 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.health@2.0-service.su… 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.health@2.1-service) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.health@2.1-service.rc) 68 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.thermal@1.0-service.s… 69 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.thermal@1.0-service.sun… 72 …add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.graphics.composer@2.2-service) 73 …lean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.graphics.composer@2.2-service.rc) [all …]
|
/device/generic/vulkan-cereal/host-common/ |
D | AndroidPipe.cpp | 115 ConnectorPipe(void* hwPipe, Service* service) in ConnectorPipe() argument 116 : AndroidPipe(hwPipe, service) { in ConnectorPipe() 387 [name](const std::unique_ptr<Service>& service) { in findServicePositionByName() argument 388 return service->name() == name; in findServicePositionByName() 426 Service* service, in loadPipeFromStreamCommon() argument 432 if (service->canLoad()) { in loadPipeFromStreamCommon() 434 service->name().c_str(), hwPipe); in loadPipeFromStreamCommon() 435 pipe = service->load(hwPipe, args ? args->c_str() : nullptr, stream); in loadPipeFromStreamCommon() 489 void AndroidPipe::Service::add(std::unique_ptr<Service> service) { in add() argument 490 DD("Adding new pipe service '%s' this=%p", service->name().c_str(), in add() [all …]
|
/device/google/redbull/powerstats/ |
D | service.cpp | 63 PowerStats *service = new PowerStats(); in main() local 66 service->setRailDataProvider(std::make_unique<RailDataProvider>()); in main() 84 uint32_t apssId = service->addPowerEntity("APSS", PowerEntityType::SUBSYSTEM); in main() 87 uint32_t mpssId = service->addPowerEntity("MPSS", PowerEntityType::SUBSYSTEM); in main() 90 uint32_t adspId = service->addPowerEntity("ADSP", PowerEntityType::SUBSYSTEM); in main() 93 uint32_t adspIslandId = service->addPowerEntity("ADSP_ISLAND", PowerEntityType::SUBSYSTEM); in main() 96 uint32_t cdspId = service->addPowerEntity("CDSP", PowerEntityType::SUBSYSTEM); in main() 99 service->addStateResidencyDataProvider(std::move(rpmSdp)); in main() 120 uint32_t socId = service->addPowerEntity("SoC", PowerEntityType::POWER_DOMAIN); in main() 123 service->addStateResidencyDataProvider(socSdp); in main() [all …]
|
/device/linaro/dragonboard/qcom/qrtr/ |
D | qrtr.py | 18 self.service = None 36 def publish(self, service, version, instance): argument 37 err = _qrtr.qrtr_publish(self.sock, service, version, instance) 40 self.service = (service, version, instance) 42 def new_server(self, service, version, instance): argument 43 err = _qrtr.qrtr_new_server(self.sock, service, version, instance) 46 self.service = (service, version, instance) 48 return self.service 50 def remove_server(self, service): argument 51 err = _qrtr.qrtr_remove_server(self.sock, *service) [all …]
|
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | ns.c | 54 unsigned int service; member 60 unsigned int service; member 68 unsigned int service; member 122 if (f->service != 0 && srv->service != f->service) in server_match() 163 srv->service, srv->instance, srv->node, srv->port); in service_announce_new() 166 cmsg.server.service = cpu_to_le32(srv->service); in service_announce_new() 187 srv->service, srv->instance, srv->node, srv->port); in service_announce_del() 190 cmsg.server.service = cpu_to_le32(srv->service); in service_announce_del() 211 pkt.server.service = cpu_to_le32(srv->service); in lookup_notify() 246 static struct server *server_add(unsigned int service, unsigned int instance, in server_add() argument [all …]
|
D | lookup.c | 21 unsigned int service; member 134 unsigned int service; in main() local 155 case 2: pkt.server.service = read_num_le(argv[1], &rc); in main() 198 if (!pkt.server.service && !pkt.server.instance && in main() 202 service = le32_to_cpu(pkt.server.service); in main() 209 if (service != common_names[i].service) in main() 219 if (service == DIAG_SERVICE) { in main() 224 service, "N/A", instance, node, port, name, buf); in main() 227 service, version, instance, node, port, name); in main()
|
/device/google/sunfish/powerstats/ |
D | service.cpp | 62 PowerStats *service = new PowerStats(); in main() local 65 service->setRailDataProvider(std::make_unique<RailDataProvider>()); in main() 84 uint32_t apssId = service->addPowerEntity("APSS", PowerEntityType::SUBSYSTEM); in main() 87 uint32_t mpssId = service->addPowerEntity("MPSS", PowerEntityType::SUBSYSTEM); in main() 90 uint32_t adspId = service->addPowerEntity("ADSP", PowerEntityType::SUBSYSTEM); in main() 93 uint32_t cdspId = service->addPowerEntity("CDSP", PowerEntityType::SUBSYSTEM); in main() 96 service->addStateResidencyDataProvider(rpmSdp); in main() 114 uint32_t socId = service->addPowerEntity("SoC", PowerEntityType::POWER_DOMAIN); in main() 118 service->addStateResidencyDataProvider(socSdp); in main() 121 uint32_t wlanId = service->addPowerEntity("WLAN", PowerEntityType::SUBSYSTEM); in main() [all …]
|
/device/google/cuttlefish/shared/ |
D | device.mk | 177 PRODUCT_VENDOR_PROPERTIES += drm.service.enabled=true 370 android.hardware.atrace@1.0-service 376 android.hardware.weaver-service.example 382 android.hardware.ir-service.example 388 android.hardware.oemlock-service.example 394 android.hardware.authsecret@1.0-service 400 android.hardware.authsecret-service.example 409 … device/google/cuttlefish/shared/config/manifest_android.hardware.graphics.composer@2.4-service.xml 411 android.hardware.graphics.composer@2.4-service \ 415 android.hardware.graphics.composer3-service.ranchu [all …]
|
/device/google/gs101-sepolicy/edgetpu/ |
D | edgetpu_app_service.te | 1 # EdgeTPU app server process which runs the EdgeTPU binder service. 9 # The server will serve a binder service. 12 # EdgeTPU server to register the service to service_manager. 15 # EdgeTPU service needs to access /dev/abrolhos. 23 # Allow EdgeTPU service to access the Package Manager service. 27 # Allow EdgeTPU service to read EdgeTPU service related system properties. 30 # Allow EdgeTPU service to generate Perfetto traces. 33 # Allow EdgeTPU service to connect to the EdgeTPU vendor version of the service. 37 # Allow EdgeTPU service to log to stats service. (metrics)
|
D | edgetpu_vendor_service.te | 1 # EdgeTPU vendor service. 6 # The vendor service will use binder calls. 9 # The vendor service will serve a binder service. 12 # EdgeTPU vendor service to register the service to service_manager. 18 # Allow EdgeTPU vendor service to access its data files. 22 # Allow EdgeTPU vendor service to access Android shared memory allocated 26 # Allow EdgeTPU vendor service to read the kernel version. 30 # Allow EdgeTPU vendor service to read the overcommit_memory info.
|
/device/linaro/dragonboard/qcom/qrtr/lib/ |
D | qrtr.c | 97 int qrtr_new_server(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_new_server() argument 108 pkt.server.service = cpu_to_le32(service); in qrtr_new_server() 114 int qrtr_remove_server(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_remove_server() argument 125 pkt.server.service = cpu_to_le32(service); in qrtr_remove_server() 133 int qrtr_publish(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_publish() argument 135 return qrtr_new_server(sock, service, version, instance); in qrtr_publish() 138 int qrtr_bye(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_bye() argument 140 return qrtr_remove_server(sock, service, version, instance); in qrtr_bye() 143 int qrtr_new_lookup(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_new_lookup() argument 154 pkt.server.service = cpu_to_le32(service); in qrtr_new_lookup() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/scripts/ |
D | generate_stats.py | 383 def get_spreadsheet(service, spreadsheet_id): argument 385 request = service.get(spreadsheetId=spreadsheet_id) 471 def batch_update(service, spreadsheet_id, updates): argument 477 request = service.batchUpdate(spreadsheetId=spreadsheet_id, body=batch_update_request_body) 482 def create_sheets(service, spreadsheet_id, sheet_names): argument 484 batch_update(service, spreadsheet_id, updates) 489 def get_headers(service, spreadsheet_id, sheet_names): argument 493 request = service.values().batchGet(spreadsheetId=spreadsheet_id, ranges=header_ranges) 507 def batch_update_values(service, spreadsheet_id, data): argument 514 request = service.values().batchUpdate( [all …]
|
/device/google/gs101/ |
D | CleanSpec.mk | 60 $(call add-clean-step, rm -f $(PRODUCT_OUT)/vendor/init/android.hardware.power@1.0-service.rc) 61 $(call add-clean-step, rm -f $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.power@1.0-service) 63 $(call add-clean-step, rm -f $(PRODUCT_OUT)/vendor/etc/init/android.hardware.power@1.3-service.pixe… 69 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb-service.gs101) 70 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb.gadget-service.gs10… 71 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb-service.rc) 72 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb.gadget-service-gs… 73 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb-service… 74 … rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb.gadget@1.2-service.gs101.xml) 77 $(call add-clean-step, rm -f $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.power.stats@1.0-service.… [all …]
|
/device/generic/goldfish/ |
D | vendor.mk | 48 android.hardware.graphics.composer@2.4-service \ 49 android.hardware.graphics.allocator@3.0-service \ 53 android.hardware.wifi@1.0-service \ 54 android.hardware.media.c2@1.0-service-goldfish \ 75 android.hardware.biometrics.fingerprint@2.1-service 95 android.hardware.bluetooth@1.1-service.btlinux \ 107 android.hardware.health@2.1-service \ 109 android.hardware.health.storage@1.0-service \ 112 android.hardware.neuralnetworks@1.3-service-sample-all \ 113 android.hardware.neuralnetworks@1.3-service-sample-limited [all …]
|
/device/generic/goldfish/64bitonly/product/ |
D | vendor.mk | 53 android.hardware.graphics.composer@2.4-service \ 54 android.hardware.graphics.allocator@3.0-service \ 58 android.hardware.wifi@1.0-service \ 59 android.hardware.media.c2@1.0-service-goldfish \ 77 android.hardware.biometrics.fingerprint@2.1-service 98 android.hardware.bluetooth@1.1-service.btlinux \ 110 android.hardware.health@2.1-service \ 112 android.hardware.health.storage@1.0-service \ 115 android.hardware.neuralnetworks@1.3-service-sample-all \ 116 android.hardware.neuralnetworks@1.3-service-sample-limited [all …]
|
/device/google/sunfish-sepolicy/vendor/google/ |
D | file_contexts | 13 /system/bin/hw/hardware\.google\.pixelstats@1\.0-service u:object_r:pi… 18 /vendor/bin/hw/android\.hardware\.camera\.provider@2\.7-service-google u:object_r:ha… 19 /vendor/bin/hw/android\.hardware\.contexthub@1\.2-service\.generic u:object_r:ha… 20 /vendor/bin/hw/android\.hardware\.dumpstate@1\.1-service\.sunfish u:object_r:ha… 21 /vendor/bin/hw/android\.hardware\.neuralnetworks@1\.0-service-paintbox u:object_r:ha… 22 /vendor/bin/hw/android\.hardware\.neuralnetworks@1\.2-service-noronha u:object_r:ha… 23 /vendor/bin/hw/android\.hardware\.power\.stats@1\.0-service\.pixel u:object_r:ha… 24 /vendor/bin/hw/android\.hardware\.usb-service\.sunfish u:object_r:ha… 25 /vendor/bin/hw/android\.hardware\.usb\.gadget-service\.sunfish u:object_r:ha… 26 /vendor/bin/hw/android\.hardware\.vibrator@1\.3-service\.sunfish u:object_r:ha… [all …]
|
/device/google/cuttlefish/ |
D | CleanSpec.mk | 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.health@2.0-service.cutt… 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.health@2.0-service.cu… 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.keymaster@4.0-service) 59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.keymaster@4.0-service… 61 … add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.confirmationui@1.0-service) 62 …d-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.confirmationui@1.0-service.rc) 64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.power@1.0-service.rc) 66 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.dumpstate@1.1-service.c… 67 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.dumpstate@1.1-service… 69 …n-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.health.storage@1.0-service.cuttlefish) [all …]
|
/device/google/redbull-sepolicy/vendor/google/ |
D | file_contexts | 20 /vendor/bin/hw/android\.hardware\.camera\.provider@2\.7-service-google u:object_r:ha… 21 /vendor/bin/hw/android\.hardware\.contexthub@1\.2-service\.generic u:object_r:ha… 22 /vendor/bin/hw/android\.hardware\.neuralnetworks@1\.2-service-noronha u:object_r:ha… 23 /vendor/bin/hw/android\.hardware\.power\.stats@1\.0-service\.pixel u:object_r:ha… 24 /vendor/bin/hw/hardware\.google\.light@1\.1-service u:object_r:ha… 25 /vendor/bin/hw/vendor\.google\.radioext@1\.0-service u:object_r:ha… 32 /vendor/bin/hw/vendor\.google\.wifi_ext@1\.0-service-vendor u:object_r:ha… 33 /vendor/bin/hw/vendor\.google\.wifi_ext@1\.0-service-vendor-lazy u:object_r:ha… 35 /vendor/bin/hw/vendor\.google\.wireless_charger@1\.3-service-vendor u:object_r:ha… 36 /vendor/bin/hw/vendor.qti.hardware.display.composer-service u:object_r:ha… [all …]
|
/device/google/bramble/ |
D | CleanSpec.mk | 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.vibrator@1.3-service.… 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.vibrator@1.3-service.br… 51 … rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.vibrator@1.3-service.bramble.xml) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb@1.2-service.bramble) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb@1.2-service.bramb… 56 …step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb@1.2-service.bramble.xml) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb@1.3-service.bramble) 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb@1.3-service.bramb… 59 …step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb@1.3-service.bramble.xml)
|
/device/google/barbet/ |
D | CleanSpec.mk | 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.vibrator@1.3-service.… 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.vibrator@1.3-service.ba… 51 …, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.vibrator@1.3-service.barbet.xml) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb@1.2-service.barbet) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb@1.2-service.barbe… 56 …-step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb@1.2-service.barbet.xml) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb@1.3-service.barbet) 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb@1.3-service.barbe… 59 …-step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb@1.3-service.barbet.xml)
|
/device/google/redfin/ |
D | CleanSpec.mk | 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.vibrator@1.3-service.… 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.vibrator@1.3-service.re… 50 …, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.vibrator@1.3-service.redfin.xml) 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb@1.2-service.redfin) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb@1.2-service.redfi… 55 …-step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb@1.2-service.redfin.xml) 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.usb@1.3-service.redfin) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.usb@1.3-service.redfi… 58 …-step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.usb@1.3-service.redfin.xml)
|
/device/google/coral-sepolicy/vendor/google/ |
D | file_contexts | 21 /system/bin/hw/hardware\.google\.pixelstats@1\.0-service u:object_r:pi… 24 /vendor/bin/hw/android\.hardware\.biometrics\.face@1\.0-service\.google u:object_r:ha… 25 /vendor/bin/hw/android\.hardware\.camera\.provider@2\.7-service-google u:object_r:ha… 26 /vendor/bin/hw/android\.hardware\.contexthub@1\.2-service\.generic u:object_r:ha… 27 /vendor/bin/hw/android\.hardware\.neuralnetworks@1\.2-service-noronha u:object_r:ha… 28 /vendor/bin/hw/android\.hardware\.power\.stats@1\.0-service\.pixel u:object_r:ha… 29 /vendor/bin/hw/android\.hardware\.usb-service\.coral u:object_r:ha… 30 /vendor/bin/hw/android\.hardware\.usb\.gadget-service\.coral u:object_r:ha… 31 /vendor/bin/hw/hardware\.google\.light@1\.1-service u:object_r:ha… 32 /vendor/bin/hw/vendor\.google\.airbrush@1\.0-service u:object_r:ai… [all …]
|