Home
last modified time | relevance | path

Searched refs:surface (Results 1 – 25 of 27) sorted by relevance

12

/system/extras/slideshow/
Dslideshow.cpp60 GRSurface* surface; in draw() local
63 if (res_create_display_surface(resname, &surface) < 0) { in draw()
68 w = gr_get_width(surface); in draw()
69 h = gr_get_height(surface); in draw()
73 gr_blit(surface, 0, 0, w, h, x, y); in draw()
76 res_free_surface(surface); in draw()
/system/core/healthd/
Dhealthd_mode_charger_test.cpp111 MOCK_METHOD(int, CreateDisplaySurface, (const std::string& name, GRSurface** surface));
113 (const std::string& name, int* frames, int* fps, GRSurface*** surface));
142 .WillRepeatedly(Invoke([](const auto&, GRSurface** surface) { in ExpectChargerResAt() argument
143 *surface = nullptr; in ExpectChargerResAt()
148 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt() argument
151 *surface = multi; in ExpectChargerResAt()
Dhealthd_draw.cpp105 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered() argument
108 int w = gr_get_width(surface); in draw_surface_centered()
109 int h = gr_get_height(surface); in draw_surface_centered()
114 gr_blit(surface, 0, 0, w, h, x, y); in draw_surface_centered()
118 gr_blit(surface, 0, 0, w, h, x, y); in draw_surface_centered()
218 draw_surface_centered(frame.surface); in draw_battery()
Dhealthd_mode_charger.cpp167 .surface = NULL, in InitDefaultAnimationFrames()
173 .surface = NULL, in InitDefaultAnimationFrames()
179 .surface = NULL, in InitDefaultAnimationFrames()
185 .surface = NULL, in InitDefaultAnimationFrames()
191 .surface = NULL, in InitDefaultAnimationFrames()
197 .surface = NULL, in InitDefaultAnimationFrames()
724 batt_anim_.frames[i].surface = scale_frames[i]; in Init()
741 int Charger::CreateDisplaySurface(const std::string& name, GRSurface** surface) { in CreateDisplaySurface() argument
742 return res_create_display_surface(name.c_str(), surface); in CreateDisplaySurface()
746 GRSurface*** surface) { in CreateMultiDisplaySurface() argument
[all …]
Dhealthd_mode_charger.h57 virtual int CreateDisplaySurface(const std::string& name, GRSurface** surface);
59 GRSurface*** surface);
Danimation.h37 GRSurface* surface; member
Dhealthd_draw.h43 virtual int draw_surface_centered(GRSurface* surface);
/system/sepolicy/vendor/
Dhal_evs_default.te11 # allow to use surface flinger
Dmediacodec.te12 # mediacodec may use an input surface from a different Codec2 or OMX service
/system/nvram/
DREADME.md25 module, which implements the entire NVRAM HAL API surface in userspace for the
37 HAL modules. The code implements the API surface specified by the nvram.h HAL
42 surface.
/system/sepolicy/prebuilts/api/29.0/public/
Dmediaswcodec.te6 # mediaswcodec may use an input surface from a different Codec2 service or an
/system/sepolicy/prebuilts/api/30.0/public/
Dmediaswcodec.te6 # mediaswcodec may use an input surface from a different Codec2 service or an
/system/sepolicy/prebuilts/api/31.0/public/
Dmediaswcodec.te6 # mediaswcodec may use an input surface from a different Codec2 service or an
/system/sepolicy/public/
Dmediaswcodec.te6 # mediaswcodec may use an input surface from a different Codec2 service or an
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot_fuzz.proto87 // Test directives that has nothing to do with ISnapshotManager API surface.
/system/sepolicy/prebuilts/api/29.0/private/
Dsurfaceflinger.te63 # Allow writing surface traces to /data/misc/wmtrace.
Disolated_app.te126 # for controlling isolated_app attack surface.
/system/sepolicy/prebuilts/api/28.0/private/
Dsurfaceflinger.te59 # Allow writing surface traces to /data/misc/wmtrace.
Disolated_app.te114 # for controlling isolated_app attack surface.
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java695 Surface surface = new Surface(texture); in createCameraPreviewSession() local
700 mPreviewRequestBuilder.addTarget(surface); in createCameraPreviewSession()
703 mCameraDevice.createCaptureSession(Arrays.asList(surface, mImageReader.getSurface()), in createCameraPreviewSession()
/system/sepolicy/private/
Dsurfaceflinger.te69 # Allow writing surface traces to /data/misc/wmtrace.
Disolated_app.te125 # for controlling isolated_app attack surface.
/system/sepolicy/prebuilts/api/30.0/private/
Dsurfaceflinger.te66 # Allow writing surface traces to /data/misc/wmtrace.
/system/sepolicy/prebuilts/api/31.0/private/
Dsurfaceflinger.te69 # Allow writing surface traces to /data/misc/wmtrace.
Disolated_app.te125 # for controlling isolated_app attack surface.

12