OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCSession
(Results
1 - 16
of
16
) sorted by null
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session_services.cpp
38
#define __CLASS__ "
HWCSession
"
44
void
HWCSession
::StartServices() {
94
Return<void>
HWCSession
::isDisplayConnected(IDisplayConfig::DisplayType dpy,
112
int32_t
HWCSession
::SetSecondaryDisplayStatus(int disp_id, HWCDisplay::DisplayStatus status) {
131
Return<int32_t>
HWCSession
::setSecondayDisplayStatus(IDisplayConfig::DisplayType dpy,
136
Return<int32_t>
HWCSession
::configureDynRefeshRate(IDisplayConfig::DisplayDynRefreshRateOp op,
159
int32_t
HWCSession
::GetConfigCount(int disp_id, uint32_t *count) {
173
Return<void>
HWCSession
::getConfigCount(IDisplayConfig::DisplayType dpy,
183
int32_t
HWCSession
::GetActiveConfigIndex(int disp_id, uint32_t *config) {
197
Return<void>
HWCSession
::getActiveConfig(IDisplayConfig::DisplayType dpy
[
all
...]
hwc_session.cpp
49
#define __CLASS__ "
HWCSession
"
54
static sdm::
HWCSession
::HWCModuleMethods g_hwc_module_methods;
73
Locker
HWCSession
::locker_[HWC_NUM_DISPLAY_TYPES];
74
bool
HWCSession
::disable_skip_validate_ = false;
129
HWCSession
::
HWCSession
(const hw_module_t *module) {
138
int
HWCSession
::Init() {
228
int
HWCSession
::Deinit() {
257
int
HWCSession
::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
264
HWCSession
*hwc_session = new HWCSession(module)
[
all
...]
hwc_session.h
75
class
HWCSession
: hwc2_device_t, HWCUEventListener, IDisplayConfig, public qClient::BnQClient {
78
HWCModuleMethods() { hw_module_methods_t::open =
HWCSession
::Open; }
81
explicit
HWCSession
(const hw_module_t *module);
98
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
116
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp
46
#define __CLASS__ "
HWCSession
"
51
static sdm::
HWCSession
::HWCModuleMethods g_hwc_module_methods;
68
Locker
HWCSession
::locker_;
70
HWCSession
::
HWCSession
(const hw_module_t *module) {
79
int
HWCSession
::Init() {
152
int
HWCSession
::Deinit() {
177
int
HWCSession
::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
186
HWCSession
*hwc_session = new
HWCSession
(module)
[
all
...]
hwc_session.h
37
class
HWCSession
: hwc2_device_t, public qClient::BnQClient {
40
HWCModuleMethods() { hw_module_methods_t::open =
HWCSession
::Open; }
43
explicit
HWCSession
(const hw_module_t *module);
55
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
72
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp
57
#define __CLASS__ "
HWCSession
"
62
static sdm::
HWCSession
::HWCModuleMethods g_hwc_module_methods;
80
Locker
HWCSession
::locker_;
91
HWCSession
::
HWCSession
(const hw_module_t *module) {
115
int
HWCSession
::Init() {
190
int
HWCSession
::Deinit() {
207
int
HWCSession
::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
216
HWCSession
*hwc_session = new
HWCSession
(module)
[
all
...]
hwc_session.h
39
class
HWCSession
: hwc_composer_device_1_t, public qClient::BnQClient {
43
hw_module_methods_t::open =
HWCSession
::Open;
47
explicit
HWCSession
(const hw_module_t *module);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session_services.cpp
38
#define __CLASS__ "
HWCSession
"
44
void
HWCSession
::StartServices() {
93
Return<void>
HWCSession
::isDisplayConnected(IDisplayConfig::DisplayType dpy,
111
int32_t
HWCSession
::SetSecondaryDisplayStatus(int disp_id, HWCDisplay::DisplayStatus status) {
131
Return<int32_t>
HWCSession
::setSecondayDisplayStatus(IDisplayConfig::DisplayType dpy,
136
Return<int32_t>
HWCSession
::configureDynRefeshRate(IDisplayConfig::DisplayDynRefreshRateOp op,
160
int32_t
HWCSession
::GetConfigCount(int disp_id, uint32_t *count) {
170
Return<void>
HWCSession
::getConfigCount(IDisplayConfig::DisplayType dpy,
180
int32_t
HWCSession
::GetActiveConfigIndex(int disp_id, uint32_t *config) {
190
Return<void>
HWCSession
::getActiveConfig(IDisplayConfig::DisplayType dpy
[
all
...]
hwc_session.cpp
48
#define __CLASS__ "
HWCSession
"
53
static sdm::
HWCSession
::HWCModuleMethods g_hwc_module_methods;
72
Locker
HWCSession
::locker_;
127
HWCSession
::
HWCSession
(const hw_module_t *module) {
136
int
HWCSession
::Init() {
216
int
HWCSession
::Deinit() {
241
int
HWCSession
::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
250
HWCSession
*hwc_session = new
HWCSession
(module)
[
all
...]
hwc_session.h
66
class
HWCSession
: hwc2_device_t, HWCUEventListener, IDisplayConfig, public qClient::BnQClient {
69
HWCModuleMethods() { hw_module_methods_t::open =
HWCSession
::Open; }
72
explicit
HWCSession
(const hw_module_t *module);
88
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
105
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp
45
#define __CLASS__ "
HWCSession
"
50
static sdm::
HWCSession
::HWCModuleMethods g_hwc_module_methods;
67
Locker
HWCSession
::locker_;
69
HWCSession
::
HWCSession
(const hw_module_t *module) {
78
int
HWCSession
::Init() {
141
int
HWCSession
::Deinit() {
164
int
HWCSession
::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
173
HWCSession
*hwc_session = new
HWCSession
(module)
[
all
...]
hwc_session.h
36
class
HWCSession
: hwc2_device_t, public qClient::BnQClient {
39
HWCModuleMethods() { hw_module_methods_t::open =
HWCSession
::Open; }
42
explicit
HWCSession
(const hw_module_t *module);
54
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
71
HWCSession
*hwc_session = static_cast<
HWCSession
*>(device);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp
60
#define __CLASS__ "
HWCSession
"
65
static sdm::
HWCSession
::HWCModuleMethods g_hwc_module_methods;
83
Locker
HWCSession
::locker_;
94
HWCSession
::
HWCSession
(const hw_module_t *module) {
118
int
HWCSession
::Init() {
207
int
HWCSession
::Deinit() {
225
int
HWCSession
::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
234
HWCSession
*hwc_session = new
HWCSession
(module)
[
all
...]
hwc_session.h
40
class
HWCSession
: hwc_composer_device_1_t, public qClient::BnQClient {
44
hw_module_methods_t::open =
HWCSession
::Open;
48
explicit
HWCSession
(const hw_module_t *module);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp
60
#define __CLASS__ "
HWCSession
"
65
static sdm::
HWCSession
::HWCModuleMethods g_hwc_module_methods;
83
Locker
HWCSession
::locker_;
94
HWCSession
::
HWCSession
(const hw_module_t *module) {
118
int
HWCSession
::Init() {
207
int
HWCSession
::Deinit() {
225
int
HWCSession
::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
234
HWCSession
*hwc_session = new
HWCSession
(module)
[
all
...]
hwc_session.h
40
class
HWCSession
: hwc_composer_device_1_t, public qClient::BnQClient {
44
hw_module_methods_t::open =
HWCSession
::Open;
48
explicit
HWCSession
(const hw_module_t *module);
Completed in 312 milliseconds