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:DrmInit
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/battery_manager/charger/include/dev/
H
A
D
drm_driver.h
59
int
DrmInit
();
/base/update/updater/services/ui/driver/
H
A
D
drm_driver.h
56
int
DrmInit
();
H
A
D
drm_driver.cpp
264
int DrmDriver::
DrmInit
(void)
in DrmInit()
function in Updater::DrmDriver
269
LOG(ERROR) << "
DrmInit
: GetResources failed";
in DrmInit()
277
LOG(ERROR) << "
DrmInit
: GetConnector failed";
in DrmInit()
284
LOG(ERROR) << "
DrmInit
: GetCrtc failed";
in DrmInit()
295
LOG(INFO) << "
DrmInit
: buff_.width:" << buff_.width << " buff_.height:" << buff_.height;
in DrmInit()
296
LOG(INFO) << "
DrmInit
: crtc_id:" << crtc_->crtc_id << " connector_id:" << conn_->connector_id;
in DrmInit()
305
if (
DrmInit
() == -1) {
in Init()
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
drm_driver.cpp
263
int DrmDriver::
DrmInit
()
in DrmInit()
function in OHOS::PowerMgr::DrmDriver
268
BATTERY_HILOGE(FEATURE_CHARGING, "
DrmInit
: GetResources failed");
in DrmInit()
276
BATTERY_HILOGE(FEATURE_CHARGING, "
DrmInit
: GetConnector failed");
in DrmInit()
283
BATTERY_HILOGE(FEATURE_CHARGING, "
DrmInit
: GetCrtc failed");
in DrmInit()
295
FEATURE_CHARGING, "
DrmInit
: buff_.width: %{public}d buff_.height: %{public}d", buff_.width, buff_.height);
in DrmInit()
297
FEATURE_CHARGING, "
DrmInit
: crtc_id: %{public}d connector_id: %{public}d", crtc_->crtc_id, conn_->connector_id);
in DrmInit()
306
if (
DrmInit
() == -1) {
in Init()
Completed in 2 milliseconds