Home
last modified time | relevance | path

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

12345678910>>...18

/hardware/google/av/media/eco/tests/
DEcoServiceTest.cpp82 sp<IECOService> service = createService(); in TEST_F() local
83 EXPECT_TRUE(service != nullptr); in TEST_F()
88 service->obtainSession(-1 /* width */, kTestHeight, kIsCameraRecording, &session); in TEST_F()
93 sp<IECOService> service = createService(); in TEST_F() local
98 service->obtainSession(kTestWidth, -1 /* height */, kIsCameraRecording, &session); in TEST_F()
103 sp<IECOService> service = createService(); in TEST_F() local
108 service->obtainSession(kTestWidth, kTestHeight, false /* isCameraRecording */, &session); in TEST_F()
113 sp<IECOService> service = createService(); in TEST_F() local
114 EXPECT_TRUE(service != nullptr); in TEST_F()
119 service->obtainSession(kTestWidth, kTestHeight, kIsCameraRecording, &session); in TEST_F()
[all …]
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DBinderHealth.h45 return service()->getChargeCounter(_hidl_cb); in getChargeCounter()
48 return service()->getCurrentNow(_hidl_cb); in getCurrentNow()
51 return service()->getCurrentAverage(_hidl_cb); in getCurrentAverage()
54 return service()->getCapacity(_hidl_cb); in getCapacity()
57 return service()->getEnergyCounter(_hidl_cb); in getEnergyCounter()
60 return service()->getChargeStatus(_hidl_cb); in getChargeStatus()
63 return service()->getStorageInfo(_hidl_cb); in getStorageInfo()
66 return service()->getDiskStats(_hidl_cb); in getDiskStats()
69 return service()->getHealthInfo(_hidl_cb); in getHealthInfo()
74 return service()->getHealthConfig(_hidl_cb); in getHealthConfig()
[all …]
/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/cas/1.1/default/
DAndroid.bp10 "service.cpp",
33 name: "android.hardware.cas@1.1-service",
34 vintf_fragments: ["android.hardware.cas@1.1-service.xml"],
36 init_rc: ["android.hardware.cas@1.1-service.rc"],
40 name: "android.hardware.cas@1.1-service-lazy",
41 vintf_fragments: ["android.hardware.cas@1.1-service-lazy.xml"],
42 overrides: ["android.hardware.cas@1.1-service"],
44 init_rc: ["android.hardware.cas@1.1-service-lazy.rc"],
/hardware/interfaces/cas/1.0/default/
DAndroid.bp10 "service.cpp",
32 name: "android.hardware.cas@1.0-service",
33 vintf_fragments: ["android.hardware.cas@1.0-service.xml"],
35 init_rc: ["android.hardware.cas@1.0-service.rc"],
39 name: "android.hardware.cas@1.0-service-lazy",
40 vintf_fragments: ["android.hardware.cas@1.0-service-lazy.xml"],
41 overrides: ["android.hardware.cas@1.0-service"],
43 init_rc: ["android.hardware.cas@1.0-service-lazy.rc"],
/hardware/interfaces/cas/1.2/default/
DAndroid.bp10 "service.cpp",
34 name: "android.hardware.cas@1.2-service",
35 vintf_fragments: ["android.hardware.cas@1.2-service.xml"],
37 init_rc: ["android.hardware.cas@1.2-service.rc"],
41 name: "android.hardware.cas@1.2-service-lazy",
42 vintf_fragments: ["android.hardware.cas@1.2-service-lazy.xml"],
43 overrides: ["android.hardware.cas@1.2-service"],
45 init_rc: ["android.hardware.cas@1.2-service-lazy.rc"],
/hardware/interfaces/tv/tuner/1.0/default/
DAndroid.bp15 "service.cpp",
37 name: "android.hardware.tv.tuner@1.0-service",
38 vintf_fragments: ["android.hardware.tv.tuner@1.0-service.xml"],
40 init_rc: ["android.hardware.tv.tuner@1.0-service.rc"],
44 name: "android.hardware.tv.tuner@1.0-service-lazy",
45 vintf_fragments: ["android.hardware.tv.tuner@1.0-service-lazy.xml"],
46 overrides: ["android.hardware.tv.tuner@1.0-service"],
48 init_rc: ["android.hardware.tv.tuner@1.0-service-lazy.rc"],
/hardware/interfaces/audio/common/all-versions/default/service/
DAndroid.bp2 name: "android.hardware.audio.service",
4 init_rc: ["android.hardware.audio.service.rc"],
12 srcs: ["service.cpp"],
30 // Legacy service name, use android.hardware.audio.service instead
32 name: "android.hardware.audio@2.0-service",
33 required: ["android.hardware.audio.service"],
/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",
21 name: "android.hardware.radio@1.2-sap-service",
22 init_rc: ["android.hardware.radio@1.2-sap-service.rc"],
27 "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.3/default/
DAndroid.mk20 LOCAL_MODULE := android.hardware.wifi@1.0-service-lib
78 LOCAL_MODULE := android.hardware.wifi@1.0-service
83 service.cpp
98 android.hardware.wifi@1.0-service-lib
99 LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
106 LOCAL_MODULE := android.hardware.wifi@1.0-service-lazy
107 LOCAL_OVERRIDES_MODULES := android.hardware.wifi@1.0-service
113 service.cpp
128 android.hardware.wifi@1.0-service-lib
129 LOCAL_INIT_RC := android.hardware.wifi@1.0-service-lazy.rc
[all …]
/hardware/interfaces/drm/1.0/default/
DAndroid.bp68 name: "android.hardware.drm@1.0-service-defaults",
86 //############ Build legacy drm service ############
89 name: "android.hardware.drm@1.0-service",
92 "android.hardware.drm@1.0-service-defaults"
94 init_rc: ["android.hardware.drm@1.0-service.rc"],
95 srcs: ["service.cpp"],
98 //############ Build legacy drm lazy service ############
101 name: "android.hardware.drm@1.0-service-lazy",
104 "android.hardware.drm@1.0-service-defaults"
106 overrides: ["android.hardware.drm@1.0-service"],
[all …]
/hardware/interfaces/tv/cec/1.0/default/
DAndroid.bp20 name: "android.hardware.tv.cec@1.0-service",
24 init_rc: ["android.hardware.tv.cec@1.0-service.rc"],
25 srcs: ["service.cpp"],
42 name: "android.hardware.tv.cec@1.0-service.mock",
43 vintf_fragments: ["android.hardware.tv.cec@1.0-service.mock.xml"],
46 init_rc: ["android.hardware.tv.cec@1.0-service.mock.rc"],
/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"],
5 vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.xml"],
10 "service.cpp",
/hardware/interfaces/gatekeeper/1.0/software/
DAndroid.bp2 name: "android.hardware.gatekeeper@1.0-service.software",
6 init_rc: ["android.hardware.gatekeeper@1.0-service.software.rc"],
9 "service.cpp",
26 vintf_fragments: ["android.hardware.gatekeeper@1.0-service.software.xml"],
/hardware/interfaces/dumpstate/1.1/default/
DAndroid.bp2 name: "android.hardware.dumpstate@1.1-service.example",
7 "android.hardware.dumpstate@1.1-service.example.rc",
10 "android.hardware.dumpstate@1.1-service.example.xml",
24 "-DLOG_TAG=\"android.hardware.dumpstate@1.1-service.example\"",
/hardware/google/pixel/power-libperfmgr/
Dservice.cpp39 android::sp<IPower> service = new Power(); in main() local
40 if (service == nullptr) { in main()
44 android::hardware::setMinSchedulerPolicy(service, SCHED_NORMAL, -20); in main()
47 status_t status = service->registerAsService(); in main()
/hardware/google/pixel/thermal/
Dservice.cpp38 android::sp<IThermal> service = nullptr; in main() local
42 service = new Thermal(); in main()
43 if (service == nullptr) { in main()
50 status = service->registerAsService(); in main()
DAndroid.bp2 name: "android.hardware.thermal@2.0-service.pixel",
8 vintf_fragments: ["android.hardware.thermal@2.0-service.pixel.xml"],
10 "android.hardware.thermal@2.0-service.pixel.rc",
13 "service.cpp",
/hardware/interfaces/thermal/2.0/default/
Dservice.cpp41 android::sp<IThermal> service = nullptr; in main() local
45 service = new Thermal(); in main()
46 if (service == nullptr) { in main()
53 status = service->registerAsService(); in main()
/hardware/interfaces/light/2.0/default/
DAndroid.bp51 name: "android.hardware.light@2.0-service",
53 init_rc: ["android.hardware.light@2.0-service.rc"],
54 srcs: ["service.cpp"],
58 name: "android.hardware.light@2.0-service-lazy",
59 overrides: ["android.hardware.light@2.0-service"],
61 init_rc: ["android.hardware.light@2.0-service-lazy.rc"],
/hardware/interfaces/tv/cec/2.0/default/
DAndroid.bp20 name: "android.hardware.tv.cec@2.0-service",
21 vintf_fragments: ["android.hardware.tv.cec@2.0-service.xml"],
25 init_rc: ["android.hardware.tv.cec@2.0-service.rc"],
26 srcs: ["service.cpp"],
/hardware/interfaces/camera/provider/2.5/default/
DAndroid.bp85 srcs: ["service.cpp"],
117 name: "android.hardware.camera.provider@2.5-service",
120 init_rc: ["android.hardware.camera.provider@2.5-service.rc"],
131 name: "android.hardware.camera.provider@2.5-service-lazy",
132 overrides: ["android.hardware.camera.provider@2.5-service"],
135 init_rc: ["android.hardware.camera.provider@2.5-service-lazy.rc"],
140 name: "android.hardware.camera.provider@2.5-service-lazy_64",
144 init_rc: ["android.hardware.camera.provider@2.5-service-lazy_64.rc"],
149 name: "android.hardware.camera.provider@2.5-external-service",
153 srcs: ["external-service.cpp"],
[all …]
/hardware/qcom/sdm845/display/config/
Dsdm845.mk5 android.hardware.graphics.composer@2.1-service \
7 vendor.qti.hardware.display.allocator@1.0-service \
9 android.hardware.memtrack@1.0-service \
11 android.hardware.light@2.0-service \
/hardware/interfaces/tests/extension/vibrator/aidl/default/
DAndroid.bp2 name: "android.hardware.tests.extension.vibrator-service.example",
4 // normally you implement a service directly, but we are using an implementation
11 // android.hardware.vibrator-service.example. This binary is being tested
16 "service.cpp",

12345678910>>...18