/external/minigbm/cros_gralloc/gralloc4/ |
D | CrosGralloc4Mapper.h | 12 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; 39 android::hardware::Return<void> flushLockedBuffer(void* rawHandle, [all …]
|
D | CrosGralloc4Utils.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);
|
D | Android.bp | 31 vintf_fragments: ["android.hardware.graphics.allocator@4.0.xml"], 39 "android.hardware.graphics.allocator@4.0", 40 "android.hardware.graphics.mapper@4.0", 62 name: "android.hardware.graphics.allocator@4.0-service.minigbm", 63 init_rc: ["android.hardware.graphics.allocator@4.0-service.minigbm.rc"], 71 name: "android.hardware.graphics.allocator@4.0-service.minigbm_msm", 72 init_rc: ["android.hardware.graphics.allocator@4.0-service.minigbm_msm.rc"], 84 vintf_fragments: ["android.hardware.graphics.mapper@4.0.xml"], 92 "android.hardware.graphics.mapper@4.0", 113 name: "android.hardware.graphics.mapper@4.0-impl.minigbm", [all …]
|
D | CrosGralloc4Allocator.h | 12 class CrosGralloc4Allocator : public android::hardware::graphics::allocator::V4_0::IAllocator { 16 android::hardware::Return<void> allocate(const android::hardware::hidl_vec<uint8_t>& descriptor, 20 android::hardware::graphics::mapper::V4_0::Error allocate( 21 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo& 23 uint32_t* outStride, android::hardware::hidl_handle* outHandle);
|
D | CrosGralloc4Allocator.cc | 15 using android::hardware::hidl_handle; 16 using android::hardware::hidl_vec; 17 using android::hardware::Return; 18 using android::hardware::Void; 19 using android::hardware::graphics::common::V1_2::BufferUsage; 20 using android::hardware::graphics::common::V1_2::PixelFormat; 21 using android::hardware::graphics::mapper::V4_0::Error; 24 android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo;
|
D | CrosGralloc4AllocatorService.cc | 14 using android::hardware::configureRpcThreadpool; 15 using android::hardware::joinRpcThreadpool; 16 using android::hardware::graphics::allocator::V4_0::IAllocator; 27 android::hardware::joinRpcThreadpool(); in main()
|
/external/autotest/metadata/tests/ |
D | hardware.star | 13 '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/gralloc3/ |
D | CrosGralloc3Mapper.h | 14 class CrosGralloc3Mapper : public android::hardware::graphics::mapper::V3_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::V3_0::Error> freeBuffer( 27 android::hardware::Return<android::hardware::graphics::mapper::V3_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> lockYCbCr(void* rawHandle, uint64_t cpuUsage, 40 const android::hardware::hidl_handle& acquireFence, [all …]
|
D | CrosGralloc3Utils.h | 14 std::string getPixelFormatString(android::hardware::graphics::common::V1_2::PixelFormat format); 17 android::hardware::hidl_bitfield<android::hardware::graphics::common::V1_2::BufferUsage> 20 int convertToDrmFormat(android::hardware::graphics::common::V1_2::PixelFormat format, 28 const android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo& descriptor, 31 int convertToFenceFd(const android::hardware::hidl_handle& fence_handle, int* out_fence_fd); 33 int convertToFenceHandle(int fence_fd, android::hardware::hidl_handle* out_fence_handle); 35 std::optional<android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo> 36 decodeBufferDescriptorInfo(const android::hardware::hidl_vec<uint32_t>& encoded); 38 std::optional<android::hardware::hidl_vec<uint32_t>> encodeBufferDescriptorInfo( 39 const android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo& info);
|
D | CrosGralloc3Allocator.h | 12 class CrosGralloc3Allocator : public android::hardware::graphics::allocator::V3_0::IAllocator { 16 android::hardware::Return<void> allocate( 17 const android::hardware::hidl_vec<uint32_t>& descriptor, uint32_t count, 20 android::hardware::Return<void> dumpDebugInfo(dumpDebugInfo_cb hidl_cb) override; 23 android::hardware::graphics::mapper::V3_0::Error allocate( 24 const android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo& 26 uint32_t* outStride, android::hardware::hidl_handle* outHandle);
|
D | CrosGralloc3Allocator.cc | 16 using android::hardware::hidl_handle; 17 using android::hardware::hidl_vec; 18 using android::hardware::Return; 19 using android::hardware::Void; 20 using android::hardware::graphics::common::V1_2::BufferUsage; 21 using android::hardware::graphics::common::V1_2::PixelFormat; 22 using android::hardware::graphics::mapper::V3_0::Error; 25 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
|
D | CrosGralloc3AllocatorService.cc | 14 using android::hardware::configureRpcThreadpool; 15 using android::hardware::joinRpcThreadpool; 16 using android::hardware::graphics::allocator::V3_0::IAllocator; 27 android::hardware::joinRpcThreadpool(); in main()
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | Camera1Enumerator.java | 41 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/webrtc/sdk/android/src/java/org/webrtc/ |
D | Camera1Session.java | 42 private final android.hardware.Camera camera; 43 private final android.hardware.Camera.CameraInfo info; 61 final android.hardware.Camera camera; in create() 63 camera = android.hardware.Camera.open(cameraId); in create() 83 final android.hardware.Camera.CameraInfo info = new android.hardware.Camera.CameraInfo(); in create() 84 android.hardware.Camera.getCameraInfo(cameraId, info); in create() 88 final android.hardware.Camera.Parameters parameters = camera.getParameters(); in create() 113 private static void updateCameraParameters(android.hardware.Camera camera, in updateCameraParameters() 114 android.hardware.Camera.Parameters parameters, CaptureFormat captureFormat, Size pictureSize, in updateCameraParameters() 128 if (focusModes.contains(android.hardware.Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO)) { in updateCameraParameters() [all …]
|
/external/llvm-project/llvm/test/Transforms/HardwareLoops/ |
D | unconditional-latch.ll | 1 ; RUN: opt -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-counter-bitwidth=32… 2 ; RUN: opt -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-counter-bitwidth=32… 3 …RUN: opt -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-counter-bitwidth=32 …
|
D | unscevable.ll | 1 ; RUN: opt -hardware-loops -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-cou… 2 ; RUN: opt -hardware-loops -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-cou… 3 ; RUN: opt -hardware-loops -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-cou…
|
/external/mesa3d/bin/ |
D | update-android-headers.sh | 10 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/skia/tools/skpbench/ |
D | skpbench.py | 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) 337 hardware.print_debug_diagnostics() [all …]
|
/external/skqp/tools/skpbench/ |
D | skpbench.py | 200 def execute(self, hardware): argument 201 hardware.sanity_check() 222 hardware.sanity_check() 224 elif hardware.filter_line(message.value): 228 hardware.sanity_check() 272 def run_benchmarks(configs, srcs, hardware, resultsfile=None): argument 279 with hardware: 280 SKPBench.run_warmup(hardware.warmup_time, configs[0]) 288 skpbench.execute(hardware) 311 hardware.print_debug_diagnostics() [all …]
|
/external/perfetto/test/trace_processor/smoke/ |
D | thread_cpu_time_example_android_trace_30s.out | 407 759,759,"provider@2.4-se","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 408 1543,759,"CAM_imgTh","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 409 1696,759,"provider@2.4-se","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 410 1926,759,"HwBinder:759_1","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 411 5606,759,"HwBinder:759_1","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 412 5607,759,"HwBinder:759_1","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 413 5608,759,"HwBinder:759_1","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 414 5609,759,"QCamera3HdrPlus","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 415 5610,759,"CAM_MctServ","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 416 5611,759,"CAM_MctBus","/vendor/bin/hw/android.hardware.camera.provider@2.4-service",3337433441 [all …]
|
/external/libese/esed/ |
D | OemLock.h | 30 using ::android::hardware::oemlock::V1_0::IOemLock; 31 using ::android::hardware::oemlock::V1_0::OemLockSecureStatus; 32 using ::android::hardware::oemlock::V1_0::OemLockStatus; 33 using ::android::hardware::hidl_vec; 34 using ::android::hardware::Return;
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | android.hardware.wifi.supplicant-service.rc | 8 interface android.hardware.wifi.supplicant@1.0::ISupplicant default 9 interface android.hardware.wifi.supplicant@1.1::ISupplicant default 10 interface android.hardware.wifi.supplicant@1.2::ISupplicant default 11 interface android.hardware.wifi.supplicant@1.3::ISupplicant default 12 interface android.hardware.wifi.supplicant@1.4::ISupplicant default
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | StoppointSite.cpp | 15 StoppointSite::StoppointSite(break_id_t id, addr_t addr, bool hardware) in StoppointSite() argument 16 : m_id(id), m_addr(addr), m_is_hardware_required(hardware), in StoppointSite() 20 uint32_t byte_size, bool hardware) in StoppointSite() argument 21 : m_id(id), m_addr(addr), m_is_hardware_required(hardware), in StoppointSite()
|
/external/perfetto/src/android_internal/ |
D | atrace_hal.cc | 25 using android::hardware::hidl_string; 26 using android::hardware::hidl_vec; 27 using android::hardware::Return; 28 using android::hardware::atrace::V1_0::IAtraceDevice; 29 using android::hardware::atrace::V1_0::TracingCategory;
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | hardware_types.proto | 1 // This proto describes the types of hardware profiled by the TensorFlow 7 // Types of hardware profiled. 9 // Unknown hardware. 11 // CPU only without any hardware accelerator.
|