Searched refs:hw (Results 1 - 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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...]
H A DHardwareConfig.java199 public int compareTo(HardwareConfig hw) { argument
201 String two = hw.toString();
H A DRIL.java3861 HardwareConfig hw;
3873 hw = new HardwareConfig(type);
3874 hw.assignModem(p.readString(), p.readInt(), p.readInt(),
3879 hw = new HardwareConfig(type);
3880 hw.assignSim(p.readString(), p.readInt(), p.readString());
3889 response.add(hw);
/frameworks/native/services/surfaceflinger/
H A 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) cons
[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...]
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 DLayerDim.h37 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
H A DLayerDim.cpp42 void LayerDim::onDraw(const sp<const DisplayDevice>& hw, argument
48 computeGeometry(hw, mesh, useIdentityTransform);
H A 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);
386 // compose surfaces for display hw. this fails if using GL and the surface
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,
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh16 NUM_CORES=`sysctl -n hw.ncpu`

Completed in 124 milliseconds