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:HandleHotplug
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_netlink_monitor.cpp
83
HdiSession::GetInstance().
HandleHotplug
(false);
86
HdiSession::GetInstance().
HandleHotplug
(true);
H
A
D
drm_device.cpp
287
bool DrmDevice::
HandleHotplug
(uint32_t dispId, bool plugIn)
in HandleHotplug()
function in OHOS::HDI::DrmDevice
307
if (connector->
HandleHotplug
(mEncoders, mCrtcs, plugIn) == true) {
in HandleHotplug()
H
A
D
hdi_session.cpp
57
void HdiSession::
HandleHotplug
(bool plugIn)
in HandleHotplug()
function in OHOS::HDI::DISPLAY::HdiSession
62
auto isSuccess = device->
HandleHotplug
(display->GetId(), plugIn);
in HandleHotplug()
H
A
D
drm_connector.cpp
287
bool DrmConnector::
HandleHotplug
(IdMapPtr<DrmEncoder> &encoders,
in HandleHotplug()
function in OHOS::HDI::DISPLAY::DrmConnector
/drivers/peripheral/display/composer/vdi_base/include/
H
A
D
hdi_device_interface.h
30
virtual bool
HandleHotplug
(uint32_t dispId, bool plugIn) = 0;
H
A
D
hdi_session.h
65
void
HandleHotplug
(bool plugIn);
H
A
D
drm_connector.h
106
bool
HandleHotplug
(IdMapPtr<DrmEncoder> &encoders, IdMapPtr<DrmCrtc> &crtcs, bool plugIn);
H
A
D
drm_device.h
79
bool
HandleHotplug
(uint32_t dispId, bool plugIn) override;
Completed in 4 milliseconds