HomeSort by relevance Sort by last modified time
    Searched refs:HWCSession (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msmcobalt/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/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/msm8996/sdm/libs/hwc2/
hwc_session.cpp 47 #define __CLASS__ "HWCSession"
52 static sdm::HWCSession::HWCModuleMethods g_hwc_module_methods;
69 Locker HWCSession::locker_;
71 HWCSession::HWCSession(const hw_module_t *module) {
80 int HWCSession::Init() {
141 int HWCSession::Deinit() {
158 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
167 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/msmcobalt/sdm/libs/hwc2/
hwc_session.cpp 47 #define __CLASS__ "HWCSession"
52 static sdm::HWCSession::HWCModuleMethods g_hwc_module_methods;
69 Locker HWCSession::locker_;
71 HWCSession::HWCSession(const hw_module_t *module) {
80 int HWCSession::Init() {
141 int HWCSession::Deinit() {
158 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
167 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);

Completed in 50 milliseconds