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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h242 class SyncEvent;
244 typedef void (*sync_event_callback_t)(const wp<SyncEvent>& event) ;
246 class SyncEvent : public RefBase { class in class:android::AudioFlinger
248 SyncEvent(AudioSystem::sync_event_t type, function in class:android::AudioFlinger::SyncEvent
257 virtual ~SyncEvent() {}
276 sp<SyncEvent> createSyncEvent(AudioSystem::sync_event_t type,
601 Vector < sp<SyncEvent> > mPendingSyncEvents; // sync events awaiting for a session

Completed in 81 milliseconds