OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_param
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh
31
check_param
()
function
73
check_param
$1 $2
77
check_param
$1 $2
81
check_param
$1 $2
85
check_param
$1 $2
89
check_param
$1 $2
93
check_param
$1 $2
97
check_param
$1 $2
101
check_param
$1 $2
105
check_param
$1 $
[
all
...]
/external/tinyalsa/
tinyplay.c
163
int
check_param
(struct pcm_params *params, unsigned int param, unsigned int value,
function
200
can_play =
check_param
(params, PCM_PARAM_RATE, rate, "Sample rate", "Hz");
201
can_play &=
check_param
(params, PCM_PARAM_CHANNELS, channels, "Sample", " channels");
202
can_play &=
check_param
(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits");
203
can_play &=
check_param
(params, PCM_PARAM_PERIOD_SIZE, period_size, "Period size", "Hz");
204
can_play &=
check_param
(params, PCM_PARAM_PERIODS, period_count, "Period count", "Hz");
Completed in 312 milliseconds