Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 25 of 28) sorted by relevance

12

/hardware/intel/common/libva/
DNEWS1 libva NEWS -- summary of user visible changes. 2011-10-28
/hardware/interfaces/graphics/composer/2.1/default/
DIComposerCommandBuffer.h439 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()
DComposerBase.h118 const std::vector<hwc_rect_t>& visible) = 0;
DHwc.cpp712 const std::vector<hwc_rect_t>& visible) in setLayerVisibleRegion() argument
714 hwc_region_t region = { visible.size(), visible.data() }; in setLayerVisibleRegion()
DHwc.h144 const std::vector<hwc_rect_t>& visible) override;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp303 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()
Dhwc_layers.h75 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
Dhwc_session.cpp515 hwc2_layer_t layer, hwc_region_t visible) { in SetLayerVisibleRegion() argument
517 visible); in SetLayerVisibleRegion()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp269 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()
Dhwc_layers.h73 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
Dhwc_session.cpp522 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/
Dstyle.css88 visibility: visible;
/hardware/interfaces/graphics/composer/2.1/
DIComposer.hal80 * are owned by the client and are only visible to the client.
DIComposerClient.hal1079 * 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/
DIEvsDisplay.hal66 * display is no longer visible.
Dtypes.hal82 VISIBLE_ON_NEXT_FRAME, // Will become visible with next frame
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal144 * 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/
Dtypes.hal71 * - Display brightness is set so that the display is still visible to the user
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1976 hwc_region_t visible);
/hardware/interfaces/camera/device/1.0/
Dtypes.hal216 * An unique id per face while the face is visible to the tracker. If
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h526 HWC2::Error setVisibleRegion(hwc_region_t visible);
DHWC2On1Adapter.cpp2092 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/
DICameraDeviceSession.hal128 * reconfiguration delay to minimize the user-visible pauses during
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal956 * c) Is visible in the current scan results.
/hardware/intel/common/libva/doc/
DDoxyfile354 # undocumented classes that are normally visible in the class hierarchy.
735 # fragments. Normal C and C++ comments will always remain visible.

12