Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp430 sp<DisplayDevice> hw = new DisplayDevice(this, in init() local
439 hw->setPowerMode(HWC_POWER_MODE_NORMAL); in init()
441 mDisplays.add(token, hw); in init()
570 sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in getDisplayConfigs() local
571 info.orientation = hw->getOrientation(); in getDisplayConfigs()
627 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { in setActiveConfigInternal() argument
628 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(), in setActiveConfigInternal()
630 int32_t type = hw->getDisplayType(); in setActiveConfigInternal()
631 int currentMode = hw->getActiveConfig(); in setActiveConfigInternal()
634 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode); in setActiveConfigInternal()
[all …]
DLayer.h143 void computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh,
192 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
198 void setGeometry(const sp<const DisplayDevice>& hw,
200 void setPerFrameData(const sp<const DisplayDevice>& hw,
202 void setAcquireFence(const sp<const DisplayDevice>& hw,
205 Rect getPosition(const sp<const DisplayDevice>& hw);
210 void onLayerDisplayed(const sp<const DisplayDevice>& hw,
230 void draw(const sp<const DisplayDevice>& hw, const Region& clip) const;
231 void draw(const sp<const DisplayDevice>& hw, bool useIdentityTransform) const;
232 void draw(const sp<const DisplayDevice>& hw) const;
[all …]
DLayer.cpp138 const sp<const DisplayDevice> hw(mFlinger->getDefaultDisplayDevice()); in onFirstRef() local
139 updateTransformHint(hw); in onFirstRef()
310 FloatRect Layer::computeCrop(const sp<const DisplayDevice>& hw) const { in computeCrop()
332 activeCrop.intersect(hw->getViewport(), &activeCrop); in computeCrop()
355 uint32_t invTransformOrient = hw->getOrientationTransform(); in computeCrop()
411 const sp<const DisplayDevice>& hw, in setGeometry() argument
419 if (isSecure() && !hw->isSecure()) { in setGeometry()
437 activeCrop.intersect(hw->getViewport(), &activeCrop); in setGeometry()
456 frame.intersect(hw->getViewport(), &frame); in setGeometry()
457 const Transform& tr(hw->getTransform()); in setGeometry()
[all …]
DSurfaceFlinger.h246 void setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode);
248 void setPowerModeInternal(const sp<DisplayDevice>& hw, int mode);
320 const sp<const DisplayDevice>& hw,
326 const sp<const DisplayDevice>& hw,
384 void doDisplayComposition(const sp<const DisplayDevice>& hw, const Region& dirtyRegion);
388 bool doComposeSurfaces(const sp<const DisplayDevice>& hw, const Region& dirty);
391 void drawWormhole(const sp<const DisplayDevice>& hw, const Region& region) const;
414 const sp<const DisplayDevice>& hw,
DLayerDim.cpp42 void LayerDim::onDraw(const sp<const DisplayDevice>& hw, in onDraw() argument
48 computeGeometry(hw, mesh, useIdentityTransform); in onDraw()
DLayerDim.h37 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyDevController.java87 HardwareConfig hw = new HardwareConfig(hwString); in initFromResource() local
88 if (hw != null) { in initFromResource()
89 if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_MODEM) { in initFromResource()
90 updateOrInsert(hw, mModems); in initFromResource()
91 } else if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_SIM) { in initFromResource()
92 updateOrInsert(hw, mSims); in initFromResource()
147 private static void updateOrInsert(HardwareConfig hw, ArrayList<HardwareConfig> list) { in updateOrInsert() argument
154 if (item.uuid.compareTo(hw.uuid) == 0) { in updateOrInsert()
159 if (DBG) logd("updateOrInsert: inserting: " + hw); in updateOrInsert()
160 list.add(hw); in updateOrInsert()
[all …]
DHardwareConfig.java199 public int compareTo(HardwareConfig hw) { in compareTo() argument
201 String two = hw.toString(); in compareTo()
DRIL.java3861 HardwareConfig hw; in responseHardwareConfig() local
3873 hw = new HardwareConfig(type); in responseHardwareConfig()
3874 hw.assignModem(p.readString(), p.readInt(), p.readInt(), in responseHardwareConfig()
3879 hw = new HardwareConfig(type); in responseHardwareConfig()
3880 hw.assignSim(p.readString(), p.readInt(), p.readString()); in responseHardwareConfig()
3889 response.add(hw); in responseHardwareConfig()
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd134 <td>hw.ramSize</td>
142 <td>hw.touchScreen</td>
150 <td>hw.trackBall</td>
158 <td>hw.keyboard</td>
166 <td>hw.dPad</td>
174 <td>hw.gsmModem</td>
182 <td>hw.camera</td>
190 <td>hw.camera.maxHorizontalPixels</td>
198 <td>hw.camera.maxVerticalPixels</td>
206 <td>hw.gps</td>
[all …]
Dmanaging-avds-cmdline.jd163 specify "Abstracted LCD density" (<em>hw.lcd.density</em>). Enter an appropriate
233 <td>hw.ramSize</td>
239 <td>hw.touchScreen
244 <td>hw.trackBall</td>
250 <td>hw.keyboard</td>
256 <td>hw.dPad</td>
262 <td>hw.gsmModem</td>
268 <td>hw.camera</td>
274 <td>hw.camera.maxHorizontalPixels</td>
280 <td>hw.camera.maxVerticalPixels</td>
[all …]
/frameworks/rs/
Dupdate_rs_prebuilts.sh16 NUM_CORES=`sysctl -n hw.ncpu`
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd21 <li><a href="#hw-features">Hardware features</a></li>
138 href="#hw-features">Hardware features</a> and <a href="#sw-features">Software
529 <h3 id="hw-features">Hardware features</h3>
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd134 <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#hw-features">Features
1271 <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#hw-features"> Features