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:priv
(Results
1 - 25
of
73
) sorted by relevance
1
2
3
/drivers/hdf_core/interfaces/inner_api/host/shared/
H
A
D
hdf_driver.h
20
void *
priv
;
member
/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/include/mmc/
H
A
D
mmc_block_lite.h
49
void *
priv
[FF_VOLUMES];
member
/drivers/hdf_core/framework/model/audio/dispatch/include/
H
A
D
audio_control_dispatch.h
33
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/adc/
H
A
D
adc_core.h
35
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/fwk/
H
A
D
platform_device.h
41
void *
priv
; /* private data of the device */
member
/drivers/hdf_core/framework/support/platform/include/dac/
H
A
D
dac_core.h
35
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/i2c/
H
A
D
i2c_core.h
33
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/pwm/
H
A
D
pwm_core.h
40
void *
priv
;
member
/drivers/hdf_core/interfaces/inner_api/core/
H
A
D
hdf_io_service_if.h
88
void *
priv
;
member
116
void *
priv
;
member
H
A
D
hdf_service_status.h
88
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/hdmi/
H
A
D
hdmi_event.h
40
void *
priv
;
member
H
A
D
hdmi_hdr.h
52
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/pin/
H
A
D
pin_core.h
30
void *
priv
;
member
42
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/watchdog/
H
A
D
watchdog_core.h
31
void *
priv
;
member
/drivers/peripheral/audio/hdi_service/primary/
H
A
D
audio_manager_service.c
39
static struct AudioManagerPriv
priv
;
in GetAudioManagerPriv()
local
43
static int32_t AudioManagerLoadPrimaryLib(struct AudioManagerPriv *
priv
)
in AudioManagerLoadPrimaryLib()
argument
90
struct AudioManagerPriv *
priv
= GetAudioManagerPriv();
AudioManagerImplGetInstance()
local
118
struct AudioManagerPriv *
priv
= GetAudioManagerPriv();
AudioManagerImplRelease()
local
[all...]
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_loader_test.c
36
static int32_t UsbPnpTestEventReceived(void *
priv
, uint32_t id, struct HdfSBuf *data)
in UsbPnpTestEventReceived()
argument
/drivers/hdf_core/framework/include/audio/
H
A
D
audio_codec_if.h
43
void *
priv
; /**< Codec private data interface */
member
H
A
D
audio_dsp_if.h
87
void *
priv
; /**< Dsp private data interface */
member
/drivers/hdf_core/framework/include/wifi/
H
A
D
wifi_module.h
167
void *
priv
; /**< Private data of the chip driver */
member
/drivers/hdf_core/framework/support/platform/include/clock/
H
A
D
clock_core.h
38
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/mipi/
H
A
D
mipi_dsi_core.h
35
void *
priv
; /* be struct mipi_dsi_device */
member
/drivers/hdf_core/framework/support/platform/include/i2s/
H
A
D
i2s_core.h
42
void *
priv
; // private data
member
/drivers/hdf_core/framework/support/platform/include/timer/
H
A
D
timer_core.h
55
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/include/spi/
H
A
D
spi_core.h
38
void *
priv
;
member
46
void *
priv
;
member
/drivers/hdf_core/framework/support/platform/src/pwm/
H
A
D
pwm_core.c
110
int32_t PwmSetPriv(struct PwmDev *pwm, void *
priv
)
in PwmSetPriv()
argument
Completed in 7 milliseconds
1
2
3