/hardware/interfaces/power/stats/aidl/vts/ |
D | VtsHalPowerStatsTargetTest.cpp | 334 for (auto consumer : consumers) { in TEST_P() local 335 testNameValid(consumer.name); in TEST_P() 355 for (auto consumer : consumers) { in TEST_P() local 356 EXPECT_TRUE(ordinalMap[consumer.type].insert(consumer.ordinal).second); in TEST_P() 393 for (auto const& consumer : selectedConsumers) { in TEST_P() local 394 selectedIds.push_back(consumer.id); in TEST_P()
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevicePreviewCallback.hal | 41 * Send a filled preview buffer to its consumer. 50 * preview consumer as a valid buffer, but may be reused as if it were 99 * Get the minimum number of buffers the preview consumer endpoint needs 103 * @return count The number of buffers the consumer has requested.
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 60 * A single frame update from the consumer to producer that can be sent 86 * The most recent compositor timing info sent from consumer to producer 98 * A collection of updates from consumer to producer that can be sent 124 /** A crop rectangle that's used as a hint to the consumer. */ 133 /** A fence that the consumer must wait on before reading the buffer; 138 * the consumer. */ 179 * (i.e. they are not owned by the producer or consumer). Calling this may 269 * both the producer and consumer are controlled by the app, then this call 287 * since both the producer/consumer are controlled by app 384 * disabled since both the producer/consumer are [all …]
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IProducerListener.hal | 26 * This function is usually called by the consumer.
|
D | IGraphicBufferProducer.hal | 35 * the consumer. Calling this may cause some buffer slots to be emptied. If 134 * `usage` shall be merged with the usage flags set from the consumer side. 206 * both the producer and consumer are controlled by the app, then this call 331 * Crop rectangle that is used as a hint to the consumer. 348 * Fence that the consumer must wait on before reading the buffer. An 433 * buffer is not queued for use by the consumer. 472 * If the buffer queue does not have a consumer ready (connected), the 482 * client wants to be notified when the consumer releases a buffer back 487 * the producer and the consumer are controlled by app, the buffer queue 647 * Returns the name of the connected consumer. [all …]
|
D | types.hal | 32 * The buffer queue has been abandoned, no consumer is connected, or no
|
/hardware/interfaces/media/c2/1.1/ |
D | IComponent.hal | 41 * buffers are passed directly to the consumer end of a buffer queue whose 64 * establish a direct channel to the consumer.
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_formats.cpp | 793 const uint16_t consumer, in get_afbc_format() argument 804 …((producer & GOOGLE_GRALLOC_PRODUCER_VPUS_MASK) == 0 || (consumer & GOOGLE_GRALLOC_CONSUMER_VPUS_M… in get_afbc_format() 845 if (consumer & MALI_GRALLOC_CONSUMER_GPU) in get_afbc_format()
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_formats.cpp | 972 const uint16_t consumer, in get_afbc_format() argument 983 ((producer & MALI_GRALLOC_PRODUCER_VPU) == 0 || (consumer & MALI_GRALLOC_CONSUMER_VPU) == 0)) in get_afbc_format() 1015 if (consumer & MALI_GRALLOC_CONSUMER_GPU) in get_afbc_format()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 173 * messages to the consumer atomically by using 186 * messages to the consumer atomically by using
|
D | types.t | 231 * only needed in the cases when the consumer does not recognize the unique
|
D | types.hal | 5191 * only needed in the cases when the consumer does not recognize the unique
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 266 * consumer of the virtual display output buffers. 274 * the consumer.
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 336 BufferItemHander(wp<BufferItemConsumer> consumer) : mConsumer(consumer) {} in BufferItemHander() 339 sp<BufferItemConsumer> consumer = mConsumer.promote(); in onFrameAvailable() local 340 ASSERT_NE(nullptr, consumer.get()); in onFrameAvailable() 343 ASSERT_EQ(android::OK, consumer->acquireBuffer(&buffer, 0)); in onFrameAvailable() 344 ASSERT_EQ(android::OK, consumer->releaseBuffer(buffer)); in onFrameAvailable() 8717 sp<IGraphicBufferConsumer> consumer; in setupPreviewWindow() local 8718 BufferQueue::createBufferQueue(&producer, &consumer); in setupPreviewWindow() 8719 *bufferItemConsumer = new BufferItemConsumer(consumer, in setupPreviewWindow()
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceSession.hal | 94 * If the stream is new, the client must set the consumer usage flags in
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 261 * consumer of the virtual display output buffers. 269 * the consumer.
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 582 * encoding ranges, but the consumer and/or the producer of the data may
|