MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / onAppRemoved

Method onAppRemoved

src/audio/pipewire/PwAppManager.cpp:50–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void PwAppManager::onAppRemoved(const uint64_t serial)
51{
52 for (int n = 0; n < apps.length(); n++)
53 {
54 if (apps[n].serial == serial)
55 {
56 apps.removeAt(n);
57 emit appRemoved(serial);
58 break;
59 }
60 }
61}
62
63QList<AppNode> PwAppManager::activeApps() const
64{

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.80
removeAtMethod · 0.45

Tested by

no test coverage detected