Home
last modified time | relevance | path

Searched refs:SL_DEFAULTDEVICEID_AUDIOOUTPUT (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
DIDeviceVolume.cpp29 case SL_DEFAULTDEVICEID_AUDIOOUTPUT: in IDeviceVolume_GetVolumeScale()
57 deviceID = SL_DEFAULTDEVICEID_AUDIOOUTPUT; in IDeviceVolume_SetVolume()
60 case SL_DEFAULTDEVICEID_AUDIOOUTPUT: in IDeviceVolume_SetVolume()
89 deviceID = SL_DEFAULTDEVICEID_AUDIOOUTPUT; in IDeviceVolume_GetVolume()
92 case SL_DEFAULTDEVICEID_AUDIOOUTPUT: in IDeviceVolume_GetVolume()
DIOutputMix.cpp37 pDeviceIDs[0] = SL_DEFAULTDEVICEID_AUDIOOUTPUT; in IOutputMix_GetDestinationOutputDeviceIDs()
72 case SL_DEFAULTDEVICEID_AUDIOOUTPUT: in IOutputMix_ReRoute()
DIAudioIODeviceCapabilities.cpp221 case SL_DEFAULTDEVICEID_AUDIOOUTPUT: in IAudioIODeviceCapabilities_GetDefaultAudioDevices()
233 case SL_DEFAULTDEVICEID_AUDIOOUTPUT: in IAudioIODeviceCapabilities_GetDefaultAudioDevices()
271 case SL_DEFAULTDEVICEID_AUDIOOUTPUT: in IAudioIODeviceCapabilities_QuerySampleFormatsSupported()
/frameworks/wilhelm/src/
Ddevices.cpp83 {SL_DEFAULTDEVICEID_AUDIOOUTPUT, &AudioOutputDescriptor_speaker},
/frameworks/wilhelm/tests/sandbox/
Doutputmix.c188 assert(SL_DEFAULTDEVICEID_AUDIOOUTPUT == deviceIDs[0]); in main()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h454 #define SL_DEFAULTDEVICEID_AUDIOOUTPUT ((SLuint32) 0xFFFFFFFE) macro