/hardware/interfaces/boot/1.1/default/boot_control/ |
D | legacy_boot_control.cpp | 30 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/ |
D | CameraProvider_2_5.h | 43 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;
|
D | Android.bp | 28 "camera.device@1.0-impl", 29 "camera.device@3.2-impl", 30 "camera.device@3.3-impl", 31 "camera.device@3.4-impl", 32 "camera.device@3.5-impl", 69 "camera.device@3.3-impl", 70 "camera.device@3.4-external-impl", 71 "camera.device@3.4-impl", 72 "camera.device@3.5-external-impl", 73 "camera.device@3.5-impl",
|
/hardware/interfaces/camera/provider/2.7/default/ |
D | CameraProvider_2_7.h | 53 CameraProvider() : impl() {} in CameraProvider() 57 bool isInitFailed() { return impl.isInitFailed(); } in isInitFailed() 61 return impl.setCallback(callback); in setCallback() 65 return impl.getVendorTags(_hidl_cb); in getVendorTags() 69 return impl.getCameraIdList(_hidl_cb); in getCameraIdList() 73 return impl.isSetTorchModeSupported(_hidl_cb); in isSetTorchModeSupported() 78 return impl.getCameraDeviceInterface_V1_x(cameraDeviceName, _hidl_cb); in getCameraDeviceInterface_V1_x() 83 return impl.getCameraDeviceInterface_V3_x(cameraDeviceName, _hidl_cb); in getCameraDeviceInterface_V3_x() 88 return impl.notifyDeviceStateChange(newState); in notifyDeviceStateChange() 94 return impl.getConcurrentStreamingCameraIds(_hidl_cb); in getConcurrentStreamingCameraIds() [all …]
|
D | Android.bp | 32 "camera.device@3.3-impl", 33 "camera.device@3.4-external-impl", 34 "camera.device@3.4-impl", 35 "camera.device@3.5-external-impl", 36 "camera.device@3.5-impl", 37 "camera.device@3.6-external-impl",
|
/hardware/interfaces/camera/provider/2.4/default/ |
D | CameraProvider_2_4.h | 40 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;
|
D | Android.bp | 29 "camera.device@1.0-impl", 30 "camera.device@3.2-impl", 31 "camera.device@3.3-impl", 32 "camera.device@3.4-impl", 33 "camera.device@3.5-impl", 69 "camera.device@3.3-impl", 70 "camera.device@3.4-external-impl", 71 "camera.device@3.4-impl", 72 "camera.device@3.5-external-impl", 73 "camera.device@3.5-impl", [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/ |
D | Android.bp | 85 name: "android.hardware.automotive.vehicle@2.0-default-impl-lib", 93 "impl/vhal_v2_0/DefaultVehicleHal.cpp", 94 "impl/vhal_v2_0/VehicleHalClient.cpp", 95 "impl/vhal_v2_0/DefaultVehicleHalServer.cpp", 96 "impl/vhal_v2_0/LinearFakeValueGenerator.cpp", 97 "impl/vhal_v2_0/JsonFakeValueGenerator.cpp", 98 "impl/vhal_v2_0/GeneratorHub.cpp", 99 "impl/vhal_v2_0/FakeObd2Frame.cpp", 102 export_include_dirs: ["impl"], 117 // Vehicle HAL Server reference impl lib [all …]
|
/hardware/interfaces/graphics/mapper/stable-c/implutils/include/android/hardware/graphics/mapper/utils/ |
D | IMapperProvider.h | 112 static IMPL& impl() { in impl() function 120 -> AIMapper_Error { return impl().importBuffer(handle, outBufferHandle); }, in bindV5() 123 return impl().freeBuffer(buffer); in bindV5() 129 return impl().getTransportSize(buffer, outNumFds, outNumInts); in bindV5() 134 return impl().lock(buffer, cpuUsage, accessRegion, acquireFence, outData); in bindV5() 138 -> AIMapper_Error { return impl().unlock(buffer, releaseFence); }, in bindV5() 141 return impl().flushLockedBuffer(buffer); in bindV5() 145 return impl().rereadLockedBuffer(buffer); in bindV5() 151 return impl().getMetadata(buffer, metadataType, destBuffer, destBufferSize); in bindV5() 157 return impl().getStandardMetadata(buffer, standardMetadataType, destBuffer, in bindV5() [all …]
|
/hardware/google/gfxstream/scripts/ |
D | generate-dispatch-headers.sh | 85 …_wrappers $ENTRIES_DIR/gles_common.entries $IMPL_OUT_DIR/gles_common_dispatch_logging_wrappers.impl 86 …s $ENTRIES_DIR/gles_extensions.entries $IMPL_OUT_DIR/gles_extensions_dispatch_logging_wrappers.impl 87 …$ENTRIES_DIR/gles1_extensions.entries $IMPL_OUT_DIR/gles1_extensions_dispatch_logging_wrappers.impl 88 …ng_wrappers $ENTRIES_DIR/gles1_only.entries $IMPL_OUT_DIR/gles1_only_dispatch_logging_wrappers.impl 89 …$ENTRIES_DIR/gles2_extensions.entries $IMPL_OUT_DIR/gles2_extensions_dispatch_logging_wrappers.impl 90 …ng_wrappers $ENTRIES_DIR/gles2_only.entries $IMPL_OUT_DIR/gles2_only_dispatch_logging_wrappers.impl 91 …$ENTRIES_DIR/gles3_extensions.entries $IMPL_OUT_DIR/gles3_extensions_dispatch_logging_wrappers.impl 92 …ng_wrappers $ENTRIES_DIR/gles3_only.entries $IMPL_OUT_DIR/gles3_only_dispatch_logging_wrappers.impl 93 …_wrappers $ENTRIES_DIR/gles31_only.entries $IMPL_OUT_DIR/gles31_only_dispatch_logging_wrappers.impl 94 …_wrappers $ENTRIES_DIR/gles32_only.entries $IMPL_OUT_DIR/gles32_only_dispatch_logging_wrappers.impl
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | BroadcastRadioFactory.cpp | 27 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/automotive/can/1.0/default/libnl++/ |
D | MessageFactory.cpp | 25 return reinterpret_cast<nlattr*>(uintptr_t(msg) + impl::align(msg->nlmsg_len)); in tail() 30 const auto totalAttrLen = impl::length<nlattr>(dataLen); in add() 31 const auto newLen = impl::align(msg->nlmsg_len) + impl::align(totalAttrLen); in add() 41 if (dataLen > 0) memcpy(impl::data<nlattr, void>(attr), data, dataLen); in add()
|
/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/ |
D | MockPowerSessionManager.h | 37 const std::shared_ptr<impl::pixel::AppHintDesc> &sessionDescriptor, 38 const std::shared_ptr<impl::pixel::AppDescriptorTrace> &sessionTrace, 49 (int64_t sessionId, impl::pixel::AdpfVoteType voteId, 53 (int64_t sessionId, impl::pixel::AdpfVoteType voteId, int uclampMin, int uclampMax, 58 (int64_t sessionId, impl::pixel::AdpfVoteType voteId, impl::pixel::Cycles capacity, 65 MOCK_METHOD(std::optional<impl::pixel::Frequency>, gpuFrequency, (), (const));
|
/hardware/interfaces/camera/device/3.5/default/ |
D | Android.bp | 40 name: "camera.device@3.5-impl", 53 "camera.device@3.2-impl", 54 "camera.device@3.3-impl", 55 "camera.device@3.4-impl", 76 name: "camera.device@3.5-external-impl", 89 "camera.device@3.2-impl", 90 "camera.device@3.3-impl", 91 "camera.device@3.4-external-impl",
|
/hardware/interfaces/health/2.1/default/ |
D | Android.bp | 25 name: "android.hardware.health@2.1-impl-defaults", 53 name: "android.hardware.health@2.1-impl", 54 stem: "android.hardware.health@2.0-impl-2.1", 60 defaults: ["android.hardware.health@2.1-impl-defaults"], 63 "impl.cpp", 66 // No vintf_fragments because both -impl and -service should have been 76 defaults: ["android.hardware.health@2.1-impl-defaults"],
|
/hardware/qcom/sm7150/gps/ |
D | gps_vendor_product.mk | 2 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/qcom/sm8150p/gps/ |
D | gps_vendor_product.mk | 2 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/google/gchips/gralloc4/service/aidl/ |
D | Android.bp | 18 "android.hardware.graphics.allocator-aidl-impl", 21 "android.hardware.graphics.allocator-aidl-impl", 33 "android.hardware.graphics.allocator-aidl-impl", 36 "android.hardware.graphics.allocator-aidl-impl",
|
/hardware/interfaces/camera/device/3.4/default/ |
D | Android.bp | 40 name: "camera.device@3.4-impl", 53 "camera.device@3.2-impl", 54 "camera.device@3.3-impl", 78 name: "camera.device@3.4-external-impl", 91 "camera.device@3.2-impl", 92 "camera.device@3.3-impl",
|
/hardware/qcom/sm8150/display/config/ |
D | trinket.mk | 4 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/camera/device/3.6/default/ |
D | Android.bp | 34 name: "camera.device@3.6-external-impl", 48 "camera.device@3.2-impl", 49 "camera.device@3.3-impl", 50 "camera.device@3.4-external-impl", 51 "camera.device@3.5-external-impl",
|
/hardware/interfaces/cas/1.1/default/ |
D | MediaCasService.cpp | 37 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/cas/1.2/default/ |
D | MediaCasService.cpp | 38 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/interfaces/audio/core/all-versions/default/ |
D | Android.bp | 74 name: "android.hardware.audio@2.0-impl", 90 name: "android.hardware.audio@4.0-impl", 107 name: "android.hardware.audio@5.0-impl", 139 name: "android.hardware.audio@6.0-impl", 162 name: "android.hardware.audio@7.0-impl", 188 name: "android.hardware.audio@7.1-impl",
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | service.cpp | 33 using aidl::google::hardware::power::impl::pixel::DisplayLowPower; 34 using aidl::google::hardware::power::impl::pixel::Power; 35 using aidl::google::hardware::power::impl::pixel::PowerExt;
|