Searched defs:hw (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayerDim.cpp42 void LayerDim::onDraw(const sp<const DisplayDevice>& hw, argument
48 computeGeometry(hw, mesh, useIdentityTransform);
H A DLayer.cpp138 const sp<const DisplayDevice> hw(mFlinger->getDefaultDisplayDevice());
139 updateTransformHint(hw);
155 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& /* hw */,
310 FloatRect Layer::computeCrop(const sp<const DisplayDevice>& hw) const {
332 activeCrop.intersect(hw->getViewport(), &activeCrop);
355 uint32_t invTransformOrient = hw->getOrientationTransform();
411 const sp<const DisplayDevice>& hw,
419 if (isSecure() && !hw->isSecure()) {
437 activeCrop.intersect(hw->getViewport(), &activeCrop);
456 frame.intersect(hw
410 setGeometry( const sp<const DisplayDevice>& hw, HWComposer::HWCLayerInterface& layer) argument
506 setPerFrameData(const sp<const DisplayDevice>& hw, HWComposer::HWCLayerInterface& layer) argument
545 getPosition( const sp<const DisplayDevice>& hw) argument
569 draw(const sp<const DisplayDevice>& hw, const Region& clip) const argument
573 draw(const sp<const DisplayDevice>& hw, bool useIdentityTransform) const argument
582 onDraw(const sp<const DisplayDevice>& hw, const Region& clip, bool useIdentityTransform) const argument
679 clearWithOpenGL(const sp<const DisplayDevice>& hw, const Region& , float red, float green, float blue, float alpha) const argument
689 clearWithOpenGL( const sp<const DisplayDevice>& hw, const Region& clip) const argument
694 drawWithOpenGL(const sp<const DisplayDevice>& hw, const Region& , bool useIdentityTransform) const argument
780 computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh, bool useIdentityTransform) const argument
[all...]
H A DSurfaceFlinger.cpp430 sp<DisplayDevice> hw = new DisplayDevice(this, local
439 hw->setPowerMode(HWC_POWER_MODE_NORMAL);
441 mDisplays.add(token, hw);
570 sp<const DisplayDevice> hw(getDefaultDisplayDevice());
571 info.orientation = hw->getOrientation();
627 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { argument
628 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
630 int32_t type = hw->getDisplayType();
631 int currentMode = hw->getActiveConfig();
634 ALOGD("Screen type=%d is already mode=%d", hw
1383 sp<DisplayDevice> hw = new DisplayDevice(this, local
1752 doDisplayComposition(const sp<const DisplayDevice>& hw, const Region& inDirtyRegion) argument
1809 doComposeSurfaces(const sp<const DisplayDevice>& hw, const Region& dirty) argument
1937 drawWormhole(const sp<const DisplayDevice>& hw, const Region& region) const argument
3111 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3179 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3308 checkScreenshot(size_t w, size_t s, size_t h, void const* vaddr, const sp<const DisplayDevice>& hw, uint32_t minLayerZ, uint32_t maxLayerZ) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHardwareConfig.java199 public int compareTo(HardwareConfig hw) { argument
201 String two = hw.toString();
H A DTelephonyDevController.java87 HardwareConfig hw = new HardwareConfig(hwString);
88 if (hw != null) {
89 if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_MODEM) {
90 updateOrInsert(hw, mModems);
91 } else if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_SIM) {
92 updateOrInsert(hw, mSims);
147 private static void updateOrInsert(HardwareConfig hw, ArrayList<HardwareConfig> list) { argument
154 if (item.uuid.compareTo(hw.uuid) == 0) {
159 if (DBG) logd("updateOrInsert: inserting: " + hw);
160 list.add(hw);
[all...]

Completed in 95 milliseconds