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:notifier
(Results
1 - 5
of
5
) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/osal/src/
H
A
D
osal_sysevent.c
43
struct HdfSysEventNotifier *
notifier
= OsalMemCalloc(sizeof(struct HdfSysEventNotifier));
in HdfSysEventNotifierGetInstance()
local
44
if (
notifier
== NULL) {
in HdfSysEventNotifierGetInstance()
48
int ret = OsalMutexInit(&
notifier
->mutex);
in HdfSysEventNotifierGetInstance()
50
OsalMemFree(
notifier
);
in HdfSysEventNotifierGetInstance()
54
DListHeadInit(&
notifier
->notifyNodeList);
in HdfSysEventNotifierGetInstance()
56
hdfSysEventNotifier =
notifier
;
in HdfSysEventNotifierGetInstance()
58
return
notifier
;
in HdfSysEventNotifierGetInstance()
86
struct HdfSysEventNotifier *
notifier
= (struct HdfSysEventNotifier *)listener->priv;
in OnKEventReceived()
local
87
if (
notifier
== NULL) {
in OnKEventReceived()
106
OsalMutexLock(&
notifier
in OnKEventReceived()
125
InitKeventIoServiceListenerLocked(struct HdfSysEventNotifier *
notifier
)
InitKeventIoServiceListenerLocked()
argument
147
DeInitKeventIoServiceListenerLocked(struct HdfSysEventNotifier *
notifier
)
DeInitKeventIoServiceListenerLocked()
argument
164
struct HdfSysEventNotifier *
notifier
= HdfSysEventNotifierGetInstance();
HdfSysEventNotifyRegister()
local
188
struct HdfSysEventNotifier *
notifier
= HdfSysEventNotifierGetInstance();
HdfSysEventNotifyUnregister()
local
[all...]
/drivers/hdf_core/adapter/khdf/linux/manager/src/
H
A
D
devmgr_pm_reg.c
19
#include <linux/
notifier
.h>
H
A
D
hdf_kevent.c
22
#include <linux/
notifier
.h>
434
HDF_LOGE("%s:failed to register pm
notifier
%d", __func__, ret);
in HdfKeventDriverInit()
436
HDF_LOGI("%s:register pm
notifier
success", __func__);
in HdfKeventDriverInit()
442
HDF_LOGE("%s:failed to register fb
notifier
%d", __func__, ret);
in HdfKeventDriverInit()
445
HDF_LOGI("%s:register fb
notifier
success", __func__);
in HdfKeventDriverInit()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H
A
D
usb_pnp_notify.c
21
#include <linux/
notifier
.h>
/drivers/hdf_core/framework/model/audio/usb/src/
H
A
D
audio_usb_dma_ops.c
14
#include <linux/
notifier
.h>
Completed in 5 milliseconds