Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mActiveModeId
(Results
1 - 14
of
14
) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/
H
A
D
fb_display.cpp
73
mActiveModeId
= 0;
in Init()
116
*modeId =
mActiveModeId
;
in GetDisplayMode()
117
if (
mActiveModeId
== static_cast<uint32_t>(INVALID_MODE_ID)) {
in GetDisplayMode()
128
mActiveModeId
= modeId;
in SetDisplayMode()
H
A
D
fb_display.h
50
uint32_t
mActiveModeId
= INVALID_MODE_ID;
member in OHOS::HDI::DISPLAY::FbDisplay
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H
A
D
drm_crtc.h
65
return
mActiveModeId
;
in GetActiveModeId()
79
int32_t
mActiveModeId
= INVALID_MODE_ID;
member in OHOS::HDI::DISPLAY::DrmCrtc
H
A
D
drm_crtc.cpp
72
if (
mActiveModeId
!= id) {
in SetActivieMode()
75
mActiveModeId
= id;
in SetActivieMode()
/device/soc/rockchip/common/hardware/display/src/display_device/
H
A
D
drm_crtc.h
65
return
mActiveModeId
;
in GetActiveModeId()
87
int32_t
mActiveModeId
= INVALID_MODE_ID;
member in OHOS::HDI::DISPLAY::DrmCrtc
H
A
D
drm_crtc.cpp
103
if (
mActiveModeId
!= id) {
in SetActivieMode()
106
mActiveModeId
= id;
in SetActivieMode()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H
A
D
drm_crtc.h
65
return
mActiveModeId
;
in GetActiveModeId()
82
int32_t
mActiveModeId
= INVALID_MODE_ID;
member in OHOS::HDI::DISPLAY::DrmCrtc
H
A
D
drm_crtc.cpp
102
if (
mActiveModeId
!= id) {
in SetActivieMode()
105
mActiveModeId
= id;
in SetActivieMode()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H
A
D
drm_crtc.h
65
return
mActiveModeId
;
in GetActiveModeId()
86
int32_t
mActiveModeId
= INVALID_MODE_ID;
member in OHOS::HDI::DISPLAY::DrmCrtc
H
A
D
drm_crtc.cpp
102
if (
mActiveModeId
!= id) {
in SetActivieMode()
105
mActiveModeId
= id;
in SetActivieMode()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H
A
D
drm_crtc.h
65
return
mActiveModeId
;
in GetActiveModeId()
86
int32_t
mActiveModeId
= INVALID_MODE_ID;
member in OHOS::HDI::DISPLAY::DrmCrtc
H
A
D
drm_crtc.cpp
102
if (
mActiveModeId
!= id) {
in SetActivieMode()
105
mActiveModeId
= id;
in SetActivieMode()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H
A
D
drm_crtc.h
65
return
mActiveModeId
;
in GetActiveModeId()
86
int32_t
mActiveModeId
= INVALID_MODE_ID;
member in OHOS::HDI::DISPLAY::DrmCrtc
H
A
D
drm_crtc.cpp
104
if (
mActiveModeId
!= id) {
in SetActivieMode()
107
mActiveModeId
= id;
in SetActivieMode()
Completed in 4 milliseconds