Home
last modified time | relevance | path

Searched full:hardware (Results 1 – 25 of 4912) sorted by relevance

12345678910>>...197

/external/pigweed/third_party/pico_sdk/src/rp2040/hardware_regs/
DBUILD.gn34 "${_CWD}/include/hardware/platform_defs.h",
35 "${_CWD}/include/hardware/regs/addressmap.h",
36 "${_CWD}/include/hardware/regs/sio.h",
50 "${_CWD}/include/hardware/regs/adc.h",
51 "${_CWD}/include/hardware/regs/addressmap.h",
52 "${_CWD}/include/hardware/regs/busctrl.h",
53 "${_CWD}/include/hardware/regs/clocks.h",
54 "${_CWD}/include/hardware/regs/dma.h",
55 "${_CWD}/include/hardware/regs/dreq.h",
56 "${_CWD}/include/hardware/regs/i2c.h",
[all …]
/external/autotest/metadata/tests/
Dhardware.star13 'hardware/Backlight',
18 'hardware/Badblocks',
23 'hardware/DiskFirmwareUpgrade_Client',
28 'hardware/DiskFirmwareUpgrade_Server',
33 'hardware/DiskSize',
38 'hardware/EC',
43 'hardware/GPIOSwitches',
48 'hardware/GPS',
53 'hardware/GobiGPS',
58 'hardware/Keyboard',
[all …]
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.h7 #include <android/hardware/graphics/mapper/4.0/IMapper.h>
13 class CrosGralloc4Mapper : public android::hardware::graphics::mapper::V4_0::IMapper {
17 android::hardware::Return<void> createDescriptor(const BufferDescriptorInfo& description,
20 android::hardware::Return<void> importBuffer(const android::hardware::hidl_handle& rawHandle,
23 android::hardware::Return<android::hardware::graphics::mapper::V4_0::Error> freeBuffer(
26 android::hardware::Return<android::hardware::graphics::mapper::V4_0::Error> validateBufferSize(
29 android::hardware::Return<void> getTransportSize(void* rawHandle,
32 android::hardware::Return<void> lock(void* rawHandle, uint64_t cpuUsage,
34 const android::hardware::hidl_handle& acquireFence,
37 android::hardware::Return<void> unlock(void* rawHandle, unlock_cb hidlCb) override;
[all …]
DAndroid.bp51 "android.hardware.graphics.mapper@4.0",
63 "android.hardware.graphics.mapper@4.0",
78 shared_libs: ["android.hardware.graphics.allocator@4.0"],
83 name: "android.hardware.graphics.allocator@4.0-service.minigbm",
86 vintf_fragments: ["android.hardware.graphics.allocator@4.0.xml"],
87 init_rc: ["android.hardware.graphics.allocator@4.0-service.minigbm.rc"],
91 name: "android.hardware.graphics.allocator@4.0-service.minigbm_msm",
94 vintf_fragments: ["android.hardware.graphics.allocator@4.0.xml"],
95 init_rc: ["android.hardware.graphics.allocator@4.0-service.minigbm_msm.rc"],
99 name: "android.hardware.graphics.allocator@4.0-service.minigbm_arcvm",
[all …]
DCrosGralloc4Utils.h10 #include <aidl/android/hardware/graphics/common/PlaneLayout.h>
11 #include <android/hardware/graphics/common/1.2/types.h>
12 #include <android/hardware/graphics/mapper/4.0/IMapper.h>
16 std::string getPixelFormatString(android::hardware::graphics::common::V1_2::PixelFormat format);
19 android::hardware::hidl_bitfield<android::hardware::graphics::common::V1_2::BufferUsage>
22 int convertToDrmFormat(android::hardware::graphics::common::V1_2::PixelFormat format,
28 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo& descriptor,
33 int convertToFenceFd(const android::hardware::hidl_handle& fence_handle, int* out_fence_fd);
35 int convertToFenceHandle(int fence_fd, android::hardware::hidl_handle* out_fence_handle);
39 std::vector<aidl::android::hardware::graphics::common::PlaneLayout>* out_layouts);
DCrosGralloc4Allocator.h7 #include <android/hardware/graphics/allocator/4.0/IAllocator.h>
8 #include <android/hardware/graphics/mapper/4.0/IMapper.h>
14 class CrosGralloc4Allocator : public android::hardware::graphics::allocator::V4_0::IAllocator {
18 android::hardware::Return<void> allocate(const android::hardware::hidl_vec<uint8_t>& descriptor,
21 android::hardware::graphics::mapper::V4_0::Error init();
24 android::hardware::graphics::mapper::V4_0::Error initializeMetadata(
28 android::hardware::graphics::mapper::V4_0::Error allocate(
29 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo&
31 uint32_t* outStride, android::hardware::hidl_handle* outHandle);
/external/pigweed/third_party/pico_sdk/src/rp2040/hardware_structs/
DBUILD.gn39 "${_CWD}/include/hardware/structs/adc.h",
40 "${_CWD}/include/hardware/structs/bus_ctrl.h",
41 "${_CWD}/include/hardware/structs/clocks.h",
42 "${_CWD}/include/hardware/structs/dma.h",
43 "${_CWD}/include/hardware/structs/i2c.h",
44 "${_CWD}/include/hardware/structs/interp.h",
45 "${_CWD}/include/hardware/structs/iobank0.h",
46 "${_CWD}/include/hardware/structs/ioqspi.h",
47 "${_CWD}/include/hardware/structs/mpu.h",
48 "${_CWD}/include/hardware/structs/pads_qspi.h",
[all …]
/external/autotest/server/site_tests/cheets_CTS_P/manual_tests/
Dcamera_illumination.yaml1 android.hardware.camera2.cts.AllocationTest#testAllocationFromCameraFlexibleYuv: [reef]
2 android.hardware.camera2.cts.CaptureRequestTest#testAntiBandingModes: [strongbad, strongbad-kerneln…
3 android.hardware.camera2.cts.CaptureRequestTest#testEdgeModeControl: [nautilus]
4 android.hardware.camera2.cts.CaptureRequestTest#testNoiseReductionModeControl: [nautilus]
5 android.hardware.camera2.cts.ImageReaderTest#testFlexibleYuv: [strongbad]
6 android.hardware.camera2.cts.ImageReaderTest#testRepeatingJpeg: [strongbad]
7 android.hardware.camera2.cts.ImageReaderTest#testYuvAndJpeg: [coral]
8 android.hardware.camera2.cts.RobustnessTest#testMandatoryOutputCombinations: [coral]
9 android.hardware.camera2.cts.StillCaptureTest#testAeCompensation: [kukui, strongbad, strongbad-kern…
10 android.hardware.camera2.cts.StillCaptureTest#testAePrecaptureTriggerCancelJpegCapture: [scarlet]
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
Dtarget_hardware.h42 // a specific hardware.
54 // Abstract base class for a hardware.
55 // To introduce new hardware
57 // for registering the hardware.
60 // Hardware. Example,
69 // Initializes all TargetHardwareOperation registered for this hardware.
74 // Returns the cost of running 'op' on this Hardware.
77 // Returns the cost of running the whole function on this hardware.
81 // Returns true if 'op' can run on this Hardware.
84 // Switching cost between from hardware and this hardware.
[all …]
Dtarget_hardware.cc95 for (auto& hardware : *hardwares) { in getRegisteredOperationsForHardware()
96 if (hardware->hardware_typeid == type_id) { in getRegisteredOperationsForHardware()
97 return &hardware->target_hardware_ops; in getRegisteredOperationsForHardware()
153 // We will always defer to the hardware to decide the cost. in GetFuncCost()
164 for (const auto& hardware : *registered_hardwares) { in GetTargetHardware()
165 if (hardware.unique_name == canonical_name) { in GetTargetHardware()
166 return hardware.target_hardware.get(); in GetTargetHardware()
178 for (const auto& hardware : *registered_hardwares) { in GetTargetHardwareFactory()
179 if (hardware.unique_name == canonical_name) { in GetTargetHardwareFactory()
180 return hardware.target_hardware_factory; in GetTargetHardwareFactory()
[all …]
/external/mesa3d/prebuilt-intermediates/genxml/
DgenX_bits.h72 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_length()
107 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_3DCommandOpcode_bits()
139 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_3DCommandOpcode_start()
174 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_3DCommandSubOpcode_bits()
206 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_3DCommandSubOpcode_start()
241 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_BaseVertexLocation_bits()
273 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_BaseVertexLocation_start()
308 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_CommandSubType_bits()
340 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_CommandSubType_start()
375 unreachable("Invalid hardware generation"); in _3DPRIMITIVE_CommandType_bits()
[all …]
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dfib_offload_lib.sh69 check_err $? "Route not in hardware when should"
73 check_err $? "Appended route in hardware when should not"
77 check_err $? "Prepended route not in hardware when should"
80 check_err $? "Route was not replaced in hardware by prepended one"
100 check_err $? "Route not in hardware when should"
104 check_err $? "Highest TOS route not in hardware when should"
107 check_err $? "Lowest TOS route still in hardware when should not"
111 check_err $? "Middle TOS route in hardware when should not"
129 check_err $? "Route not in hardware when should"
133 check_err $? "Lowest metric route not in hardware when should"
[all …]
/external/iproute2/man/man8/
Dtc-mqprio.83 MQPRIO \- Multiqueue Priority Qdisc (Offloaded Hardware QOS)
23 traffic flows to hardware queue ranges using priorities and a configurable
25 a set of contiguous qdisc classes which map 1:1 to a set of hardware
36 By default these parameters are configured by the hardware
37 driver to match the hardware QOS structures.
39 Enabled hardware can provide hardware QOS with the ability to steer
41 Configuring the hardware based QOS mechanism is outside the scope of
53 fail on devices that do not support hardware QOS schemes.
56 the 'hw 0' flag allows software to run without hardware coordination.
58 If hardware coordination is being used and arguments are provided that
[all …]
/external/webrtc/sdk/android/api/org/webrtc/
DCamera1Enumerator.java41 for (int i = 0; i < android.hardware.Camera.getNumberOfCameras(); ++i) { in getDeviceNames()
56 android.hardware.Camera.CameraInfo info = getCameraInfo(getCameraIndex(deviceName)); in isFrontFacing()
57 return info != null && info.facing == android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONT; in isFrontFacing()
62 android.hardware.Camera.CameraInfo info = getCameraInfo(getCameraIndex(deviceName)); in isBackFacing()
63 return info != null && info.facing == android.hardware.Camera.CameraInfo.CAMERA_FACING_BACK; in isBackFacing()
77 private static @Nullable android.hardware.Camera.CameraInfo getCameraInfo(int index) { in getCameraInfo()
78 android.hardware.Camera.CameraInfo info = new android.hardware.Camera.CameraInfo(); in getCameraInfo()
80 android.hardware.Camera.getCameraInfo(index, info); in getCameraInfo()
91 for (int i = 0; i < android.hardware.Camera.getNumberOfCameras(); ++i) { in getSupportedFormats()
101 final android.hardware.Camera.Parameters parameters; in enumerateFormats()
[all …]
/external/android-nn-driver/1.3/
DArmnnDriverImpl.hpp20 using namespace android::hardware;
23 namespace V1_0 = ::android::hardware::neuralnetworks::V1_0;
24 namespace V1_2 = ::android::hardware::neuralnetworks::V1_2;
25 namespace V1_3 = ::android::hardware::neuralnetworks::V1_3;
35 …using HidlToken = android::hardware::hidl_array<uint8_t, ANEURALNETWORKS_BYTE_SIZE_OF_CACHE_TOKEN>;
42 const android::hardware::hidl_vec<android::hardware::hidl_handle>& modelCacheHandle,
43 const android::hardware::hidl_vec<android::hardware::hidl_handle>& dataCacheHandle,
52 const android::hardware::hidl_vec<android::hardware::hidl_handle>& modelCacheHandle,
53 const android::hardware::hidl_vec<android::hardware::hidl_handle>& dataCacheHandle,
/external/android-nn-driver/1.2/
DArmnnDriverImpl.hpp22 using namespace android::hardware;
25 namespace V1_0 = ::android::hardware::neuralnetworks::V1_0;
26 namespace V1_2 = ::android::hardware::neuralnetworks::V1_2;
36 …using HidlToken = android::hardware::hidl_array<uint8_t, ANEURALNETWORKS_BYTE_SIZE_OF_CACHE_TOKEN>;
43 const android::hardware::hidl_vec<android::hardware::hidl_handle>& modelCacheHandle,
44 const android::hardware::hidl_vec<android::hardware::hidl_handle>& dataCacheHandle,
52 const android::hardware::hidl_vec<android::hardware::hidl_handle>& modelCacheHandle,
53 const android::hardware::hidl_vec<android::hardware::hidl_handle>& dataCacheHandle,
/external/libese/ready_se/google/keymint/KM300/HAL/
DAndroid.bp52 "android.hardware.security.secureclock-V1-ndk",
53 "android.hardware.security.sharedsecret-V1-ndk",
54 "android.hardware.security.rkp-V3-ndk",
74 name: "android.hardware.security.keymint3-service.strongbox",
76 init_rc: ["android.hardware.security.keymint3-service.strongbox.rc"],
78 "android.hardware.security.keymint3-service.strongbox.xml",
79 "android.hardware.security.sharedsecret3-service.strongbox.xml",
90 "android.hardware.security.sharedsecret-V1-ndk",
92 "android.hardware.security.rkp-V3-ndk",
108 "android.hardware.hardware_keystore.jc-strongbox-keymint3.xml",
[all …]
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md45 The Parameter Framework aims to be a hardware control abstraction layer.
48 1) hardware api abstraction
49 2) hardware parameter abstraction
50 3) high level hardware independent abstraction
52 The fundamental constraint on the underlined hardware is to be representable
56 ### Hardware api abstraction
58 Each abstracted hardware usualy have different apis, this layer responsibility
64 ### Hardware parameter abstraction
66 the hardware parameter properties (domain of validity, size, human representation...).
70 ### High level hardware independent abstraction
[all …]
/external/libese/ready_se/google/keymint/KM200/HAL/
DAndroid.bp52 "android.hardware.security.secureclock-V1-ndk",
53 "android.hardware.security.sharedsecret-V1-ndk",
54 "android.hardware.security.rkp-V3-ndk",
97 name: "android.hardware.security.keymint-service.strongbox",
99 init_rc: ["android.hardware.security.keymint-service.strongbox.rc"],
101 "android.hardware.security.keymint-service.strongbox.xml",
102 "android.hardware.security.sharedsecret-service.strongbox.xml",
113 "android.hardware.security.sharedsecret-V1-ndk",
115 "android.hardware.security.rkp-V3-ndk",
131 "android.hardware.hardware_keystore.jc-strongbox-keymint.xml",
[all …]
/external/skia/tools/skpbench/
D_hardware.py8 class Hardware: class
9 """Locks down and monitors hardware for benchmarking.
11 This is a common base for classes that can control the specific hardware
12 we are running on. Its purpose is to lock the hardware into a constant
15 with hardware:
19 the hardware state has not changed.
37 """Raises a HardwareException if any hardware state is not as expected."""
41 """Prints any info that may help improve or debug hardware monitoring."""
46 """Gets thrown when certain hardware state is not what we expect.
60 """Simple helper for checking the readings on hardware gauges."""
[all …]
Dskpbench.py11 from _hardware import HardwareException, Hardware
226 def execute(self, hardware): argument
227 hardware.sanity_check()
248 hardware.sanity_check()
250 elif hardware.filter_line(message.value):
254 hardware.sanity_check()
298 def run_benchmarks(configs, srcs, hardware, resultsfile=None): argument
305 with hardware:
306 SKPBench.run_warmup(hardware.warmup_time, configs[0])
314 skpbench.execute(hardware)
[all …]
/external/cronet/components/metrics/ui/
Dscreen_info_metrics_provider.cc46 void WriteScreenDPIInformationProto(SystemProfileProto::Hardware* hardware) { in WriteScreenDPIInformationProto() argument
52 hardware->set_max_dpi_x(si.max_dpi_x); in WriteScreenDPIInformationProto()
53 hardware->set_max_dpi_y(si.max_dpi_y); in WriteScreenDPIInformationProto()
77 SystemProfileProto::Hardware* hardware = in ProvideSystemProfileMetrics() local
80 hardware->set_primary_screen_width(display_size->width()); in ProvideSystemProfileMetrics()
81 hardware->set_primary_screen_height(display_size->height()); in ProvideSystemProfileMetrics()
82 hardware->set_primary_screen_scale_factor(GetScreenDeviceScaleFactor()); in ProvideSystemProfileMetrics()
83 hardware->set_screen_count(GetScreenCount()); in ProvideSystemProfileMetrics()
86 WriteScreenDPIInformationProto(hardware); in ProvideSystemProfileMetrics()
Dform_factor_metrics_provider_unittest.cc13 constexpr SystemProfileProto::Hardware::FormFactor kFormFactor =
14 SystemProfileProto::Hardware::FORM_FACTOR_DESKTOP;
27 SystemProfileProto::Hardware::FormFactor GetFormFactor() const override { in GetFormFactor()
41 const SystemProfileProto::Hardware& hardware = system_profile.hardware(); in TEST() local
42 ASSERT_TRUE(hardware.has_form_factor()); in TEST()
43 EXPECT_EQ(kFormFactor, hardware.form_factor()); in TEST()
/external/mesa3d/bin/
Dupdate-android-headers.sh10 if [ ! -d platform-hardware-libhardware ]; then
11 …lone --depth 1 https://android.googlesource.com/platform/hardware/libhardware platform-hardware-li…
38 mkdir ${dest}/hardware
39 cp -av platform-hardware-libhardware/include/hardware/{hardware,gralloc,gralloc1,fb}.h ${dest}/hard…
40 cp -av platform-frameworks-native/vulkan/include/hardware/hwvulkan.h ${dest}/hardware
/external/cronet/components/metrics/
Dmotherboard_metrics_provider_unittest.cc45 const SystemProfileProto::Hardware& hardware = system_profile.hardware(); in TEST() local
46 ASSERT_TRUE(hardware.has_motherboard()); in TEST()
47 ASSERT_TRUE(hardware.motherboard().has_manufacturer()); in TEST()
48 ASSERT_TRUE(hardware.motherboard().has_model()); in TEST()
49 ASSERT_TRUE(hardware.motherboard().has_bios_manufacturer()); in TEST()
50 ASSERT_TRUE(hardware.motherboard().has_bios_version()); in TEST()
51 ASSERT_TRUE(hardware.motherboard().has_bios_type()); in TEST()

12345678910>>...197