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
defs:stubObj
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/audio/effect/host/
H
A
D
audio_effect_driver.c
47
struct HdfRemoteService *
stubObj
= *effectModelHost->stubObject;
in EffectModelDriverDispatch()
local
96
struct HdfRemoteService **
stubObj
= StubCollectorGetOrNewObject(IEFFECTMODEL_INTERFACE_DESC, serviceImpl);
in HdfEffectModelDriverBind()
local
/drivers/peripheral/audio/hdi_service/primary/
H
A
D
audio_manager_driver.c
48
struct HdfRemoteService *
stubObj
= *audiomanagerHost->stubObject;
in AudioManagerDriverDispatch()
local
102
struct HdfRemoteService **
stubObj
= StubCollectorGetOrNewObject(IAUDIOMANAGER_INTERFACE_DESC, serviceImpl);
in HdfAudioManagerDriverBind()
local
/drivers/peripheral/wlan/hdi_service/
H
A
D
wlan_interface_drivers.c
43
struct HdfRemoteService *
stubObj
= *wlaninterfaceHost->stubObject;
in WlanInterfaceDriverDispatch()
local
88
struct HdfRemoteService **
stubObj
= StubCollectorGetOrNewObject(IWLANINTERFACE_INTERFACE_DESC, serviceImpl);
in HdfWlanInterfaceDriverBind()
local
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H
A
D
hostapd_interface_drivers.c
51
struct HdfRemoteService *
stubObj
= *hostapdinterfaceHost->stubObject;
in HostapdInterfaceDriverDispatch()
local
94
struct HdfRemoteService **
stubObj
= StubCollectorGetOrNewObject(IHOSTAPDINTERFACE_INTERFACE_DESC, serviceImpl);
in HdfHostapdInterfaceDriverBind()
local
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H
A
D
wpa_interface_drivers.c
56
struct HdfRemoteService *
stubObj
= *wpainterfaceHost->stubObject;
in WpaInterfaceDriverDispatch()
local
98
struct HdfRemoteService **
stubObj
= StubCollectorGetOrNewObject(IWPAINTERFACE_INTERFACE_DESC, serviceImpl);
in HdfWpaInterfaceDriverBind()
local
Completed in 3 milliseconds