Searched defs:hw (Results 1 – 9 of 9) sorted by relevance
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | TelephonyDevController.java | 87 HardwareConfig hw = new HardwareConfig(hwString); in initFromResource() local 147 private static void updateOrInsert(HardwareConfig hw, ArrayList<HardwareConfig> list) { in updateOrInsert() 171 HardwareConfig hw = null; in handleGetHardwareConfigChanged() local
|
| D | HardwareConfig.java | 199 public int compareTo(HardwareConfig hw) { in compareTo()
|
| D | RIL.java | 4228 HardwareConfig hw; in responseHardwareConfig() local
|
| /frameworks/native/services/surfaceflinger/ |
| D | SurfaceFlinger_hwc1.cpp | 508 sp<DisplayDevice> hw = new DisplayDevice(this, in init() local 629 sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in getDisplayConfigs() local 690 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { in setActiveConfigInternal() 726 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setActiveConfig() local 1013 const sp<DisplayDevice>& hw(mDisplays[dpy]); in doDebugFlashRegions() local 1083 const sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in postComposition() local 1140 const sp<DisplayDevice>& hw(mDisplays[dpy]); in rebuildLayerStacks() local 1205 sp<const DisplayDevice> hw(mDisplays[dpy]); in setUpHWComposer() local 1228 sp<const DisplayDevice> hw(mDisplays[dpy]); in setUpHWComposer() local 1249 sp<const DisplayDevice> hw(mDisplays[dpy]); in setUpHWComposer() local [all …]
|
| D | SurfaceFlinger.cpp | 605 sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in getDisplayConfigs() local 666 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { in setActiveConfigInternal() 703 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setActiveConfig() local 757 void SurfaceFlinger::setActiveColorModeInternal(const sp<DisplayDevice>& hw, in setActiveColorModeInternal() 798 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setActiveColorMode() local 984 sp<DisplayDevice> hw = new DisplayDevice(this, in onHotplugReceived() local 1090 const sp<DisplayDevice>& hw(mDisplays[dpy]); in doDebugFlashRegions() local 1169 const sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in postComposition() local 1370 const sp<DisplayDevice>& hw(mDisplays[dpy]); in doComposition() local 1520 sp<DisplayDevice> hw(getDisplayDevice(draw.keyAt(i))); in handleTransactionLocked() local [all …]
|
| D | LayerDim.cpp | 46 void LayerDim::onDraw(const sp<const DisplayDevice>& hw, in onDraw()
|
| D | Layer.cpp | 172 const sp<const DisplayDevice> hw(mFlinger->getDefaultDisplayDevice()); in onFirstRef() local 772 void Layer::setPerFrameData(const sp<const DisplayDevice>& hw, 850 const sp<const DisplayDevice>& hw) 877 void Layer::draw(const sp<const DisplayDevice>& hw, const Region& clip) const { argument 881 void Layer::draw(const sp<const DisplayDevice>& hw, 890 void Layer::onDraw(const sp<const DisplayDevice>& hw, const Region& clip, 989 void Layer::clearWithOpenGL(const sp<const DisplayDevice>& hw, 1000 const sp<const DisplayDevice>& hw, const Region& clip) const { argument 1004 void Layer::drawWithOpenGL(const sp<const DisplayDevice>& hw, 1226 void Layer::computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh,
|
| /frameworks/av/services/camera/libcameraservice/device1/ |
| D | CameraHardwareInterface.h | 673 CameraHardwareInterface *hw = hwi(w); in __set_buffer_count() local 706 CameraHardwareInterface *hw = hwi(w); in __set_buffers_geometry() local 721 CameraHardwareInterface *hw = hwi(w); in __set_crop() local 738 CameraHardwareInterface *hw = hwi(w); in __set_usage() local 746 CameraHardwareInterface *hw = hwi(w); in __set_swap_interval() local
|
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| D | RippleComponent.java | 166 final DisplayListCanvas hw = (DisplayListCanvas) c; in draw() local 195 private void startPendingAnimation(DisplayListCanvas hw, Paint p) { in startPendingAnimation()
|