Home
last modified time | relevance | path

Searched refs:TRANSFER_SYNC_NOTIF_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp375 case TRANSFER_SYNC_NOTIF_CALLBACK: in set()
785 } else if (mTransfer == TRANSFER_SYNC_NOTIF_CALLBACK) { in stop()
1387 MEDIA_CASE_ENUM(TRANSFER_SYNC_NOTIF_CALLBACK); in convertTransferToText()
1420 ((mTransfer == TRANSFER_SYNC || mTransfer == TRANSFER_SYNC_NOTIF_CALLBACK) in createTrack_l()
1784 if (mTransfer != TRANSFER_SYNC && mTransfer != TRANSFER_SYNC_NOTIF_CALLBACK) { in write()
1836 if (mTransfer == TRANSFER_SYNC_NOTIF_CALLBACK) { in write()
2100 if (mTransfer != TRANSFER_CALLBACK && mTransfer != TRANSFER_SYNC_NOTIF_CALLBACK) { in processAudioBuffer()
2180 if (mTransfer == TRANSFER_SYNC_NOTIF_CALLBACK) { in processAudioBuffer()
2197 if (mTransfer == TRANSFER_SYNC_NOTIF_CALLBACK) { in processAudioBuffer()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h169 TRANSFER_SYNC_NOTIF_CALLBACK, // synchronous write(), notif EVENT_CAN_WRITE_MORE_DATA enumerator
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp341 offload ? AudioTrack::TRANSFER_SYNC_NOTIF_CALLBACK : AudioTrack::TRANSFER_SYNC, in android_media_AudioTrack_setup()