Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 25 of 159) sorted by relevance

1234567

/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp30 BootControl impl; member
36 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_init() local
37 impl.Init(); in BootControl_init()
41 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_getNumberSlots() local
42 return impl.GetNumberSlots(); in BootControl_getNumberSlots()
46 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_getCurrentSlot() local
47 return impl.GetCurrentSlot(); in BootControl_getCurrentSlot()
51 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_markBootSuccessful() local
52 return impl.MarkBootSuccessful() ? 0 : -1; in BootControl_markBootSuccessful()
56 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_setActiveBootSlot() local
[all …]
/hardware/interfaces/camera/provider/2.5/default/
DCameraProvider_2_5.h43 CameraProvider() : impl() {} in CameraProvider()
47 bool isInitFailed() { return impl.isInitFailed(); } in isInitFailed()
51 return impl.setCallback(callback); in setCallback()
55 return impl.getVendorTags(_hidl_cb); in getVendorTags()
59 return impl.getCameraIdList(_hidl_cb); in getCameraIdList()
63 return impl.isSetTorchModeSupported(_hidl_cb); in isSetTorchModeSupported()
69 return impl.getCameraDeviceInterface_V1_x(cameraDeviceName, _hidl_cb); in getCameraDeviceInterface_V1_x()
75 return impl.getCameraDeviceInterface_V3_x(cameraDeviceName, _hidl_cb); in getCameraDeviceInterface_V3_x()
80 return impl.notifyDeviceStateChange(newState); in notifyDeviceStateChange()
84 IMPL impl;
DAndroid.bp18 "camera.device@1.0-impl",
19 "camera.device@3.2-impl",
20 "camera.device@3.3-impl",
21 "camera.device@3.4-impl",
22 "camera.device@3.5-impl",
57 "camera.device@3.3-impl",
58 "camera.device@3.4-external-impl",
59 "camera.device@3.4-impl",
60 "camera.device@3.5-external-impl",
61 "camera.device@3.5-impl",
/hardware/interfaces/camera/provider/2.4/default/
DCameraProvider_2_4.h40 CameraProvider() : impl() {} in CameraProvider()
44 bool isInitFailed() { return impl.isInitFailed(); } in isInitFailed()
48 return impl.setCallback(callback); in setCallback()
52 return impl.getVendorTags(_hidl_cb); in getVendorTags()
56 return impl.getCameraIdList(_hidl_cb); in getCameraIdList()
60 return impl.isSetTorchModeSupported(_hidl_cb); in isSetTorchModeSupported()
66 return impl.getCameraDeviceInterface_V1_x(cameraDeviceName, _hidl_cb); in getCameraDeviceInterface_V1_x()
72 return impl.getCameraDeviceInterface_V3_x(cameraDeviceName, _hidl_cb); in getCameraDeviceInterface_V3_x()
76 IMPL impl;
DAndroid.bp18 "camera.device@1.0-impl",
19 "camera.device@3.2-impl",
20 "camera.device@3.3-impl",
21 "camera.device@3.4-impl",
22 "camera.device@3.5-impl",
56 "camera.device@3.3-impl",
57 "camera.device@3.4-external-impl",
58 "camera.device@3.4-impl",
59 "camera.device@3.5-external-impl",
60 "camera.device@3.5-impl",
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp56 name: "android.hardware.automotive.vehicle@2.0-default-impl-lib",
60 "impl/vhal_v2_0/CommConn.cpp",
61 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",
62 "impl/vhal_v2_0/VehicleEmulator.cpp",
63 "impl/vhal_v2_0/PipeComm.cpp",
64 "impl/vhal_v2_0/SocketComm.cpp",
65 "impl/vhal_v2_0/LinearFakeValueGenerator.cpp",
66 "impl/vhal_v2_0/JsonFakeValueGenerator.cpp",
67 "impl/vhal_v2_0/GeneratorHub.cpp",
70 export_include_dirs: ["impl"],
[all …]
DVehicleService.cpp32 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get()); in main()
33 auto emulator = std::make_unique<impl::VehicleEmulator>(hal.get()); in main()
/hardware/st/secure_element2/secure_element/
DAndroid.bp2 // FIXME: this should only be -impl for a passthrough hal.
4 // - change '-impl' to '-service' here and make it a cc_binary instead of a
9 // You may also want to append '-impl/-service' with a specific identifier like
11 name: "android.hardware.secure_element@1.0-impl-gto",
66 "android.hardware.secure_element@1.0-impl-gto",
77 // FIXME: this should only be -impl for a passthrough hal.
79 // - change '-impl' to '-service' here and make it a cc_binary instead of a
84 // You may also want to append '-impl/-service' with a specific identifier like
86 name: "android.hardware.secure_element@1.1-impl-gto",
142 "android.hardware.secure_element@1.0-impl-gto",
[all …]
/hardware/interfaces/broadcastradio/1.0/default/
DBroadcastRadioFactory.cpp27 sp<BroadcastRadio> impl = new BroadcastRadio(classId); in connectModule() local
29 if (impl != 0) { in connectModule()
30 retval = impl->initCheck(); in connectModule()
32 _hidl_cb(retval, impl); in connectModule()
/hardware/interfaces/camera/device/3.5/default/
DAndroid.bp30 name: "camera.device@3.5-impl",
42 "camera.device@3.2-impl",
43 "camera.device@3.3-impl",
44 "camera.device@3.4-impl",
63 name: "camera.device@3.5-external-impl",
75 "camera.device@3.2-impl",
76 "camera.device@3.3-impl",
77 "camera.device@3.4-external-impl",
/hardware/qcom/sdm845/display/config/
Dsdm845.mk4 android.hardware.graphics.composer@2.1-impl \
6 android.hardware.graphics.mapper@2.0-impl-qti-display \
8 android.hardware.memtrack@1.0-impl \
10 android.hardware.light@2.0-impl \
Dsdm710.mk4 android.hardware.graphics.composer@2.2-impl \
6 android.hardware.graphics.mapper@2.0-impl-qti-display \
8 android.hardware.memtrack@1.0-impl \
10 android.hardware.light@2.0-impl \
/hardware/interfaces/health/2.1/default/
DAndroid.bp16 name: "android.hardware.health@2.1-impl-defaults",
44 name: "android.hardware.health@2.1-impl",
45 stem: "android.hardware.health@2.0-impl-2.1",
51 defaults: ["android.hardware.health@2.1-impl-defaults"],
54 "impl.cpp",
57 // No vintf_fragments because both -impl and -service should have been
67 defaults: ["android.hardware.health@2.1-impl-defaults"],
/hardware/qcom/sm8150/gps/
Dgps_vendor_product.mk2 PRODUCT_PACKAGES += android.hardware.gnss@1.0-impl-qti
4 PRODUCT_PACKAGES += android.hardware.gnss@1.1-impl-qti
6 PRODUCT_PACKAGES += android.hardware.gnss@2.0-impl-qti
/hardware/interfaces/camera/device/3.4/default/
DAndroid.bp30 name: "camera.device@3.4-impl",
43 "camera.device@3.2-impl",
44 "camera.device@3.3-impl",
66 name: "camera.device@3.4-external-impl",
79 "camera.device@3.2-impl",
80 "camera.device@3.3-impl",
/hardware/interfaces/health/2.0/default/
DAndroid.bp28 name: "android.hardware.health@2.0-impl",
45 // android.hardware.health@2.0-impl-recovery-<device> to customize the behavior
49 name: "android.hardware.health@2.0-impl-default",
56 "android.hardware.health@2.0-impl",
/hardware/qcom/sm8150/display/config/
Dtrinket.mk4 android.hardware.graphics.composer@2.2-impl \
6 android.hardware.graphics.mapper@2.0-impl-qti-display \
8 android.hardware.memtrack@1.0-impl \
10 android.hardware.light@2.0-impl \
Dtalos.mk4 android.hardware.graphics.composer@2.3-impl \
6 android.hardware.graphics.mapper@2.0-impl-qti-display \
8 android.hardware.memtrack@1.0-impl \
10 android.hardware.light@2.0-impl \
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp37 static sp<V1_1::ICasListener> wrap(sp<V1_0::ICasListener> impl) { in wrap() argument
38 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap()
40 cast = new Wrapper(impl); in wrap()
59 Wrapper(sp<V1_0::ICasListener> impl) : mImpl(impl){}; in Wrapper() argument
/hardware/interfaces/health/1.0/default/
DREADME.md38 android.hardware.health@1.0-impl
48 name: "android.hardware.health@1.0-impl-<device>",
53 "android.hardware.health@1.0-impl-helper",
63 PRODUCT_PACKAGES += android.hardware.health@1.0-impl-<device>
DAndroid.bp22 name: "android.hardware.health@1.0-impl-helper",
45 name: "android.hardware.health@1.0-impl",
50 "android.hardware.health@1.0-impl-helper",
/hardware/interfaces/cas/1.2/default/
DMediaCasService.cpp38 static sp<V1_1::ICasListener> wrap(sp<V1_0::ICasListener> impl) { in wrap() argument
39 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap()
41 cast = new Wrapper(impl); in wrap()
60 Wrapper(sp<V1_0::ICasListener> impl) : mImpl(impl){}; in Wrapper() argument
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp206 C2Block1D::C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range) in C2Block1D() argument
208 : _C2LinearRangeAspect(impl.get(), range.offset(), range.size()), mImpl(impl) { in C2Block1D()
222 C2ReadView::C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size) in C2ReadView() argument
223 : _C2LinearCapacityAspect(C2LinearCapacity(impl->size()).range(offset, size).size()), in C2ReadView()
224 mImpl(impl), in C2ReadView()
225 mOffset(C2LinearCapacity(impl->size()).range(offset, size).offset()) { } in C2ReadView()
252 C2WriteView::C2WriteView(std::shared_ptr<Impl> impl) in C2WriteView() argument
256 …2EditableLinearRangeAspect(std::make_unique<C2LinearCapacity>(impl->size()).get()), mImpl(impl) { } in C2WriteView()
270 C2ConstLinearBlock::C2ConstLinearBlock(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &rang… in C2ConstLinearBlock() argument
271 : C2Block1D(impl, range), mFence(fence) { } in C2ConstLinearBlock()
[all …]
/hardware/interfaces/audio/effect/all-versions/default/
DAndroid.bp48 name: "android.hardware.audio.effect@2.0-impl",
63 name: "android.hardware.audio.effect@4.0-impl",
78 name: "android.hardware.audio.effect@5.0-impl",
93 name: "android.hardware.audio.effect@6.0-impl",
/hardware/interfaces/audio/core/all-versions/default/
DAndroid.bp62 name: "android.hardware.audio@2.0-impl",
77 name: "android.hardware.audio@4.0-impl",
93 name: "android.hardware.audio@5.0-impl",
123 name: "android.hardware.audio@6.0-impl",

1234567