Home | History | Annotate | Download | only in service

Lines Matching defs:active

270     // transitions to an active state we will start reporting buffers with data. This approach
271 // transparently handles recording while the UID transitions between idle/active state
273 // receiving empty buffers while active.
292 void addOverrideUid(uid_t uid, bool active) { updateOverrideUid(uid, active, true); }
297 void notifyService(uid_t uid, bool active);
298 void updateOverrideUid(uid_t uid, bool active, bool insert);
299 void updateUidCache(uid_t uid, bool active, bool insert);
301 uid_t uid, bool active, bool insert, bool *wasThere, bool *wasActive);
637 active(false), isConcurrent(false), isVirtualDevice(false) {}
646 bool active; // Capture is active or inactive