HomeSort by relevance Sort by last modified time
    Searched refs:SyncEvent (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/ui/webui/options/
stop_syncing_handler.cc 44 ProfileSyncService::SyncEvent(ProfileSyncService::STOP_FROM_OPTIONS);
personal_options_handler.cc 388 ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_OPTIONS);
  /frameworks/av/services/audioflinger/
AudioFlinger.h 217 class SyncEvent;
219 typedef void (*sync_event_callback_t)(const wp<SyncEvent>& event) ;
221 class SyncEvent : public RefBase {
223 SyncEvent(AudioSystem::sync_event_t type,
232 virtual ~SyncEvent() {}
251 sp<SyncEvent> createSyncEvent(AudioSystem::sync_event_t type,
395 virtual status_t setSyncEvent(const sp<SyncEvent>& event);
459 Vector < sp<SyncEvent> >mSyncEvents;
578 virtual status_t setSyncEvent(const sp<SyncEvent>& event) = 0;
579 virtual bool isValidSyncEvent(const sp<SyncEvent>& event) = 0
    [all...]
AudioFlinger.cpp     [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 197 ProfileSyncService::SyncEvent(
201 ProfileSyncService::SyncEvent(
209 ProfileSyncService::SyncEvent(
profile_sync_service.h 321 static void SyncEvent(SyncEventCodes code);
sync_ui_util.cc 280 ProfileSyncService::SyncEvent(code); // UMA stats
profile_sync_service.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 167 ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_NTP);

Completed in 125 milliseconds