/system/extras/slideshow/ |
D | slideshow.cpp | 60 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/ |
D | healthd_mode_charger_test.cpp | 111 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()
|
D | healthd_draw.cpp | 105 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()
|
D | healthd_mode_charger.cpp | 167 .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 …]
|
D | healthd_mode_charger.h | 57 virtual int CreateDisplaySurface(const std::string& name, GRSurface** surface); 59 GRSurface*** surface);
|
D | animation.h | 37 GRSurface* surface; member
|
D | healthd_draw.h | 43 virtual int draw_surface_centered(GRSurface* surface);
|
/system/sepolicy/vendor/ |
D | hal_evs_default.te | 11 # allow to use surface flinger
|
D | mediacodec.te | 12 # mediacodec may use an input surface from a different Codec2 or OMX service
|
/system/nvram/ |
D | README.md | 25 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/ |
D | mediaswcodec.te | 6 # mediaswcodec may use an input surface from a different Codec2 service or an
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | mediaswcodec.te | 6 # mediaswcodec may use an input surface from a different Codec2 service or an
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | mediaswcodec.te | 6 # mediaswcodec may use an input surface from a different Codec2 service or an
|
/system/sepolicy/public/ |
D | mediaswcodec.te | 6 # mediaswcodec may use an input surface from a different Codec2 service or an
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot_fuzz.proto | 87 // Test directives that has nothing to do with ISnapshotManager API surface.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | surfaceflinger.te | 63 # Allow writing surface traces to /data/misc/wmtrace.
|
D | isolated_app.te | 126 # for controlling isolated_app attack surface.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | surfaceflinger.te | 59 # Allow writing surface traces to /data/misc/wmtrace.
|
D | isolated_app.te | 114 # for controlling isolated_app attack surface.
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 695 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/ |
D | surfaceflinger.te | 69 # Allow writing surface traces to /data/misc/wmtrace.
|
D | isolated_app.te | 125 # for controlling isolated_app attack surface.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | surfaceflinger.te | 66 # Allow writing surface traces to /data/misc/wmtrace.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | surfaceflinger.te | 69 # Allow writing surface traces to /data/misc/wmtrace.
|
D | isolated_app.te | 125 # for controlling isolated_app attack surface.
|