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:CHECK_SANITY
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm.c
1005
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_sw_params()
1112
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_hwsync()
1157
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_delay()
1186
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_resume()
1215
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_htimestamp()
1240
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_prepare()
1270
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_reset()
1295
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_start()
1326
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_drop()
1363
if (
CHECK_SANITY
(! pc
in snd_pcm_drain()
[all...]
H
A
D
pcm_plugin.c
259
if (
CHECK_SANITY
(slave_frames > snd_pcm_mmap_playback_avail(slave))) {
in snd_pcm_plugin_write_areas()
316
if (
CHECK_SANITY
(slave_frames > snd_pcm_mmap_capture_avail(slave))) {
in snd_pcm_plugin_read_areas()
449
if (
CHECK_SANITY
(size)) {
in snd_pcm_plugin_mmap_commit()
H
A
D
pcm_mmap.c
265
if (
CHECK_SANITY
(! pcm->setup)) {
in snd_pcm_mmap()
269
if (
CHECK_SANITY
(pcm->mmap_channels || pcm->running_areas)) {
in snd_pcm_mmap()
447
if (
CHECK_SANITY
(! pcm->mmap_channels)) {
in snd_pcm_munmap()
H
A
D
pcm_rate_linear.c
248
if (
CHECK_SANITY
(dst_frames1 > dst_frames)) {
in linear_shrink()
300
if (
CHECK_SANITY
(dst_frames1 > dst_frames)) {
in linear_shrink_s16()
H
A
D
pcm_rate.c
398
if (
CHECK_SANITY
(rate->pareas)) {
in snd_pcm_rate_hw_params()
/third_party/alsa-lib/include/
H
A
D
local.h
270
#define
CHECK_SANITY
(x) x
macro
275
#define
CHECK_SANITY
(x) 0 /* not evaluated */
macro
/third_party/alsa-lib/src/control/
H
A
D
control_hw.c
377
if (
CHECK_SANITY
(res != sizeof(*event))) {
in snd_ctl_hw_read()
439
if (
CHECK_SANITY
(card < 0 || card >= SND_MAX_CARDS)) {
in snd_ctl_hw_open()
Completed in 13 milliseconds