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:sync_ptr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_hw.c
99
struct snd_pcm_sync_ptr *
sync_ptr
;
member
145
hw->
sync_ptr
->flags = flags;
in sync_ptr1()
146
if (ioctl(hw->fd, SNDRV_PCM_IOCTL_SYNC_PTR, hw->
sync_ptr
) < 0) {
in sync_ptr1()
1021
static bool map_status_data(snd_pcm_hw_t *hw, struct snd_pcm_sync_ptr *
sync_ptr
,
in map_status_data()
argument
1035
mmap_status = &
sync_ptr
->s.status;
in map_status_data()
1047
struct snd_pcm_sync_ptr *
sync_ptr
,
in map_control_data()
1061
mmap_control = &
sync_ptr
->c.control;
in map_control_data()
1075
struct snd_pcm_sync_ptr *
sync_ptr
;
in map_status_and_control_data()
local
1079
sync_ptr
= malloc(sizeof(*
sync_ptr
));
in map_status_and_control_data()
1046
map_control_data(snd_pcm_hw_t *hw, struct snd_pcm_
sync_ptr
*
sync_ptr
, bool force_fallback)
map_control_data()
argument
[all...]
H
A
D
pcm_direct.h
151
int (*
sync_ptr
)(snd_pcm_t *pcm);
member
H
A
D
pcm_dsnoop.c
557
dsnoop->
sync_ptr
= snd_pcm_dsnoop_sync_ptr;
in snd_pcm_dsnoop_open()
H
A
D
pcm_dshare.c
692
dshare->
sync_ptr
= snd_pcm_dshare_sync_ptr;
in snd_pcm_dshare_open()
H
A
D
pcm_dmix.c
990
dmix->
sync_ptr
= snd_pcm_dmix_sync_ptr;
in snd_pcm_dmix_open()
Completed in 7 milliseconds