1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:22:19 +00:00
serenity/Servers/AudioServer
Andreas Kling a0ad372b08 AudioServer: Remove ASEventLoop class and do all the setup in main()
This class was too small and unnecessary.
2020-02-17 16:50:48 +01:00
..
ASClientConnection.cpp IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
ASClientConnection.h LibCore: Reduce header dependencies of EventLoop 2020-02-15 02:09:00 +01:00
ASMixer.cpp LibAudio: Put all classes in the Audio namespace and remove leading A 2020-02-06 10:40:02 +01:00
ASMixer.h LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00
AudioClient.ipc AudioServer: Broadcast muted state changes to all clients 2019-11-23 17:21:12 +01:00
AudioServer.ipc LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) 2019-12-06 18:39:59 +01:00
main.cpp AudioServer: Remove ASEventLoop class and do all the setup in main() 2020-02-17 16:50:48 +01:00
Makefile AudioServer: Remove ASEventLoop class and do all the setup in main() 2020-02-17 16:50:48 +01:00