Home
last modified time | relevance | path

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

/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/etc/systemd/system/
Dgnss_replay.service5 [Service] section
6 ExecStartPre=/bin/sh -c 'while [ ! -e /run/gnss-uart ]; do sleep 0.2; done'
7 ExecStart=/usr/bin/python3 /usr/bin/gnss_replay.py -s /run/gnss-uart -i /usr/share/gnss/test.csv
8 Restart=always
9 RestartSec=1
Dvehicle_hal_grpc_server.service7 [Service] section
8 …ver_port 9210 -power_state_file /tmp/power_state_marker -power_state_socket /tmp/power_state_socket
9 Restart=always
Ddumpstate_grpc_server.service7 [Service] section
8 ExecStart=/usr/bin/dumpstate_grpc_server -server_addr vsock:2:9310
9 Restart=always
/device/google/trout/hal/common/agl/watchdog/test/
Dwatchdog_test.service7 [Service] section
8 ExecStart=/bin/watchdog_test_service
9 Restart=always
10 WatchdogSec=5
/device/linaro/dragonboard/qcom/rmtfs/
Drmtfs.service.in6 [Service] section
7 ExecStart=RMTFS_PATH/rmtfs -r -P -s
8 Restart=always
9 RestartSec=1
/device/linaro/dragonboard/qcom/qrtr/
Dqrtr-ns.service.in4 [Service] section
5 ExecStart=QRTR_NS_PATH/qrtr-ns -f 1
6 Restart=always
/device/linaro/dragonboard/qcom/tqftpserv/
Dtqftpserv.service.in6 [Service] section
7 ExecStart=TQFTPSERV_PATH/tqftpserv
8 Restart=always
/device/linaro/dragonboard/qcom/pd-mapper/
Dpd-mapper.service.in6 [Service] section
7 ExecStart=PD_MAPPER_PATH/pd-mapper
8 Restart=always
/device/generic/vulkan-cereal/gl-host-common/opengl/
DGLProcessPipe.cpp61 class Service : public AndroidPipe::Service { class in android::opengl::__anon16c186f00111::GLProcessPipe
63 Service() : AndroidPipe::Service("GLProcessPipe") {} in Service() function in android::opengl::__anon16c186f00111::GLProcessPipe::Service
DOpenglEsPipe.cpp81 class Service : public AndroidPipe::Service { class in android::opengl::__anonce1cd63b0111::EmuglPipe
83 Service() : AndroidPipe::Service("opengles") {} in Service() function in android::opengl::__anonce1cd63b0111::EmuglPipe::Service
/device/google/trout/hal/dumpstate/aidl/1.0/config/
Ddumpstate_hal_configuration_V1_0.h37 class Service; variable
Ddumpstate_hal_configuration_V1_0.cpp88 Service::Service(std::string name, std::string command) in Service() function in dumpstate::hal::configuration::V1_0::Service
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp63623 class Service { class