/hardware/intel/common/libva/ |
D | NEWS | 1 libva NEWS -- summary of user visible changes. 2011-10-28
|
/hardware/interfaces/graphics/composer/2.1/default/ |
D | IComposerCommandBuffer.h | 439 const std::vector<IComposerClient::Rect>& visible) in setLayerVisibleRegion() argument 441 bool doWrite = (visible.size() <= kMaxLength / 4); in setLayerVisibleRegion() 442 size_t length = (doWrite) ? visible.size() * 4 : 0; in setLayerVisibleRegion() 450 writeRegion(visible); in setLayerVisibleRegion()
|
D | ComposerBase.h | 118 const std::vector<hwc_rect_t>& visible) = 0;
|
D | Hwc.cpp | 712 const std::vector<hwc_rect_t>& visible) in setLayerVisibleRegion() argument 714 hwc_region_t region = { visible.size(), visible.data() }; in setLayerVisibleRegion()
|
D | Hwc.h | 144 const std::vector<hwc_rect_t>& visible) override;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 303 HWC2::Error HWCLayer::SetLayerVisibleRegion(hwc_region_t visible) { in SetLayerBuffer() argument 305 for (uint32_t i = 0; i < visible.numRects; i++) { in SetLayerBuffer() 307 SetRect(visible.rects[i], &rect); in SetLayerBuffer()
|
D | hwc_layers.h | 75 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
|
D | hwc_session.cpp | 515 hwc2_layer_t layer, hwc_region_t visible) { in SetLayerVisibleRegion() argument 517 visible); in SetLayerVisibleRegion()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 269 HWC2::Error HWCLayer::SetLayerVisibleRegion(hwc_region_t visible) { in SetLayerVisibleRegion() argument 271 for (uint32_t i = 0; i < visible.numRects; i++) { in SetLayerVisibleRegion() 273 SetRect(visible.rects[i], &rect); in SetLayerVisibleRegion()
|
D | hwc_layers.h | 73 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
|
D | hwc_session.cpp | 522 hwc2_layer_t layer, hwc_region_t visible) { in SetLayerVisibleRegion() argument 524 visible); in SetLayerVisibleRegion()
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
D | style.css | 88 visibility: visible;
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposer.hal | 80 * are owned by the client and are only visible to the client.
|
D | IComposerClient.hal | 1079 * setLayerVisibleRegion(vec<Rect> visible); 1081 * Specifies the portion of the layer that is visible, including portions 1085 * @param visible is the new visible region, in screen space.
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsDisplay.hal | 66 * display is no longer visible.
|
D | types.hal | 82 VISIBLE_ON_NEXT_FRAME, // Will become visible with next frame
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssCallback.hal | 144 * Number of GNSS SVs currently visible, refers to the SVs stored in sv_list 182 * than 80 characters of visible text (plus the line terminators). The data
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 71 * - Display brightness is set so that the display is still visible to the user
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 1976 hwc_region_t visible);
|
/hardware/interfaces/camera/device/1.0/ |
D | types.hal | 216 * An unique id per face while the face is visible to the tracker. If
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 526 HWC2::Error setVisibleRegion(hwc_region_t visible);
|
D | HWC2On1Adapter.cpp | 2092 std::vector<hwc_rect_t> visible(rawVisible.rects, in setVisibleRegion() local 2094 mVisibleRegion.setPending(std::move(visible)); in setVisibleRegion()
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceSession.hal | 128 * reconfiguration delay to minimize the user-visible pauses during
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaNetwork.hal | 956 * c) Is visible in the current scan results.
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 354 # undocumented classes that are normally visible in the class hierarchy. 735 # fragments. Normal C and C++ comments will always remain visible.
|