Home
last modified time | relevance | path

Searched refs:SYNC_EVENT_NONE (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaSyncEvent.java33 public static final int SYNC_EVENT_NONE = AudioSystem.SYNC_EVENT_NONE; field in MediaSyncEvent
115 case SYNC_EVENT_NONE: in isValidType()
DAudioSystem.java376 public static final int SYNC_EVENT_NONE = 0; field in AudioSystem
DAudioRecord.java521 if (native_start(MediaSyncEvent.SYNC_EVENT_NONE, 0) == SUCCESS) { in startRecording()
/frameworks/av/include/media/
DAudioRecord.h197 status_t start(AudioSystem::sync_event_t event = AudioSystem::SYNC_EVENT_NONE,
DAudioSystem.h170 SYNC_EVENT_NONE = 0, enumerator
/frameworks/av/media/libmedia/
DAudioRecord.cpp309 cblk->bufferTimeoutMs = (event == AudioSystem::SYNC_EVENT_NONE) ? MAX_RUN_TIMEOUT_MS : in start()
/frameworks/av/services/audioflinger/
DAudioFlinger.h791 … virtual status_t start(AudioSystem::sync_event_t event = AudioSystem::SYNC_EVENT_NONE,
1002 … virtual status_t start(AudioSystem::sync_event_t event = AudioSystem::SYNC_EVENT_NONE,
DAudioFlinger.cpp6298 if (event == AudioSystem::SYNC_EVENT_NONE) { in start()
/frameworks/base/api/
D16.txt11646 field public static final int SYNC_EVENT_NONE = 0; // 0x0
D17.txt11846 field public static final int SYNC_EVENT_NONE = 0; // 0x0
Dcurrent.txt11846 field public static final int SYNC_EVENT_NONE = 0; // 0x0