Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 23 of 23) sorted by relevance

/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp54 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkSupported()
121 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkRgbOverlaySupported()
183 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkCursorSupported()
636 if (zlayer->plane->getType() == DisplayPlane::PLANE_CURSOR) { in attachPlanes()
650 zlayer->plane->getType(), in attachPlanes()
781 switch (hwcLayer->getType()) { in setupSmartComposition()
787 ELOGTRACE("Invalid layer type %d", hwcLayer->getType()); in setupSmartComposition()
908 if ((hwcLayer->getType() == HwcLayer::LAYER_FB) || in getPlane()
909 (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) || in getPlane()
910 (hwcLayer->getType() == HwcLayer::LAYER_SKIPPED)) { in getPlane()
[all …]
DHwcLayer.h63 uint32_t getType() const;
DHwcLayer.cpp151 uint32_t HwcLayer::getType() const in getType() function in android::intel::HwcLayer
/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlaneManager.cpp202 type = plane.getType(); in putPlane()
262 int type = plane.getType(); in reclaimPlane()
264 ALOGTRACE("reclaimPlane = %d, type = %d", index, plane.getType()); in reclaimPlane()
313 if (plane && plane->getType() == DisplayPlane::PLANE_OVERLAY) { in isOverlayPlanesDisabled()
/hardware/samsung_slsi/exynos5/libexynosutils/
DExynosMutex.cpp179 int ExynosMutex::getType(void) in getType() function in ExynosMutex
259 return ((ExynosMutex *)handle)->getType(); in exynos_mutex_get_type()
DExynosMutex.h74 int getType(void);
/hardware/libhardware/modules/camera/
DStream.h41 int getType();
DStream.cpp76 int Stream::getType() in getType() function in default_camera_hal::Stream
/hardware/intel/img/hwcomposer/include/
DDummyDevice.h56 virtual int getType() const;
DIDisplayDevice.h97 virtual int getType() const = 0;
DPhysicalDevice.h66 virtual int getType() const;
DDisplayPlane.h79 virtual int getType() const { return mType; } in getType() function
/hardware/intel/img/hwcomposer/common/observers/
DVsyncEventObserver.cpp50 mDevice = mDisplayDevice.getType(); in initialize()
DSoftVsyncObserver.cpp57 mDevice = mDisplayDevice.getType(); in initialize()
/hardware/intel/img/hwcomposer/common/devices/
DDummyDevice.cpp206 int DummyDevice::getType() const in getType() function in android::intel::DummyDevice
DPhysicalDevice.cpp454 int PhysicalDevice::getType() const in getType() function in android::intel::PhysicalDevice
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp160 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus()
170 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus()
Dloc_eng_agps.h217 inline AGpsExtType getType() const { return (AGpsExtType)mType; } in getType() function
Dloc_eng.cpp1420 loc_get_agps_type_name(mStateMachine->getType()), in locallog()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp160 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus()
170 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus()
Dloc_eng_agps.h217 inline AGpsExtType getType() const { return (AGpsExtType)mType; } in getType() function
Dloc_eng.cpp1298 loc_get_agps_type_name(mStateMachine->getType()), in locallog()
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp190 if (plane->getType() == DisplayPlane::PLANE_OVERLAY) { in setZOrderConfig()