Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 89) sorted by relevance

1234

/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp459 hwc_display_contents_1_t* contents = displays[i]; in hwc_prepare() local
461 if (!contents) in hwc_prepare()
464 if (contents->numHwLayers == 0) { in hwc_prepare()
469 int disp_err = hwc_prepare_for_display(hwc_dev, i, contents); in hwc_prepare()
528 hwc_display_contents_1_t* contents = displays[i]; in hwc_set() local
530 if (!contents) in hwc_set()
533 if (contents->numHwLayers == 0) { in hwc_set()
538 int disp_err = hwc_set_for_display(hwc_dev, i, contents); in hwc_set()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_stk.cpp114 std::string contents = ""; in TEST_F() local
116 radio->sendEnvelopeWithStatus(serial, contents); in TEST_F()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp83 hwc_display_contents_1_t* contents) in operator ()() argument
85 if (contents != nullptr) { in operator ()()
86 for (size_t l = 0; l < contents->numHwLayers; ++l) { in operator ()()
87 auto& layer = contents->hwLayers[l]; in operator ()()
91 std::free(contents); in operator ()()
1318 auto contents = static_cast<hwc_display_contents_1_t*>(std::malloc(size)); in cloneRequestedContents() local
1319 std::memcpy(contents, mHwc1RequestedContents.get(), size); in cloneRequestedContents()
1320 for (size_t layerId = 0; layerId < contents->numHwLayers; ++layerId) { in cloneRequestedContents()
1321 auto& layer = contents->hwLayers[layerId]; in cloneRequestedContents()
1326 return HWC1Contents(contents); in cloneRequestedContents()
[all …]
DHWC2On1Adapter.h131 void operator()(struct hwc_display_contents_1* contents);
235 void setReceivedContents(HWC1Contents contents);
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal36 * the caller is caching the contents of the buffer slots, it must empty
178 * contents of the buffer associated with that slot.
181 * information of the call. Otherwise, the contents of @p output are
190 * the dequeued slot or to fill in the contents of its associated buffer
191 * contents and call queueBuffer().
201 * with the buffer. The contents of the buffer must not be overwritten until
325 * Dataspace of the contents.
398 * Indicates that the client has finished filling in the contents of the
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal119 * The mapping of the dataspace to buffer contents for RAW16 is as
122 * Dataspace value | Buffer contents
144 * The mapping of the dataspace to buffer contents for BLOB is as
147 * Dataspace value | Buffer contents
201 * The mapping of the dataspace to buffer contents for RAW_OPAQUE is as
204 * Dataspace value | Buffer contents
256 * The mapping of the dataspace to buffer contents for RAW10 is as
259 * Dataspace value | Buffer contents
307 * The mapping of the dataspace to buffer contents for RAW12 is as
310 * Dataspace value | Buffer contents
[all …]
/hardware/interfaces/usb/1.0/default/
DUsb.cpp41 int32_t readFile(std::string filename, std::string& contents) { in readFile() argument
45 getline(file, contents); in readFile()
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal122 /** Description of the contents, interpretation depends on format. */
181 * contents of the buffer slots, it should empty that cache after calling
233 * use the contents of the buffer associated with that slot.
241 * the dequeued slot or to fill in the contents of its associated buffer
242 * contents and call queueBuffer.
251 * the buffer. The contents of the buffer must not be overwritten until the
398 * contents of the buffer associated with slot and transfers ownership of
686 * before the contents of the buffer are read. If there are no buffers in
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal35 * device must remain on and continue displaying its current contents
141 * device readback as well as the dataspace in which its contents should be
166 * contents of a device readback buffer
229 * Sets the readback buffer to be filled with the contents of the next
230 * composition performed for this display (i.e., the contents present at the
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal195 * device readback as well as the dataspace in which its contents must be
220 * contents of a device readback buffer
305 * Sampling occurs on the contents of the final composition on this display
306 * (i.e., the contents presented on screen). Samples should be collected after all
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1810 auto contents = static_cast<hwc_display_contents_1_t*>(std::calloc(size, 1)); in allocateRequestedContents() local
1811 mHwc1RequestedContents.reset(contents); in allocateRequestedContents()
1812 mNextAvailableRect = reinterpret_cast<hwc_rect_t*>(&contents->hwLayers[numLayers]); in allocateRequestedContents()
2381 auto& contents = mHwc1Contents[c]; in prepareAllDisplays() local
2382 if (!contents) { in prepareAllDisplays()
2386 for (size_t l = 0; l < contents->numHwLayers; ++l) { in prepareAllDisplays()
2387 ALOGV(" %zd: %d", l, contents->hwLayers[l].compositionType); in prepareAllDisplays()
/hardware/interfaces/boot/1.0/
DIBootControl.hal70 * an unbootable. This can be used while updating the contents of the slot's
/hardware/google/interfaces/media/c2/1.0/
DIComponentStore.hal199 * The store must copy the contents of \p src into \p dst without changing
/hardware/interfaces/camera/device/3.2/
Dtypes.hal259 * A field that describes the contents of the buffer. The format and buffer
608 * Message contents for MsgType::ERROR
633 * Message contents for MsgType::SHUTTER
663 * Error message contents. Valid if type is MsgType::ERROR
668 * Shutter message contents. Valid if type is MsgType::SHUTTER
/hardware/interfaces/media/c2/1.0/
DIComponentStore.hal193 * Copies the contents of @p src into @p dst without changing the format of
/hardware/interfaces/radio/1.2/default/
DRadio.h191 Return<void> sendEnvelopeWithStatus(int32_t serial, const hidl_string& contents) override;
/hardware/interfaces/renderscript/1.0/
DIContext.hal437 * null contents and the region is otherwise undefined")
443 * Resizes a 1D allocation. The contents of the allocation are preserved.
444 * If new elements are allocated, objects are created with null contents
514 * Sends a buffer to the output stream. The contents of the Allocation may
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal93 * displaying its current contents indefinitely until the power mode
710 * receive new buffer contents this frame.
866 * Presents the current display contents on the screen (or in the case of
948 * If the layer's contents are not modified relative to the prior frame,
/hardware/qcom/display/msm8960/libcopybit/
DNOTICE128 wherever such third-party notices normally appear. The contents
/hardware/qcom/audio/visualizer/
DNOTICE128 wherever such third-party notices normally appear. The contents
/hardware/libhardware/
DNOTICE128 wherever such third-party notices normally appear. The contents
/hardware/qcom/display/msm8909w_3100/libgralloc/
DNOTICE128 wherever such third-party notices normally appear. The contents
/hardware/google/av/media/codecs/gsm/
DNOTICE128 wherever such third-party notices normally appear. The contents
/hardware/ril/rild/
DNOTICE128 wherever such third-party notices normally appear. The contents
/hardware/qcom/bt/msm8998/libbt-vendor/
DNOTICE128 wherever such third-party notices normally appear. The contents

1234