Searched defs:SyncEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h273 class SyncEvent;
275 typedef void (*sync_event_callback_t)(const wp<SyncEvent>& event) ;
277 class SyncEvent : public RefBase { class in class:android::AudioFlinger
279 SyncEvent(AudioSystem::sync_event_t type, function in class:android::AudioFlinger::SyncEvent
288 virtual ~SyncEvent() {}
307 sp<SyncEvent> createSyncEvent(AudioSystem::sync_event_t type,
730 Vector < sp<SyncEvent> > mPendingSyncEvents; // sync events awaiting for a session

Completed in 7 milliseconds