Searched refs:service (Results 1 - 25 of 42) sorted by relevance

12

/hardware/interfaces/contexthub/1.0/default/
H A DAndroid.mk6 LOCAL_MODULE := android.hardware.contexthub@1.0-service
7 LOCAL_INIT_RC := android.hardware.contexthub@1.0-service.rc
9 service.cpp \
/hardware/interfaces/dumpstate/1.0/default/
H A DAndroid.mk4 LOCAL_MODULE := android.hardware.dumpstate@1.0-service
5 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.rc
10 service.cpp
/hardware/interfaces/nfc/1.0/default/
H A DAndroid.mk6 LOCAL_MODULE := android.hardware.nfc@1.0-service
7 LOCAL_INIT_RC := android.hardware.nfc@1.0-service.rc
9 service.cpp \
/hardware/interfaces/sensors/1.0/default/
H A DAndroid.mk6 LOCAL_MODULE := android.hardware.sensors@1.0-service
7 LOCAL_INIT_RC := android.hardware.sensors@1.0-service.rc
9 service.cpp \
/hardware/interfaces/usb/1.0/default/
H A DAndroid.mk6 LOCAL_MODULE := android.hardware.usb@1.0-service
7 LOCAL_INIT_RC := android.hardware.usb@1.0-service.rc
9 service.cpp \
H A Dservice.cpp35 android::sp<IUsb> service = new Usb(); local
38 status_t status = service->registerAsService();
45 ALOGE("Cannot register USB HAL service");
/hardware/interfaces/bluetooth/1.0/default/
H A DAndroid.mk21 LOCAL_MODULE := android.hardware.bluetooth@1.0-service
22 LOCAL_INIT_RC := android.hardware.bluetooth@1.0-service.rc
24 service.cpp
/hardware/interfaces/thermal/1.0/default/
H A DAndroid.mk21 LOCAL_MODULE := android.hardware.thermal@1.0-service
22 LOCAL_INIT_RC := android.hardware.thermal@1.0-service.rc
24 service.cpp \
/hardware/interfaces/vibrator/1.0/default/
H A DAndroid.mk20 LOCAL_MODULE := android.hardware.vibrator@1.0-service
21 LOCAL_INIT_RC := android.hardware.vibrator@1.0-service.rc
25 service.cpp \
/hardware/interfaces/tests/extension/light/2.0/default/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.tests.extension.light@2.0-service"
31 android::sp<ILight> service = new Light(); local
33 service->registerAsService();
H A DAndroid.mk4 LOCAL_MODULE := android.hardware.tests.extension.light@2.0-service
5 LOCAL_INIT_RC := android.hardware.tests.extension.light@2.0-service.rc
10 service.cpp
/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DAndroid.mk4 LOCAL_MODULE := android.hardware.biometrics.fingerprint@2.1-service
5 LOCAL_INIT_RC := android.hardware.biometrics.fingerprint@2.1-service.rc
10 service.cpp \
/hardware/interfaces/boot/1.0/default/
H A DAndroid.mk23 LOCAL_MODULE := android.hardware.boot@1.0-service
24 LOCAL_INIT_RC := android.hardware.boot@1.0-service.rc
26 service.cpp
/hardware/interfaces/configstore/1.0/default/
H A DAndroid.mk5 LOCAL_MODULE := android.hardware.configstore@1.0-service
9 LOCAL_INIT_RC := android.hardware.configstore@1.0-service.rc
10 LOCAL_SRC_FILES:= service.cpp
/hardware/interfaces/gatekeeper/1.0/default/
H A DAndroid.mk26 LOCAL_MODULE := android.hardware.gatekeeper@1.0-service
27 LOCAL_INIT_RC := android.hardware.gatekeeper@1.0-service.rc
30 service.cpp \
/hardware/libhardware/include/hardware/
H A 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/keymaster/3.0/default/
H A DAndroid.mk26 LOCAL_MODULE := android.hardware.keymaster@3.0-service
27 LOCAL_INIT_RC := android.hardware.keymaster@3.0-service.rc
29 service.cpp
/hardware/interfaces/light/2.0/default/
H A DAndroid.mk26 LOCAL_MODULE := android.hardware.light@2.0-service
27 LOCAL_INIT_RC := android.hardware.light@2.0-service.rc
29 service.cpp \
/hardware/interfaces/tv/cec/1.0/default/
H A DAndroid.mk25 LOCAL_MODULE := android.hardware.tv.cec@1.0-service
26 LOCAL_INIT_RC := android.hardware.tv.cec@1.0-service.rc
28 service.cpp \
/hardware/interfaces/tv/input/1.0/default/
H A DAndroid.mk25 LOCAL_MODULE := android.hardware.tv.input@1.0-service
26 LOCAL_INIT_RC := android.hardware.tv.input@1.0-service.rc
28 service.cpp \
/hardware/interfaces/automotive/vehicle/2.0/default/
H A DVehicleService.cpp17 #define LOG_TAG "automotive.vehicle@2.0-service"
34 auto service = std::make_unique<VehicleHalManager>(hal.get()); local
38 ALOGI("Registering as service...");
39 service->registerAsService();
/hardware/interfaces/wifi/1.0/default/
H A Dservice.cpp34 // Setup hwbinder service
35 android::sp<android::hardware::wifi::V1_0::IWifi> service = local
37 CHECK_EQ(service->registerAsService(), android::NO_ERROR)
/hardware/interfaces/gnss/1.0/default/
H A DAndroid.mk37 LOCAL_MODULE := android.hardware.gnss@1.0-service
38 LOCAL_INIT_RC := android.hardware.gnss@1.0-service.rc
40 service.cpp \
/hardware/interfaces/automotive/evs/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.automotive.evs@1.0-service"
45 ALOGI("EVS Hardware Enumerator service is starting");
46 android::sp<IEvsEnumerator> service = new EvsEnumerator(); local
50 // Register our service -- if somebody is already registered by our name,
52 status_t status = service->registerAsService(kEnumeratorServiceName);
57 ALOGE("Could not register service %s (%d).", kEnumeratorServiceName, status);
/hardware/interfaces/audio/2.0/default/
H A DAndroid.mk61 LOCAL_MODULE := android.hardware.audio@2.0-service
62 LOCAL_INIT_RC := android.hardware.audio@2.0-service.rc
66 service.cpp

Completed in 1968 milliseconds

12