Home | History | Annotate | Download | only in Bundle

Lines Matching defs:deviceType

1337 //  deviceType   the type of device that affects the processing (e.g. for binaural vs transaural)
1342 int VirtualizerIsDeviceSupported(audio_devices_t deviceType) {
1343 switch (deviceType) {
1361 // deviceType the type of device that affects the processing (e.g. for binaural vs transaural)
1367 audio_devices_t deviceType) {
1373 return VirtualizerIsDeviceSupported(deviceType);
1453 // deviceType the type of device that affects the processing (e.g. for binaural vs transaural)
1466 audio_devices_t deviceType __unused, int32_t *pSpeakerAngles) {
2177 const audio_devices_t deviceType = (audio_devices_t) *pParamTemp;
2184 status = VirtualizerIsConfigurationSupported(channelMask, deviceType);
2187 channelMask, deviceType);
2189 VirtualizerGetSpeakerAngles(channelMask, deviceType, (int32_t *)pValue);
2241 const audio_devices_t deviceType = *(audio_devices_t *) pValue;
2242 status = VirtualizerForceVirtualizationMode(pContext, deviceType);
2244 // deviceType, status);