Home | History | Annotate | Download | only in Bundle

Lines Matching refs:deviceType

1299 //  deviceType   the type of device that affects the processing (e.g. for binaural vs transaural)
1304 int VirtualizerIsDeviceSupported(audio_devices_t deviceType) {
1305 switch (deviceType) {
1323 // deviceType the type of device that affects the processing (e.g. for binaural vs transaural)
1329 audio_devices_t deviceType) {
1335 return VirtualizerIsDeviceSupported(deviceType);
1415 // deviceType the type of device that affects the processing (e.g. for binaural vs transaural)
1428 audio_devices_t deviceType __unused, int32_t *pSpeakerAngles) {
2139 const audio_devices_t deviceType = (audio_devices_t) *pParamTemp;
2146 status = VirtualizerIsConfigurationSupported(channelMask, deviceType);
2149 channelMask, deviceType);
2151 VirtualizerGetSpeakerAngles(channelMask, deviceType, (int32_t *)pValue);
2203 const audio_devices_t deviceType = *(audio_devices_t *) pValue;
2204 status = VirtualizerForceVirtualizationMode(pContext, deviceType);
2206 // deviceType, status);