Searched refs:fIn (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDrvHostALSAAudio.cpp375 static int drvHostALSAAudioOpen(bool fIn, argument
389 const char *pszDev = fIn ? s_ALSAConf.pcm_name_in : s_ALSAConf.pcm_name_out;
393 fIn ? "input" : "output"));
399 fIn ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK,
404 fIn ? "ADC" : "DAC", snd_strerror(err)));
466 if ( !((fIn && s_ALSAConf.size_in_usec_in)
467 || (!fIn && s_ALSAConf.size_in_usec_out)))
478 if ( ( fIn && s_ALSAConf.size_in_usec_in)
479 || (!fIn && s_ALSAConf.size_in_usec_out))
527 if ( ( fIn
[all...]
H A Dpulseaudio.c244 static int pulse_open (int fIn, pa_stream **ppStream, pa_sample_spec *pSampleSpec, argument
256 fIn ? "pcm_in" : "pcm_out",
260 fIn ? "PCM_IN" : "PCM_OUT", pSampleSpec->rate, pSampleSpec->channels,
292 if (fIn)
337 if (fIn)
H A DDrvHostOSSAudio.cpp228 static int drvHostOSSAudioOpen(bool fIn, argument
241 const char *pszDev = fIn ? s_OSSConf.devpath_in : s_OSSConf.devpath_out;
245 fIn ? "input" : "output"));
250 hFile = open(pszDev, (fIn ? O_RDONLY : O_WRONLY) | O_NONBLOCK);
305 if (ioctl(hFile, fIn ? SNDCTL_DSP_GETISPACE : SNDCTL_DSP_GETOSPACE,
584 rc = drvHostOSSAudioOpen(true /* fIn */,
661 rc = drvHostOSSAudioOpen(false /* fIn */,
H A DDrvHostPulseAudio.cpp316 static int drvHostPulseAudioOpen(bool fIn, const char *pszName, argument
367 if (fIn)
421 if (fIn)
582 int rc = drvHostPulseAudioOpen(false /* fIn */, "pa.out", &pThisStrmOut->SampleSpec, &pThisStrmOut->BufAttr,
659 int rc = drvHostPulseAudioOpen(true /* fIn */, "pa.in", &pThisStrmIn->SampleSpec, &pThisStrmIn->BufAttr,
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp1629 * @param fIn - whether this is a page in or out op.
1630 * the direction is VRA#M - related, so fIn == true - transfer to VRAM); false - transfer from VRAM
1632 static int vboxVDMACrCmdVbvaProcessPagingEl(PPDMDEVINS pDevIns, VBOXCMDVBVAPAGEIDX iPage, uint8_t *pu8Vram, bool fIn) argument
1638 if (fIn)
1670 static int vboxVDMACrCmdVbvaProcessPagingEls(PPDMDEVINS pDevIns, const VBOXCMDVBVAPAGEIDX *piPages, uint32_t cPages, uint8_t *pu8Vram, bool fIn) argument
1674 int rc = vboxVDMACrCmdVbvaProcessPagingEl(pDevIns, piPages[i], pu8Vram, fIn);
1732 bool fIn = !!(pHdr->u8Flags & VBOXCMDVBVA_OPF_PAGING_TRANSFER_IN); local
1737 *pfIn = fIn;
1790 bool fIn; local
1793 &pu8Vram, &fIn);
1932 bool fIn; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp3664 BOOLEAN fIn;
3674 fIn = FALSE;
3684 fIn = TRUE;
3704 if (fIn)

Completed in 819 milliseconds