Home
last modified time | relevance | path

Searched refs:FreeChannel (Results 1 – 15 of 15) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/engine/
H A Daudio.cpp69 void FreeChannel( const int channel ) in FreeChannel() function
259 Mix_ChannelFinished( FreeChannel ); in Play()
274 Mix_ChannelFinished( FreeChannel ); in Play()
/dports/games/alephone/alephone-release-20190331/Source_Files/Sound/
H A DSoundManager.cpp469 FreeChannel(channels[total_channel_count - i - 1]); in StopSound()
478 FreeChannel(channels[i]); in StopSound()
890 FreeChannel(*channel); in BestChannel()
900 FreeChannel(*best_channel); in BestChannel()
906 void SoundManager::FreeChannel(Channel &channel) in FreeChannel() function in SoundManager
928 FreeChannel(*channel); in UnlockLockedSounds()
1209 if (SLOT_IS_USED(channel)) FreeChannel(*channel); in UpdateAmbientSoundSources()
1230 FreeChannel(*channel); in UpdateAmbientSoundSources()
H A DSoundManager.h152 void FreeChannel(Channel &);
/dports/devel/grpc/grpc-1.42.0/test/core/promise/benchmark/
H A Dfilter_stack.h95 void FreeChannel(ChannelStack* stk);
H A Dfilter_stack.cc41 void FreeChannel(ChannelStack* stk) { in FreeChannel() function
H A Dcompetition.cc163 FreeChannel(channel); in unary()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.cpp311 FreeChannel(); in UpdateSingleSource()
399 FreeChannel(); in Deallocate()
709 MediaEngineWebRTCMicrophoneSource::FreeChannel() in FreeChannel() function in mozilla::MediaEngineWebRTCMicrophoneSource
H A DMediaEngineWebRTC.h501 void FreeChannel();
/dports/devel/libccid/ccid-1.4.36/src/
H A Difdhandler.c80 static void FreeChannel(int reader_index) in FreeChannel() function
223 FreeChannel(reader_index); in CreateChannelByNameOrChannel()
301 FreeChannel(reader_index); in IFDHCloseChannel()
/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dserver.h264 void FreeChannel ( const int iCurChanID );
H A Dserver.cpp1059 FreeChannel ( iCurChanID ); // note that the channel is now not in use in DecodeReceiveData()
1567 void CServer::FreeChannel ( const int iCurChanID ) in FreeChannel() function in CServer
/dports/devel/acsccid/acsccid-1.1.8/
H A DREADME217 - FreeChannel(): release reader_index only after use.
290 - IFDHCloseChannel(): use FreeChannel().
291 - CreateChannelByNameOrChannel(): call FreeChannel() in case of error.
H A DChangeLog379 * src/ifdhandler.c: FreeChannel(): release reader_index only after
637 FreeChannel() in case of error. Merge from ccid 1.4.22.
641 * src/ifdhandler.c: IFDHCloseChannel(): use FreeChannel(). Merge from ccid 1.4.22.
/dports/devel/acsccid/acsccid-1.1.8/src/
H A Difdhandler.c131 static void FreeChannel(int reader_index) in FreeChannel() function
329 FreeChannel(reader_index); in CreateChannelByNameOrChannel()
430 FreeChannel(reader_index); in IFDHCloseChannel()
/dports/devel/libccid/ccid-1.4.36/
H A DChangeLog4476 FreeChannel(): release reader_index only after use
5890 FreeChannel() is called in case of error.
5892 FreeChannel() will call ClosePort() and ClosePort() will call
5902 CreateChannelByNameOrChannel(): call FreeChannel() in case of error
5904 If the creation of a channel fails then call FreeChannel() instead of
5956 IFDHCloseChannel(): use FreeChannel()
5959 FreeChannel().
5960 Call the new function FreeChannel() from IFDHCloseChannel().