Searched refs:hw (Results 1 - 16 of 16) 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.java4178 HardwareConfig hw;
4190 hw = new HardwareConfig(type);
4191 hw.assignModem(p.readString(), p.readInt(), p.readInt(),
4196 hw = new HardwareConfig(type);
4197 hw.assignSim(p.readString(), p.readInt(), p.readString());
4206 response.add(hw);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h673 CameraHardwareInterface *hw = hwi(w); local
676 if (hw->mPreviewScalingMode != NOT_SET) {
677 native_window_set_scaling_mode(a, hw->mPreviewScalingMode);
679 if (hw->mPreviewTransform != NOT_SET) {
680 native_window_set_buffers_transform(a, hw->mPreviewTransform);
682 if (hw->mPreviewWidth != NOT_SET) {
684 hw->mPreviewWidth, hw->mPreviewHeight);
685 native_window_set_buffers_format(a, hw->mPreviewFormat);
687 if (hw
706 CameraHardwareInterface *hw = hwi(w); local
721 CameraHardwareInterface *hw = hwi(w); local
738 CameraHardwareInterface *hw = hwi(w); local
746 CameraHardwareInterface *hw = hwi(w); local
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp497 sp<DisplayDevice> hw = new DisplayDevice(this, local
506 hw->setPowerMode(HWC_POWER_MODE_NORMAL);
508 mDisplays.add(token, hw);
628 sp<const DisplayDevice> hw(getDefaultDisplayDevice());
629 info.orientation = hw->getOrientation();
690 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { argument
691 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
693 int32_t type = hw->getDisplayType();
694 int currentMode = hw->getActiveConfig();
697 ALOGD("Screen type=%d is already mode=%d", hw
1517 sp<DisplayDevice> hw = new DisplayDevice(this, local
1887 doDisplayComposition(const sp<const DisplayDevice>& hw, const Region& inDirtyRegion) argument
1944 doComposeSurfaces(const sp<const DisplayDevice>& hw, const Region& dirty) argument
2072 drawWormhole(const sp<const DisplayDevice>& hw, const Region& region) const argument
3326 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
3395 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, bool isLocalScreenshot) argument
3551 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.h174 void computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh,
226 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
246 void updateCursorPosition(const sp<const DisplayDevice>& hw);
248 void setGeometry(const sp<const DisplayDevice>& hw,
250 void setPerFrameData(const sp<const DisplayDevice>& hw,
252 void setAcquireFence(const sp<const DisplayDevice>& hw,
255 Rect getPosition(const sp<const DisplayDevice>& hw);
264 void onLayerDisplayed(const sp<const DisplayDevice>& hw,
290 void draw(const sp<const DisplayDevice>& hw, const Region& clip) const;
291 void draw(const sp<const DisplayDevice>& hw, boo
[all...]
H A DLayerDim.h37 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
H A DLayerDim.cpp46 void LayerDim::onDraw(const sp<const DisplayDevice>& hw, argument
52 computeGeometry(hw, mesh, useIdentityTransform);
H A DSurfaceFlinger.cpp592 sp<const DisplayDevice> hw(getDefaultDisplayDevice());
593 info.orientation = hw->getOrientation();
656 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { argument
657 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
659 int32_t type = hw->getDisplayType();
660 int currentMode = hw->getActiveConfig();
663 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode);
672 hw->setActiveConfig(mode);
692 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay));
693 if (hw
878 sp<DisplayDevice> hw = new DisplayDevice(this, local
1516 sp<DisplayDevice> hw = new DisplayDevice(this, local
1868 doDisplayComposition(const sp<const DisplayDevice>& hw, const Region& inDirtyRegion) argument
2056 drawWormhole(const sp<const DisplayDevice>& hw, const Region& region) const argument
2474 setPowerModeInternal(const sp<DisplayDevice>& hw, int mode) argument
3312 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
3379 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, bool isLocalScreenshot) argument
3535 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 DSurfaceFlinger.h255 void setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode);
257 void setPowerModeInternal(const sp<DisplayDevice>& hw, int mode);
329 const sp<const DisplayDevice>& hw,
335 const sp<const DisplayDevice>& hw,
395 void doDisplayComposition(const sp<const DisplayDevice>& hw, const Region& dirtyRegion);
397 // compose surfaces for display hw. this fails if using GL and the surface
399 bool doComposeSurfaces(const sp<const DisplayDevice>& hw, const Region& dirty);
402 void drawWormhole(const sp<const DisplayDevice>& hw, const Region& region) const;
428 const sp<const DisplayDevice>& hw,
H A DLayer.cpp169 const sp<const DisplayDevice> hw(mFlinger->getDefaultDisplayDevice());
170 updateTransformHint(hw);
201 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& /* hw */,
392 FloatRect Layer::computeCrop(const sp<const DisplayDevice>& hw) const {
414 if (!activeCrop.intersect(hw->getViewport(), &activeCrop)) {
499 const sp<const DisplayDevice>& hw,
522 if (isSecure() && !hw->isSecure()) {
555 if(!activeCrop.intersect(hw->getViewport(), &activeCrop)) {
615 if (!frame.intersect(hw->getViewport(), &frame)) {
618 const Transform& tr(hw
498 setGeometry( const sp<const DisplayDevice>& hw, HWComposer::HWCLayerInterface& layer) argument
754 setPerFrameData(const sp<const DisplayDevice>& hw, HWComposer::HWCLayerInterface& layer) argument
831 getPosition( const sp<const DisplayDevice>& hw) argument
859 draw(const sp<const DisplayDevice>& hw, const Region& clip) const argument
863 draw(const sp<const DisplayDevice>& hw, bool useIdentityTransform) const argument
872 onDraw(const sp<const DisplayDevice>& hw, const Region& clip, bool useIdentityTransform) const argument
971 clearWithOpenGL(const sp<const DisplayDevice>& hw, const Region& , float red, float green, float blue, float alpha) const argument
981 clearWithOpenGL( const sp<const DisplayDevice>& hw, const Region& clip) const argument
986 drawWithOpenGL(const sp<const DisplayDevice>& hw, const Region& , bool useIdentityTransform) const argument
1166 computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh, bool useIdentityTransform) const argument
[all...]
/frameworks/av/services/audiopolicy/enginedefault/
H A DAndroid.mk26 $(TARGET_OUT_HEADERS)/hw \
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java166 final DisplayListCanvas hw = (DisplayListCanvas) c;
167 startPendingAnimation(hw, p);
170 return drawHardware(hw);
192 * @param hw hardware canvas on which the animation should draw
195 private void startPendingAnimation(DisplayListCanvas hw, Paint p) { argument
200 mHardwareAnimator.start(hw);
/frameworks/av/services/audiopolicy/engineconfigurable/
H A DAndroid.mk33 $(TARGET_OUT_HEADERS)/hw \
/frameworks/native/vulkan/nulldrv/
H A DAndroid.mk42 LOCAL_MODULE_RELATIVE_PATH := hw
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh16 NUM_CORES=`sysctl -n hw.ncpu`

Completed in 1851 milliseconds