1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 07:11:00 +00:00
serenity/Servers/AudioServer
Andreas Kling a2ed805d23 AudioServer: Drop "rpath" and "wpath" pledges
Once the event loop is constructed, we will have opened /dev/audio for
output and no more filesystem lookups need to happen.
2020-01-21 15:40:48 +01:00
..
ASClientConnection.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ASClientConnection.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ASEventLoop.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ASEventLoop.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ASMixer.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ASMixer.h Meta: Add license header to source files 2020-01-18 09:45:54 +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: Drop "rpath" and "wpath" pledges 2020-01-21 15:40:48 +01:00
Makefile Build: consider IPCCOMPILER and FORMCOMPILER just for ordering 2019-12-28 21:09:33 +01:00