OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCDisplayNull
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_null.cpp
30
#define __CLASS__ "
HWCDisplayNull
"
34
int
HWCDisplayNull
::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
39
HWCDisplayNull
*hwc_display_null = new
HWCDisplayNull
(core_intf, hwc_procs);
52
void
HWCDisplayNull
::Destroy(HWCDisplay *hwc_display) {
60
HWCDisplayNull
::
HWCDisplayNull
(CoreInterface *core_intf, hwc_procs_t const **hwc_procs)
65
int
HWCDisplayNull
::Init() {
71
int
HWCDisplayNull
::Deinit() {
75
int
HWCDisplayNull
::Prepare(hwc_display_contents_1_t *content_list)
[
all
...]
hwc_display_null.h
34
class
HWCDisplayNull
: public HWCDisplay {
98
HWCDisplayNull
(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
hwc_session.cpp
155
status =
HWCDisplayNull
::Create(core_intf_, &hwc_procs_,
[
all
...]
Completed in 556 milliseconds