Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 237) sorted by relevance

12345678910

/hardware/libhardware/include/hardware/
Daudio_policy.h269 audio_io_handle_t (*open_output)(void *service,
281 audio_io_handle_t (*open_duplicate_output)(void *service,
286 int (*close_output)(void *service, audio_io_handle_t output);
294 int (*suspend_output)(void *service, audio_io_handle_t output);
297 int (*restore_output)(void *service, audio_io_handle_t output);
307 audio_io_handle_t (*open_input)(void *service,
315 int (*close_input)(void *service, audio_io_handle_t input);
326 int (*set_stream_volume)(void *service,
333 int (*invalidate_stream)(void *service,
338 void (*set_parameters)(void *service,
[all …]
/hardware/interfaces/radio/1.2/default/
DAndroid.bp2 name: "android.hardware.radio@1.2-radio-service",
3 init_rc: ["android.hardware.radio@1.2-radio-service.rc"],
8 "radio-service.cpp",
22 name: "android.hardware.radio@1.2-sap-service",
23 init_rc: ["android.hardware.radio@1.2-sap-service.rc"],
28 "sap-service.cpp",
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal21 * This callback is passed by the Contexthub service to the HAL
23 * to the service and registered clients of the ContextHub service.
31 * This callback is passed by the Contexthub service to the HAL
36 * passed in by the service at start of transacation.
43 * This callback is passed by the Contexthub service to the HAL
45 * to the ContextHub service.
53 * This callback is passed by the Contexthub service to the HAL
54 * implementation to allow the HAL to send a notification to the service
67 * This callback is passed by the Contexthub service to the HAL
73 * unloaded by the service. Any nanoApps that cannot
[all …]
/hardware/interfaces/wifi/1.2/default/
DAndroid.mk20 LOCAL_MODULE := android.hardware.wifi@1.0-service-lib
69 LOCAL_MODULE := android.hardware.wifi@1.0-service
74 service.cpp
89 android.hardware.wifi@1.0-service-lib
90 LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
97 LOCAL_MODULE := android.hardware.wifi@1.0-service-tests
110 android.hardware.wifi@1.0-service-lib
/hardware/interfaces/light/utils/
Dmain.cpp38 sp<ILight> service = ILight::getService(); in main() local
39 if (service == nullptr) { in main()
48 service->getSupportedTypes([&](const hidl_vec<Type>& types) { in main()
50 Status ret = service->setLight(type, off); in main()
/hardware/interfaces/camera/provider/2.4/default/
DAndroid.bp42 name: "android.hardware.camera.provider@2.4-service",
46 srcs: ["service.cpp"],
48 init_rc: ["android.hardware.camera.provider@2.4-service.rc"],
70 srcs: ["service.cpp"],
89 name: "android.hardware.camera.provider@2.4-external-service",
93 srcs: ["external-service.cpp"],
95 init_rc: ["android.hardware.camera.provider@2.4-external-service.rc"],
/hardware/interfaces/authsecret/1.0/default/
DAndroid.bp2 name: "android.hardware.authsecret@1.0-service",
3 init_rc: ["android.hardware.authsecret@1.0-service.rc"],
7 "service.cpp",
/hardware/interfaces/tests/msgq/1.0/
DITestMsgQ.hal26 * This method requests the service to set up a synchronous read/write
31 * set up by the service. Client can use it to set up the FMQ at its end.
37 * This method requests the service to return an MQDescriptor to
47 * set up by the service. Client can use it to set up the FMQ at its end.
52 * This method request the service to write into the synchronized read/write
62 * This method request the service to read from the synchronized read/write
72 * This method request the service to write into the unsynchronized flavor
82 * This method request the service to read from the unsynchronized flavor of
92 * This method requests the service to trigger a blocking read.
100 * This method requests the service to trigger a blocking read using
[all …]
DIBenchmarkMsgQ.hal21 * This method requests the service to set up Synchronous read/write
25 * by the service. Client can use it to set up the FMQ at its end.
31 * This method requests the service to set up Synchronous read/write
35 * by the service. Client can use it to set up the FMQ at its end.
41 * This method request the service to write into the FMQ.
49 * This method request the service to read from the FMQ.
58 * the service reads it and writes it into the client's
67 * the service writes into an FMQ and the client reads the same.
/hardware/interfaces/dumpstate/1.0/default/
DAndroid.bp2 name: "android.hardware.dumpstate@1.0-service",
3 init_rc: ["android.hardware.dumpstate@1.0-service.rc"],
8 "service.cpp",
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DAndroid.bp2 name: "android.hardware.biometrics.fingerprint@2.1-service",
4 init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.rc"],
9 "service.cpp",
/hardware/interfaces/gnss/1.1/default/
DAndroid.bp2 name: "android.hardware.gnss@1.1-service",
3 init_rc: ["android.hardware.gnss@1.1-service.rc"],
11 "service.cpp",
/hardware/interfaces/health/2.0/
DREADME10 PRODUCT_PACKAGES += android.hardware.health@2.0-service.override
14 PRODUCT_PACKAGES += android.hardware.health@2.0-service
25 name: "android.hardware.health@2.0-service.<device>",
26 init_rc: ["android.hardware.health@2.0-service.<device>.rc"],
68 4. Create device/<manufacturer>/<device>/health/android.hardware.health@2.0-service.<device>.rc
70 service vendor.health-hal-2-0 /vendor/bin/hw/android.hardware.health@2.0-service.<device>
78 #include <health2/service.h>
114 /vendor/bin/hw/android\.hardware\.health@2\.0-service.<device> u:object_r:hal_health_default_exec:s0
/hardware/interfaces/radio/config/1.0/default/
DAndroid.bp2 name: "android.hardware.radio.config@1.0-service",
3 init_rc: ["android.hardware.radio.config@1.0-service.rc"],
10 "service.cpp",
/hardware/interfaces/camera/provider/2.4/
DICameraProviderCallback.hal23 * service of changes to the camera subsystem.
30 * Callback to the camera service to indicate that the state of a specific
33 * On camera service startup, when ICameraProvider::setCallback is invoked,
34 * the camera service must assume that all internal camera devices are in
37 * The provider must call this method to inform the camera service of any
53 * Callback to the camera service to indicate that the state of the torch
55 * changed. At provider registration time, the camera service must assume
/hardware/interfaces/automotive/evs/1.0/default/
DAndroid.bp2 name: "android.hardware.automotive.evs@1.0-service",
7 "service.cpp",
12 init_rc: ["android.hardware.automotive.evs@1.0-service.rc"],
/hardware/interfaces/cas/1.0/default/
DAndroid.bp2 name: "android.hardware.cas@1.0-service",
10 "service.cpp",
16 init_rc: ["android.hardware.cas@1.0-service.rc"],
/hardware/interfaces/gatekeeper/1.0/default/
DAndroid.bp21 name: "android.hardware.gatekeeper@1.0-service",
25 init_rc: ["android.hardware.gatekeeper@1.0-service.rc"],
27 srcs: ["service.cpp"],
/hardware/interfaces/boot/1.0/default/
DAndroid.bp20 name: "android.hardware.boot@1.0-service",
24 init_rc: ["android.hardware.boot@1.0-service.rc"],
25 srcs: ["service.cpp"],
/hardware/interfaces/vr/1.0/default/
DAndroid.bp24 name: "android.hardware.vr@1.0-service",
25 init_rc: ["android.hardware.vr@1.0-service.rc"],
26 srcs: ["service.cpp"],
/hardware/interfaces/nfc/1.0/default/
DAndroid.bp21 name: "android.hardware.nfc@1.0-service",
25 init_rc: ["android.hardware.nfc@1.0-service.rc"],
26 srcs: ["service.cpp"],
/hardware/interfaces/tv/cec/1.0/default/
DAndroid.bp21 name: "android.hardware.tv.cec@1.0-service",
25 init_rc: ["android.hardware.tv.cec@1.0-service.rc"],
26 srcs: ["service.cpp"],
/hardware/interfaces/keymaster/3.0/default/
DAndroid.mk28 LOCAL_MODULE := android.hardware.keymaster@3.0-service
29 LOCAL_INIT_RC := android.hardware.keymaster@3.0-service.rc
31 service.cpp
/hardware/interfaces/graphics/allocator/2.0/default/
DAndroid.bp24 name: "android.hardware.graphics.allocator@2.0-service",
28 srcs: ["service.cpp"],
29 init_rc: ["android.hardware.graphics.allocator@2.0-service.rc"],
/hardware/interfaces/configstore/1.1/default/
DAndroid.mk5 LOCAL_MODULE := android.hardware.configstore@1.1-service
13 LOCAL_INIT_RC := android.hardware.configstore@1.1-service.rc
14 LOCAL_SRC_FILES:= service.cpp

12345678910