Home
last modified time | relevance | path

Searched refs:TRANSFER_DEFAULT (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h140 TRANSFER_DEFAULT, // not specified explicitly; determine from the other parameters enumerator
195 transfer_type transferType = TRANSFER_DEFAULT,
237 transfer_type transferType = TRANSFER_DEFAULT,
DAudioTrack.h164 TRANSFER_DEFAULT, // not specified explicitly; determine from the other parameters enumerator
251 transfer_type transferType = TRANSFER_DEFAULT,
282 transfer_type transferType = TRANSFER_DEFAULT,
330 transfer_type transferType = TRANSFER_DEFAULT,
/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiorecord.cpp105 fast ? AudioRecord::TRANSFER_CALLBACK : AudioRecord::TRANSFER_DEFAULT, in testRecord()
Dtest_create_audiotrack.cpp127 AudioTrack::TRANSFER_CALLBACK : AudioTrack::TRANSFER_DEFAULT, in testTrack()
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp803 AudioTrack::TRANSFER_DEFAULT, in play()
809 bufferFrames, AUDIO_SESSION_ALLOCATE, AudioTrack::TRANSFER_DEFAULT, in play()
/frameworks/av/media/libstagefright/
DAudioSource.cpp103 AudioRecord::TRANSFER_DEFAULT, in AudioSource()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp233 case TRANSFER_DEFAULT: in set()
686 MEDIA_CASE_ENUM(TRANSFER_DEFAULT); in convertTransferToText()
DAudioTrack.cpp365 case TRANSFER_DEFAULT: in set()
1382 MEDIA_CASE_ENUM(TRANSFER_DEFAULT); in convertTransferToText()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp300 AudioRecord::TRANSFER_DEFAULT, in android_media_AudioRecord_setup()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2029 AudioTrack::TRANSFER_DEFAULT, in open()