OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerDebugInfo
(Results
1 - 11
of
11
) sorted by null
/frameworks/native/libs/gui/include/gui/
LayerDebugInfo.h
33
class
LayerDebugInfo
: public Parcelable {
35
LayerDebugInfo
() = default;
36
LayerDebugInfo
(const
LayerDebugInfo
&) = default;
37
virtual ~
LayerDebugInfo
() = default;
72
std::string to_string(const
LayerDebugInfo
& info);
ISurfaceComposer.h
44
class
LayerDebugInfo
;
216
virtual status_t getLayerDebugInfo(std::vector<
LayerDebugInfo
>* outLayers) const = 0;
/frameworks/native/libs/gui/
LayerDebugInfo.cpp
17
#include <gui/
LayerDebugInfo
.h>
31
status_t
LayerDebugInfo
::writeToParcel(Parcel* parcel) const {
67
status_t
LayerDebugInfo
::readFromParcel(const Parcel* parcel) {
112
std::string to_string(const
LayerDebugInfo
& info) {
ISurfaceComposer.cpp
31
#include <gui/
LayerDebugInfo
.h>
508
virtual status_t getLayerDebugInfo(std::vector<
LayerDebugInfo
>* outLayers) const
852
std::vector<
LayerDebugInfo
> outLayers;
[
all
...]
/frameworks/native/services/surfaceflinger/
Layer.h
68
class
LayerDebugInfo
;
536
LayerDebugInfo
getLayerDebugInfo() const;
Layer.cpp
43
#include <gui/
LayerDebugInfo
.h>
[
all
...]
BufferLayer.cpp
32
#include <gui/
LayerDebugInfo
.h>
[
all
...]
SurfaceFlinger.h
443
virtual status_t getLayerDebugInfo(std::vector<
LayerDebugInfo
>* outLayers) const;
[
all
...]
SurfaceFlinger.cpp
47
#include <gui/
LayerDebugInfo
.h>
[
all
...]
/frameworks/native/services/surfaceflinger/tests/fakehwc/
SFFakeHwc_test.cpp
27
#include <gui/
LayerDebugInfo
.h>
544
std::vector<
LayerDebugInfo
> layers;
[
all
...]
/frameworks/native/libs/gui/tests/
Surface_test.cpp
622
status_t getLayerDebugInfo(std::vector<
LayerDebugInfo
>* /*layers*/) const override {
[
all
...]
Completed in 555 milliseconds