/hardware/ti/am57x/libhwcomposer/ |
D | hwc.cpp | 459 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/ |
D | radio_hidl_hal_stk.cpp | 114 std::string contents = ""; in TEST_F() local 116 radio->sendEnvelopeWithStatus(serial, contents); in TEST_F()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 83 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 …]
|
D | HWC2On1Adapter.h | 131 void operator()(struct hwc_display_contents_1* contents); 235 void setReceivedContents(HWC1Contents contents);
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 36 * 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/ |
D | types.hal | 119 * 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/ |
D | Usb.cpp | 41 int32_t readFile(std::string filename, std::string& contents) { in readFile() argument 45 getline(file, contents); in readFile()
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 122 /** 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/ |
D | IComposerClient.hal | 35 * 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/ |
D | IComposerClient.hal | 195 * 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/ |
D | HWC2On1Adapter.cpp | 1810 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/ |
D | IBootControl.hal | 70 * an unbootable. This can be used while updating the contents of the slot's
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 199 * The store must copy the contents of \p src into \p dst without changing
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 259 * 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/ |
D | IComponentStore.hal | 193 * Copies the contents of @p src into @p dst without changing the format of
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 191 Return<void> sendEnvelopeWithStatus(int32_t serial, const hidl_string& contents) override;
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 437 * 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/ |
D | IComposerClient.hal | 93 * 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/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/hardware/qcom/audio/visualizer/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/hardware/libhardware/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/hardware/google/av/media/codecs/gsm/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/hardware/ril/rild/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/hardware/qcom/bt/msm8998/libbt-vendor/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|