/hardware/intel/img/hwcomposer/common/base/ |
D | HwcLayerList.cpp | 54 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 …]
|
D | HwcLayer.h | 63 uint32_t getType() const;
|
D | HwcLayer.cpp | 151 uint32_t HwcLayer::getType() const in getType() function in android::intel::HwcLayer
|
/hardware/intel/img/hwcomposer/common/planes/ |
D | DisplayPlaneManager.cpp | 202 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/ |
D | ExynosMutex.cpp | 179 int ExynosMutex::getType(void) in getType() function in ExynosMutex 259 return ((ExynosMutex *)handle)->getType(); in exynos_mutex_get_type()
|
D | ExynosMutex.h | 74 int getType(void);
|
/hardware/libhardware/modules/camera/ |
D | Stream.h | 41 int getType();
|
D | Stream.cpp | 76 int Stream::getType() in getType() function in default_camera_hal::Stream
|
/hardware/intel/img/hwcomposer/include/ |
D | DummyDevice.h | 56 virtual int getType() const;
|
D | IDisplayDevice.h | 97 virtual int getType() const = 0;
|
D | PhysicalDevice.h | 66 virtual int getType() const;
|
D | DisplayPlane.h | 79 virtual int getType() const { return mType; } in getType() function
|
/hardware/intel/img/hwcomposer/common/observers/ |
D | VsyncEventObserver.cpp | 50 mDevice = mDisplayDevice.getType(); in initialize()
|
D | SoftVsyncObserver.cpp | 57 mDevice = mDisplayDevice.getType(); in initialize()
|
/hardware/intel/img/hwcomposer/common/devices/ |
D | DummyDevice.cpp | 206 int DummyDevice::getType() const in getType() function in android::intel::DummyDevice
|
D | PhysicalDevice.cpp | 454 int PhysicalDevice::getType() const in getType() function in android::intel::PhysicalDevice
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 160 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus() 170 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus()
|
D | loc_eng_agps.h | 217 inline AGpsExtType getType() const { return (AGpsExtType)mType; } in getType() function
|
D | loc_eng.cpp | 1420 loc_get_agps_type_name(mStateMachine->getType()), in locallog()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 160 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus() 170 AGPS_TYPE_INVALID : mStateMachine->getType(); in notifyRsrcStatus()
|
D | loc_eng_agps.h | 217 inline AGpsExtType getType() const { return (AGpsExtType)mType; } in getType() function
|
D | loc_eng.cpp | 1298 loc_get_agps_type_name(mStateMachine->getType()), in locallog()
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.cpp | 190 if (plane->getType() == DisplayPlane::PLANE_OVERLAY) { in setZOrderConfig()
|