HomeSort by relevance Sort by last modified time
    Searched refs:EnableIO (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/audio/mac/
audio_auhal_mac.h 91 bool EnableIO(bool enable, UInt32 scope);
audio_synchronized_mac.h 93 OSStatus EnableIO();
audio_auhal_mac.cc 389 bool AUHALStream::EnableIO(bool enable, UInt32 scope) {
390 // See Apple technote for details about the EnableIO property.
456 if (!EnableIO(input_channels_ > 0, kAudioUnitScope_Input))
458 if (!EnableIO(output_channels_ > 0, kAudioUnitScope_Output))
audio_synchronized_mac.cc 446 result = EnableIO();
457 OSStatus AudioSynchronizedStream::EnableIO() {

Completed in 75 milliseconds