Home
last modified time | relevance | path

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

/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.java3946 HardwareConfig hw; in responseHardwareConfig() local
3958 hw = new HardwareConfig(type); in responseHardwareConfig()
3959 hw.assignModem(p.readString(), p.readInt(), p.readInt(), in responseHardwareConfig()
3964 hw = new HardwareConfig(type); in responseHardwareConfig()
3965 hw.assignSim(p.readString(), p.readInt(), p.readString()); in responseHardwareConfig()
3974 response.add(hw); in responseHardwareConfig()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp477 sp<DisplayDevice> hw = new DisplayDevice(this, in init() local
486 hw->setPowerMode(HWC_POWER_MODE_NORMAL); in init()
488 mDisplays.add(token, hw); in init()
617 sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in getDisplayConfigs() local
618 info.orientation = hw->getOrientation(); in getDisplayConfigs()
678 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { in setActiveConfigInternal() argument
679 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(), in setActiveConfigInternal()
681 int32_t type = hw->getDisplayType(); in setActiveConfigInternal()
682 int currentMode = hw->getActiveConfig(); in setActiveConfigInternal()
685 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode); in setActiveConfigInternal()
[all …]
DLayer.h150 void computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh,
199 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
205 void setGeometry(const sp<const DisplayDevice>& hw,
207 void setPerFrameData(const sp<const DisplayDevice>& hw,
209 void setAcquireFence(const sp<const DisplayDevice>& hw,
212 Rect getPosition(const sp<const DisplayDevice>& hw);
217 void onLayerDisplayed(const sp<const DisplayDevice>& hw,
237 void draw(const sp<const DisplayDevice>& hw, const Region& clip) const;
238 void draw(const sp<const DisplayDevice>& hw, bool useIdentityTransform) const;
239 void draw(const sp<const DisplayDevice>& hw) const;
[all …]
DLayer.cpp143 const sp<const DisplayDevice> hw(mFlinger->getDefaultDisplayDevice()); in onFirstRef() local
144 updateTransformHint(hw); in onFirstRef()
348 FloatRect Layer::computeCrop(const sp<const DisplayDevice>& hw) const { in computeCrop()
370 activeCrop.intersect(hw->getViewport(), &activeCrop); in computeCrop()
393 uint32_t invTransformOrient = hw->getOrientationTransform(); in computeCrop()
449 const sp<const DisplayDevice>& hw, in setGeometry() argument
457 if (isSecure() && !hw->isSecure()) { in setGeometry()
475 activeCrop.intersect(hw->getViewport(), &activeCrop); in setGeometry()
494 frame.intersect(hw->getViewport(), &frame); in setGeometry()
495 const Transform& tr(hw->getTransform()); in setGeometry()
[all …]
DSurfaceFlinger.h248 void setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode);
250 void setPowerModeInternal(const sp<DisplayDevice>& hw, int mode);
322 const sp<const DisplayDevice>& hw,
328 const sp<const DisplayDevice>& hw,
386 void doDisplayComposition(const sp<const DisplayDevice>& hw, const Region& dirtyRegion);
390 bool doComposeSurfaces(const sp<const DisplayDevice>& hw, const Region& dirty);
393 void drawWormhole(const sp<const DisplayDevice>& hw, const Region& region) const;
416 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/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/base/graphics/java/android/graphics/drawable/
DRippleComponent.java158 final DisplayListCanvas hw = (DisplayListCanvas) c; in draw() local
159 startPendingAnimation(hw, p); in draw()
162 return drawHardware(hw); in draw()
187 private void startPendingAnimation(DisplayListCanvas hw, Paint p) { in startPendingAnimation() argument
192 mHardwareAnimator.start(hw); in startPendingAnimation()
/frameworks/av/services/audiopolicy/enginedefault/
DAndroid.mk28 $(TARGET_OUT_HEADERS)/hw \
/frameworks/av/services/audiopolicy/engineconfigurable/
DAndroid.mk33 $(TARGET_OUT_HEADERS)/hw \
/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