OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_capture
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/audio/
audio.c
929
bool
has_capture
;
local in function:audioattach
953
has_capture
= (sc->sc_props & AUDIO_PROP_CAPTURE);
974
if (
has_capture
) {
998
KASSERT(has_playback ||
has_capture
);
1000
if (!has_playback || !
has_capture
) {
1010
if (
has_capture
) {
1014
if (has_playback &&
has_capture
) {
1066
if (has_playback &&
has_capture
)
audio.c
929
bool
has_capture
;
local in function:audioattach
953
has_capture
= (sc->sc_props & AUDIO_PROP_CAPTURE);
974
if (
has_capture
) {
998
KASSERT(has_playback ||
has_capture
);
1000
if (!has_playback || !
has_capture
) {
1010
if (
has_capture
) {
1014
if (has_playback &&
has_capture
) {
1066
if (has_playback &&
has_capture
)
Completed in 31 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025