Searched refs:SYNC_EVENT_NONE (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java33 public static final int SYNC_EVENT_NONE = AudioSystem.SYNC_EVENT_NONE; field in class:MediaSyncEvent
115 case SYNC_EVENT_NONE:
H A DAudioSystem.java671 public static final int SYNC_EVENT_NONE = 0; field in class:AudioSystem
H A DAudioRecord.java982 if (native_start(MediaSyncEvent.SYNC_EVENT_NONE, 0) == SUCCESS) {
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h44 AudioSystem::SYNC_EVENT_NONE,
195 AudioSystem::SYNC_EVENT_NONE,
236 AudioSystem::SYNC_EVENT_NONE,
H A DPatchPanel.cpp509 patch->mPatchRecord->start(AudioSystem::SYNC_EVENT_NONE, AUDIO_SESSION_NONE);
H A DThreads.cpp6683 if (event == AudioSystem::SYNC_EVENT_NONE) {
/frameworks/av/include/media/
H A DAudioRecord.h248 * If event is not AudioSystem::SYNC_EVENT_NONE, the capture start will be delayed until
251 status_t start(AudioSystem::sync_event_t event = AudioSystem::SYNC_EVENT_NONE,
H A DAudioSystem.h183 SYNC_EVENT_NONE = 0, enumerator in enum:android::AudioSystem::sync_event_t

Completed in 155 milliseconds