Searched refs:TRANSFER_DEFAULT (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 140 TRANSFER_DEFAULT, // not specified explicitly; determine from the other parameters enumerator 195 transfer_type transferType = TRANSFER_DEFAULT, 237 transfer_type transferType = TRANSFER_DEFAULT,
|
D | AudioTrack.h | 164 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/ |
D | test_create_audiorecord.cpp | 105 fast ? AudioRecord::TRANSFER_CALLBACK : AudioRecord::TRANSFER_DEFAULT, in testRecord()
|
D | test_create_audiotrack.cpp | 127 AudioTrack::TRANSFER_CALLBACK : AudioTrack::TRANSFER_DEFAULT, in testTrack()
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 803 AudioTrack::TRANSFER_DEFAULT, in play() 809 bufferFrames, AUDIO_SESSION_ALLOCATE, AudioTrack::TRANSFER_DEFAULT, in play()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 103 AudioRecord::TRANSFER_DEFAULT, in AudioSource()
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 233 case TRANSFER_DEFAULT: in set() 686 MEDIA_CASE_ENUM(TRANSFER_DEFAULT); in convertTransferToText()
|
D | AudioTrack.cpp | 365 case TRANSFER_DEFAULT: in set() 1382 MEDIA_CASE_ENUM(TRANSFER_DEFAULT); in convertTransferToText()
|
/frameworks/base/core/jni/ |
D | android_media_AudioRecord.cpp | 300 AudioRecord::TRANSFER_DEFAULT, in android_media_AudioRecord_setup()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 2029 AudioTrack::TRANSFER_DEFAULT, in open()
|