Home
last modified time | relevance | path

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

12345678910>>...259

/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>
14 class CrosGralloc4Mapper : public android::hardware::graphics::mapper::V4_0::IMapper {
18 android::hardware::Return<void> createDescriptor(const BufferDescriptorInfo& description,
21 android::hardware::Return<void> importBuffer(const android::hardware::hidl_handle& rawHandle,
24 android::hardware::Return<android::hardware::graphics::mapper::V4_0::Error> freeBuffer(
27 android::hardware::Return<android::hardware::graphics::mapper::V4_0::Error> validateBufferSize(
30 android::hardware::Return<void> getTransportSize(void* rawHandle,
33 android::hardware::Return<void> lock(void* rawHandle, uint64_t cpuUsage,
35 const android::hardware::hidl_handle& acquireFence,
38 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>
17 std::string getPixelFormatString(android::hardware::graphics::common::V1_2::PixelFormat format);
20 android::hardware::hidl_bitfield<android::hardware::graphics::common::V1_2::BufferUsage>
23 int convertToDrmFormat(android::hardware::graphics::common::V1_2::PixelFormat format,
29 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo& descriptor,
34 int convertToFenceFd(const android::hardware::hidl_handle& fence_handle, int* out_fence_fd);
36 android::hardware::hidl_handle convertToFenceHandle(int fence_fd, char* native_handle_storage);
40 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>
15 class CrosGralloc4Allocator : public android::hardware::graphics::allocator::V4_0::IAllocator {
19 android::hardware::Return<void> allocate(const android::hardware::hidl_vec<uint8_t>& descriptor,
22 android::hardware::graphics::mapper::V4_0::Error init();
25 android::hardware::graphics::mapper::V4_0::Error allocate(
26 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo&
28 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DBarringInfoBuilder.java3 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_1;
4 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_10;
5 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_11;
6 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_12;
7 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_13;
8 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_14;
9 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_15;
10 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_16;
11 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_17;
12 import static android.hardware.radio.network.BarringInfo.SERVICE_TYPE_OPERATOR_18;
[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/linux-kselftest/tools/testing/selftests/powerpc/pmu/event_code_tests/
Dhw_cache_event_type_test.c17 * Hardware cache level : PERF_COUNT_HW_CACHE_L1D
18 * Hardware cache event operation type : PERF_COUNT_HW_CACHE_OP_READ
19 * Hardware cache event result type : PERF_COUNT_HW_CACHE_RESULT_MISS
23 * Hardware cache level : PERF_COUNT_HW_CACHE_L1D
24 * Hardware cache event operation type : PERF_COUNT_HW_CACHE_OP_WRITE
25 * Hardware cache event result type : PERF_COUNT_HW_CACHE_RESULT_ACCESS
29 * Hardware cache level : PERF_COUNT_HW_CACHE_DTLB
30 * Hardware cache event operation type : PERF_COUNT_HW_CACHE_OP_WRITE
31 * Hardware cache event result type : PERF_COUNT_HW_CACHE_RESULT_ACCESS
35 * Hardware cache level : PERF_COUNT_HW_CACHE_L1D
[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/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/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/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/AFLplusplus/benchmark/
Dbenchmark-results.jsonl1 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
2 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
3 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
4 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
5 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
6 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
7 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
8 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
9 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
10 …piler": "clang version 16.0.6", "target_arch": "x86_64-pc-linux-gnu"}, "hardware": {"cpu_fastest_c…
[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/python/bumble/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/
DHciHal.java3 import android.hardware.bluetooth.V1_0.Status;
52 class HciHidlHal extends android.hardware.bluetooth.V1_0.IBluetoothHciCallbacks.Stub implements Hci…
54 private final android.hardware.bluetooth.V1_0.IBluetoothHci mHciService;
62 android.hardware.bluetooth.V1_0.IBluetoothHci hciService; in create()
64 hciService = android.hardware.bluetooth.V1_0.IBluetoothHci.getService(true); in create()
76 …private HciHidlHal(android.hardware.bluetooth.V1_0.IBluetoothHci hciService, HciHalCallback hciCal… in HciHidlHal()
96 case android.hardware.bluetooth.V1_0.Status.SUCCESS: in initialize()
99 case android.hardware.bluetooth.V1_0.Status.TRANSPORT_ERROR: in initialize()
102 case android.hardware.bluetooth.V1_0.Status.INITIALIZATION_ERROR: in initialize()
166 class HciAidlHal extends android.hardware.bluetooth.IBluetoothHciCallbacks.Stub implements HciHal {
[all …]
/external/perfetto/test/trace_processor/diff_tests/metrics/android/
Dandroid_oom_adjuster.out141 name: "/apex/com.android.hardware.cas/bin/hw/android.hardware.cas-service.example"
151 name: "/apex/com.google.android.hardware.biometrics.face/bin/hw/android.hardware.biometrics.face-se…
156 name: "/apex/com.google.android.widevine/bin/hw/android.hardware.drm-service.widevine"
161 name: "/apex/com.google.pixel.camera.hal/bin/hw/android.hardware.camera.provider@2.7-service-google"
376 name: "/vendor/bin/hw/android.hardware.audio.service"
381 name: "/vendor/bin/hw/android.hardware.authsecret-service.citadel"
386 name: "/vendor/bin/hw/android.hardware.biometrics.fingerprint-service.goodix"
391 name: "/vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux"
396 name: "/vendor/bin/hw/android.hardware.boot-service.default-pixel"
401 name: "/vendor/bin/hw/android.hardware.cas@1.2-service"
[all …]
/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/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/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/minigbm/cros_gralloc/
Dcros_gralloc_buffer.h13 #include <aidl/android/hardware/graphics/common/BlendMode.h>
14 #include <aidl/android/hardware/graphics/common/Cta861_3.h>
15 #include <aidl/android/hardware/graphics/common/Dataspace.h>
16 #include <aidl/android/hardware/graphics/common/Smpte2086.h>
47 std::optional<aidl::android::hardware::graphics::common::BlendMode> *blend_mode) const;
48 int32_t set_blend_mode(aidl::android::hardware::graphics::common::BlendMode blend_mode);
51 std::optional<aidl::android::hardware::graphics::common::Dataspace> *dataspace) const;
52 int32_t set_dataspace(aidl::android::hardware::graphics::common::Dataspace dataspace);
55 get_cta861_3(std::optional<aidl::android::hardware::graphics::common::Cta861_3> *cta) const;
57 set_cta861_3(std::optional<aidl::android::hardware::graphics::common::Cta861_3> cta);
[all …]
/external/cronet/components/metrics/ui/
Dform_factor_metrics_provider.cc22 SystemProfileProto::Hardware::FormFactor
31 return SystemProfileProto::Hardware::FORM_FACTOR_FOLDABLE; in GetFormFactor()
36 return SystemProfileProto::Hardware::FORM_FACTOR_MEET_DEVICE; in GetFormFactor()
40 return SystemProfileProto::Hardware::FORM_FACTOR_DESKTOP; in GetFormFactor()
42 return SystemProfileProto::Hardware::FORM_FACTOR_PHONE; in GetFormFactor()
44 return SystemProfileProto::Hardware::FORM_FACTOR_TABLET; in GetFormFactor()
46 return SystemProfileProto::Hardware::FORM_FACTOR_TV; in GetFormFactor()
48 return SystemProfileProto::Hardware::FORM_FACTOR_AUTOMOTIVE; in GetFormFactor()
50 return SystemProfileProto::Hardware::FORM_FACTOR_FOLDABLE; in GetFormFactor()
52 return SystemProfileProto::Hardware::FORM_FACTOR_UNKNOWN; in GetFormFactor()

12345678910>>...259