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:pa_scache_entry
(Results
1 - 8
of
8
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-scache.c
77
static void free_entry(
pa_scache_entry
*e) {
in free_entry()
92
static
pa_scache_entry
* scache_add_item(pa_core *c, const char *name, bool *new_sample) {
in scache_add_item()
93
pa_scache_entry
*e;
in scache_add_item()
111
e = pa_xnew(
pa_scache_entry
, 1);
in scache_add_item()
153
pa_scache_entry
*e;
in pa_scache_add_item()
243
pa_scache_entry
*e;
in pa_scache_add_file_lazy()
277
pa_scache_entry
*e;
in pa_scache_remove_item()
306
pa_scache_entry
*e;
in pa_scache_play_item()
395
pa_scache_entry
*e;
in pa_scache_get_name_by_id()
407
pa_scache_entry
*
in pa_scache_get_id_by_name()
[all...]
H
A
D
core-scache.h
30
typedef struct
pa_scache_entry
{
struct
48
}
pa_scache_entry
;
typedef
H
A
D
cli-text.c
613
pa_scache_entry
*e;
in pa_scache_list_to_string()
H
A
D
protocol-esound.c
688
pa_scache_entry
*ce;
in esd_proto_all_info()
798
pa_scache_entry
*ce;
in esd_proto_sample_pan()
H
A
D
protocol-native.c
3352
static void scache_fill_tagstruct(pa_native_connection *c, pa_tagstruct *t,
pa_scache_entry
*e) {
in scache_fill_tagstruct()
3394
pa_scache_entry
*sce = NULL;
in command_get_info()
/third_party/pulseaudio/src/modules/dbus/
H
A
D
iface-sample.h
38
pa_dbusiface_sample *pa_dbusiface_sample_new(pa_dbusiface_core *core,
pa_scache_entry
*sample);
H
A
D
iface-sample.c
36
pa_scache_entry
*sample;
456
pa_scache_entry
*sample = call_data;
in sample_cache_changed_cb()
483
pa_dbusiface_sample *pa_dbusiface_sample_new(pa_dbusiface_core *core,
pa_scache_entry
*sample) {
in pa_dbusiface_sample_new()
H
A
D
iface-core.c
1254
pa_scache_entry
*sample;
in handle_get_sample_by_name()
1296
pa_scache_entry
*sample = NULL;
in handle_upload_sample()
1644
pa_scache_entry
*sample = call_data;
in sample_cache_new_cb()
1670
pa_scache_entry
*sample = call_data;
in sample_cache_removed_cb()
2179
pa_scache_entry
*sample;
in pa_dbusiface_core_new()
Completed in 16 milliseconds