MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / onAppRemoved

Method onAppRemoved

src/audio/pulseaudio/PulseAppManager.cpp:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.80
removeAtMethod · 0.45

Tested by

no test coverage detected