Searched refs:outputDeviceChangeCallback (Results 1 – 3 of 3) sorted by relevance
68 …std::shared_ptr<OutputDeviceChangeWithInfoCallbackImpl> outputDeviceChangeCallback = outputDeviceC… in ~AudioRendererPrivate() local69 if (outputDeviceChangeCallback != nullptr) { in ~AudioRendererPrivate()70 outputDeviceChangeCallback->RemoveCallback(); in ~AudioRendererPrivate()71 outputDeviceChangeCallback->UnsetAudioRendererObj(); in ~AudioRendererPrivate()
7757 let outputDeviceChangeCallback = (deviceInfo: audio.AudioDeviceDescriptors) => {7763 audioRenderer.on('outputDeviceChange', outputDeviceChangeCallback);7765 audioRenderer.off('outputDeviceChange', outputDeviceChangeCallback);
7760 let outputDeviceChangeCallback = (deviceInfo: audio.AudioDeviceDescriptors) => {7766 audioRenderer.on('outputDeviceChange', outputDeviceChangeCallback);7768 audioRenderer.off('outputDeviceChange', outputDeviceChangeCallback);