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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp 425 HWCQDCMModeManager *mode_mgr = new HWCQDCMModeManager(); local
427 if (!mode_mgr) {
431 mode_mgr->socket_fd_ =
433 if (mode_mgr->socket_fd_ < 0) {
439 mode_mgr->entry_timeout_ = UINT32(HWCDebugHandler::GetIdleTimeoutMs());
446 delete mode_mgr;
447 mode_mgr = NULL;
449 mode_mgr->power_mgr_ = android::interface_cast<android::IPowerManager>(binder);
453 return mode_mgr;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_color_manager.cpp 272 HWCQDCMModeManager *mode_mgr = new HWCQDCMModeManager(); local
274 if (!mode_mgr) {
278 mode_mgr->socket_fd_ =
280 if (mode_mgr->socket_fd_ < 0) {
286 mode_mgr->entry_timeout_ = UINT32(HWCDebugHandler::GetIdleTimeoutMs());
289 return mode_mgr;
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_color_manager.cpp 525 HWCQDCMModeManager *mode_mgr = new HWCQDCMModeManager(); local
527 if (!mode_mgr) {
531 mode_mgr->socket_fd_ =
533 if (mode_mgr->socket_fd_ < 0) {
539 mode_mgr->entry_timeout_ = UINT32(HWCDebugHandler::GetIdleTimeoutMs());
546 delete mode_mgr;
547 mode_mgr = NULL;
549 mode_mgr->power_mgr_ = android::interface_cast<android::IPowerManager>(binder);
553 return mode_mgr;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_color_manager.cpp 525 HWCQDCMModeManager *mode_mgr = new HWCQDCMModeManager(); local
527 if (!mode_mgr) {
531 mode_mgr->socket_fd_ =
533 if (mode_mgr->socket_fd_ < 0) {
539 mode_mgr->entry_timeout_ = UINT32(HWCDebugHandler::GetIdleTimeoutMs());
546 delete mode_mgr;
547 mode_mgr = NULL;
549 mode_mgr->power_mgr_ = android::interface_cast<android::IPowerManager>(binder);
553 return mode_mgr;
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_color_manager.cpp 371 HWCQDCMModeManager *mode_mgr = new HWCQDCMModeManager(); local
373 if (!mode_mgr) {
377 mode_mgr->socket_fd_ =
379 if (mode_mgr->socket_fd_ < 0) {
385 mode_mgr->entry_timeout_ = UINT32(HWCDebugHandler::GetIdleTimeoutMs());
388 return mode_mgr;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_color_manager.cpp 372 HWCQDCMModeManager *mode_mgr = new HWCQDCMModeManager(); local
374 if (!mode_mgr) {
378 mode_mgr->socket_fd_ =
380 if (mode_mgr->socket_fd_ < 0) {
386 mode_mgr->entry_timeout_ = UINT32(HWCDebugHandler::GetIdleTimeoutMs());
389 return mode_mgr;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_color_manager.cpp 375 HWCQDCMModeManager *mode_mgr = new HWCQDCMModeManager(); local
377 if (!mode_mgr) {
381 mode_mgr->socket_fd_ =
383 if (mode_mgr->socket_fd_ < 0) {
389 mode_mgr->entry_timeout_ = UINT32(HWCDebugHandler::GetIdleTimeoutMs());
392 return mode_mgr;

Completed in 89 milliseconds