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:rb_write
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
srbchannel.c
79
pa_ringbuffer rb_read,
rb_write
;
member
105
void *ptr = pa_ringbuffer_begin_write(&sr->
rb_write
, &towrite);
in pa_srbchannel_write()
118
pa_ringbuffer_end_write(&sr->
rb_write
, towrite);
in pa_srbchannel_write()
243
sr->
rb_write
.memory = PA_ALIGN_PTR(sr->rb_read.memory + capacity);
in pa_srbchannel_new()
244
srh->writebuf_offset = sr->
rb_write
.memory - (uint8_t*) srh;
in pa_srbchannel_new()
251
srh->capacity = sr->rb_read.capacity = sr->
rb_write
.capacity = capacity;
in pa_srbchannel_new()
254
sr->
rb_write
.count = &srh->write_count;
in pa_srbchannel_new()
286
sr->rb_read = temp.
rb_write
;
in pa_srbchannel_swap()
287
sr->
rb_write
= temp.rb_read;
in pa_srbchannel_swap()
301
sr->rb_read.capacity = sr->
rb_write
in pa_srbchannel_new_from_template()
[all...]
Completed in 1 milliseconds