Searched refs:SYNC_EVENT_NONE (Results 1 - 7 of 7) 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.java382 public static final int SYNC_EVENT_NONE = 0; field in class:AudioSystem
H A DAudioRecord.java512 if (native_start(MediaSyncEvent.SYNC_EVENT_NONE, 0) == SUCCESS) {
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h41 AudioSystem::SYNC_EVENT_NONE,
266 AudioSystem::SYNC_EVENT_NONE,
H A DThreads.cpp4780 if (event == AudioSystem::SYNC_EVENT_NONE) {
/frameworks/av/include/media/
H A DAudioRecord.h218 * If event is not AudioSystem::SYNC_EVENT_NONE, the capture start will be delayed until
221 status_t start(AudioSystem::sync_event_t event = AudioSystem::SYNC_EVENT_NONE,
H A DAudioSystem.h173 SYNC_EVENT_NONE = 0, enumerator in enum:android::AudioSystem::sync_event_t

Completed in 129 milliseconds