Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 25 of 138) sorted by relevance

123456

/hardware/google/aemu/base/
DManagedDescriptor_unittest.cpp39 { ManagedDescriptorForTesting descriptor(rawDescriptor, platformTrait); } in TEST() local
44 ManagedDescriptorForTesting descriptor(rawDescriptor, platformTrait); in TEST() local
53 { ManagedDescriptorForTesting descriptor(platformTrait); } in TEST() local
55 ManagedDescriptorForTesting descriptor(42, platformTrait); in TEST() local
65 ManagedDescriptorForTesting descriptor(rawDescriptor, platformTrait); in TEST() local
69 ManagedDescriptorForTesting descriptor(rawDescriptor, platformTrait); in TEST() local
73 ManagedDescriptorForTesting descriptor(platformTrait); in TEST() local
77 ManagedDescriptorForTesting descriptor(platformTrait); in TEST() local
103 ManagedDescriptorForTesting descriptor(rawDescriptor, platformTrait); in TEST() local
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/current/android/hardware/graphics/allocator/
DIAllocator.aidl40 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate()
41 …ics.allocator.AllocationResult allocate2(in android.hardware.graphics.allocator.BufferDescriptorIn… in allocate2()
42 boolean isSupported(in android.hardware.graphics.allocator.BufferDescriptorInfo descriptor); in isSupported()
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/2/android/hardware/graphics/allocator/
DIAllocator.aidl40 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate()
41 …ics.allocator.AllocationResult allocate2(in android.hardware.graphics.allocator.BufferDescriptorIn… in allocate2()
42 boolean isSupported(in android.hardware.graphics.allocator.BufferDescriptorInfo descriptor); in isSupported()
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/
DIAllocator.aidl40 AllocationResult allocate(in byte[] descriptor, in int count); in allocate()
54 AllocationResult allocate2(in BufferDescriptorInfo descriptor, in int count); in allocate2()
67 boolean isSupported(in BufferDescriptorInfo descriptor); in isSupported()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocBufferDescriptor.h39 BufferDescriptor descriptor; in grallocEncodeBufferDescriptor() local
52 inline bool grallocDecodeBufferDescriptor(const BufferDescriptor& descriptor, in grallocDecodeBufferDescriptor()
/hardware/google/gfxstream/guest/magma/
Dmagma_enc_util.cpp21 size_t size_command_descriptor(magma_command_descriptor* descriptor) { in size_command_descriptor()
31 magma_command_descriptor* descriptor) { in pack_command_descriptor()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DHidParserExample2.cpp24 void printRawValue(const std::vector<unsigned char> &descriptor) { in printRawValue()
41 std::vector<unsigned char> descriptor(t->data, t->data + t->len); in main() local
/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator2.cpp31 ndk::ScopedAStatus GrallocAllocator::allocate(const std::vector<uint8_t>& descriptor, int32_t count, in allocate()
89 const AidlAllocator::BufferDescriptorInfo& descriptor) { in toInternalDescriptor()
106 const AidlAllocator::BufferDescriptorInfo& descriptor, int32_t count, in allocate2()
157 const AidlAllocator::BufferDescriptorInfo& descriptor, bool* result) { in isSupported()
/hardware/google/gchips/include/
DGrallocWrapper.h93 Error allocate(BufferDescriptor descriptor, in allocate()
102 BufferDescriptor descriptor; in allocate() local
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp62 auto descriptor = std::make_shared<BufferDescriptor>(); in CreateBufferDescriptor() local
71 const auto descriptor = descriptors_map_.find(descriptor_id); in DestroyBufferDescriptor() local
108 for (auto &descriptor : descriptors) { in AllocateBuffers() local
158 void BufferManager::CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor, in CreateSharedHandle()
440 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, in AllocateBuffer()
544 BufferDescriptor descriptor(width, height, format); in Perform() local
560 BufferDescriptor descriptor(width, width, format); in Perform() local
614 BufferDescriptor descriptor(width, height, format, prod_usage, cons_usage); in Perform() local
708 auto descriptor = BufferDescriptor(width, height, format, producer_usage, consumer_usage); in Perform() local
723 BufferDescriptor descriptor(width, height, format, producer_usage, consumer_usage); in Perform() local
[all …]
Dgr_device_impl.cpp234 gralloc1_buffer_descriptor_t descriptor) { in DestroyBufferDescriptor()
243 gralloc1_buffer_descriptor_t descriptor, in SetConsumerUsage()
255 gralloc1_buffer_descriptor_t descriptor, in SetBufferDimensions()
268 gralloc1_buffer_descriptor_t descriptor, in SetColorFormat()
280 gralloc1_buffer_descriptor_t descriptor, in SetLayerCount()
293 gralloc1_buffer_descriptor_t descriptor, in SetProducerUsage()
532 BufferDescriptor descriptor(info->width, info->height, info->format); in validateBufferSize() local
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp62 auto descriptor = std::make_shared<BufferDescriptor>(); in CreateBufferDescriptor() local
71 const auto descriptor = descriptors_map_.find(descriptor_id); in DestroyBufferDescriptor() local
108 for (auto &descriptor : descriptors) { in AllocateBuffers() local
158 void BufferManager::CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor, in CreateSharedHandle()
448 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, in AllocateBuffer()
552 BufferDescriptor descriptor(width, height, format); in Perform() local
568 BufferDescriptor descriptor(width, width, format); in Perform() local
622 BufferDescriptor descriptor(width, height, format, prod_usage, cons_usage); in Perform() local
716 auto descriptor = BufferDescriptor(width, height, format, producer_usage, consumer_usage); in Perform() local
731 BufferDescriptor descriptor(width, height, format, producer_usage, consumer_usage); in Perform() local
[all …]
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp95 auto descriptor = in doGetFunction() local
215 gralloc1_buffer_descriptor_t descriptor) in destroyDescriptor()
229 gralloc1_backing_store_t store, const Descriptor& descriptor, in Buffer()
241 const std::shared_ptr<Descriptor>& descriptor, in allocate()
302 auto descriptor = adapter->getDescriptor(descriptors[i]); in allocateHook() local
410 Descriptor descriptor; in retain() local
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster.h45 Keymaster(const hidl_string& descriptor, const hidl_string& instanceName) in Keymaster()
66 const hidl_string& descriptor() const { return descriptor_; } in descriptor() function
/hardware/interfaces/audio/common/7.0/example/
DEffect.h25 explicit Effect(const EffectDescriptor& descriptor) : mDescriptor(descriptor) {} in Effect()
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/1/android/hardware/graphics/allocator/
DIAllocator.aidl37 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate()
/hardware/qcom/sm7250/display/gralloc/
Dgr_device_impl.cpp158 auto descriptor = std::make_shared<BufferDescriptor>(next_descriptor_id_++); in CreateBufferDescriptorLocked() local
167 const auto descriptor = descriptors_map_.find(descriptor_id); in DestroyBufferDescriptorLocked() local
298 gralloc1_buffer_descriptor_t descriptor) { in DestroyBufferDescriptor()
307 gralloc1_buffer_descriptor_t descriptor, in SetConsumerUsage()
320 gralloc1_buffer_descriptor_t descriptor, in SetBufferDimensions()
333 gralloc1_buffer_descriptor_t descriptor, in SetColorFormat()
345 gralloc1_buffer_descriptor_t descriptor, in SetLayerCount()
357 gralloc1_buffer_descriptor_t descriptor, in SetProducerUsage()
475 std::shared_ptr<gralloc::BufferDescriptor> descriptor; in AllocateBuffer() local
/hardware/qcom/sm8150/display/gralloc/
Dgr_device_impl.cpp158 auto descriptor = std::make_shared<BufferDescriptor>(next_descriptor_id_++); in CreateBufferDescriptorLocked() local
167 const auto descriptor = descriptors_map_.find(descriptor_id); in DestroyBufferDescriptorLocked() local
298 gralloc1_buffer_descriptor_t descriptor) { in DestroyBufferDescriptor()
307 gralloc1_buffer_descriptor_t descriptor, in SetConsumerUsage()
319 gralloc1_buffer_descriptor_t descriptor, in SetBufferDimensions()
331 gralloc1_buffer_descriptor_t descriptor, in SetColorFormat()
342 gralloc1_buffer_descriptor_t descriptor, in SetLayerCount()
354 gralloc1_buffer_descriptor_t descriptor, in SetProducerUsage()
472 std::shared_ptr<gralloc::BufferDescriptor> descriptor; in AllocateBuffer() local
/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/
Dmain.rs44 let descriptor = format!("{}/default", lmp_event::LmpEvent::get_descriptor()); in main() localVariable
/hardware/google/camera/common/sensor_listener/
Dgoog_gralloc_wrapper.cc92 const BufferDescriptor& descriptor, uint32_t count, bool import, in Allocate()
126 BufferDescriptor descriptor = CreateDescriptor(descriptor_info); in AllocateOneBuffer() local
137 BufferDescriptor descriptor; in CreateDescriptor() local
/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp96 BufferDescriptor descriptor; in createDescriptor() local
108 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate() local
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.cpp221 gralloc1_buffer_descriptor_t descriptor) { in DestroyBufferDescriptor()
230 gralloc1_buffer_descriptor_t descriptor, in SetConsumerUsage()
242 gralloc1_buffer_descriptor_t descriptor, in SetBufferDimensions()
255 gralloc1_buffer_descriptor_t descriptor, in SetColorFormat()
267 gralloc1_buffer_descriptor_t descriptor, in SetLayerCount()
280 gralloc1_buffer_descriptor_t descriptor, in SetProducerUsage()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.cpp221 gralloc1_buffer_descriptor_t descriptor) { in DestroyBufferDescriptor()
230 gralloc1_buffer_descriptor_t descriptor, in SetConsumerUsage()
242 gralloc1_buffer_descriptor_t descriptor, in SetBufferDimensions()
255 gralloc1_buffer_descriptor_t descriptor, in SetColorFormat()
267 gralloc1_buffer_descriptor_t descriptor, in SetLayerCount()
280 gralloc1_buffer_descriptor_t descriptor, in SetProducerUsage()
Dgr_buf_mgr.cpp37 static BufferInfo GetBufferInfo(const BufferDescriptor &descriptor) { in GetBufferInfo()
61 auto descriptor = std::make_shared<BufferDescriptor>(); in CreateBufferDescriptor() local
70 const auto descriptor = descriptors_map_.find(descriptor_id); in DestroyBufferDescriptor() local
107 for (auto &descriptor : descriptors) { in AllocateBuffers() local
157 void BufferManager::CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor, in CreateSharedHandle()
459 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, in AllocateBuffer()
803 BufferDescriptor descriptor(width, height, format, producer_usage, consumer_usage); in Perform() local
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
DAllocator.h57 Return<void> allocate(const BufferDescriptor& descriptor, uint32_t count, in allocate()

123456