OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dscb
(Results
1 - 1
of
1
) sorted by null
/external/qemu/audio/
dsoundaudio.c
338
static int dsound_get_status_in (LPDIRECTSOUNDCAPTUREBUFFER
dscb
,
343
hr = IDirectSoundCaptureBuffer_GetStatus (
dscb
, statusp);
704
LPDIRECTSOUNDCAPTUREBUFFER
dscb
= ds->dsound_capture_buffer;
local
706
if (!
dscb
) {
713
if (dsound_get_status_in (
dscb
, &status)) {
724
hr = IDirectSoundCaptureBuffer_Start (
dscb
, DSCBSTART_LOOPING);
732
if (dsound_get_status_in (
dscb
, &status)) {
737
hr = IDirectSoundCaptureBuffer_Stop (
dscb
);
761
LPDIRECTSOUNDCAPTUREBUFFER
dscb
= ds->dsound_capture_buffer;
local
770
if (!
dscb
) {
[
all
...]
Completed in 675 milliseconds