Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/tests/
Daudio_test_utils.cpp59 mTransferType(transferType), in AudioPlayback()
82 if (mTransferType == AudioTrack::TRANSFER_OBTAIN) { in create()
86 nullptr /* sharedBuffer */, false /*canCallJava */, mSessionId, mTransferType, in create()
88 } else if (mTransferType == AudioTrack::TRANSFER_SHARED) { in create()
91 mSessionId, mTransferType, nullptr, attributionSource, mAttributes); in create()
94 AudioTrack::convertTransferToText(mTransferType)); in create()
222 if (mTransferType == AudioTrack::TRANSFER_SHARED) in onProcess()
224 else if (mTransferType == AudioTrack::TRANSFER_OBTAIN) in onProcess()
364 mTransferType(transferType), in AudioCapture()
413 if (mTransferType == AudioRecord::TRANSFER_OBTAIN) { in create()
[all …]
Daudio_test_utils.h113 const AudioTrack::transfer_type mTransferType; variable
189 const AudioRecord::transfer_type mTransferType; variable
Daudiorecord_tests.cpp93 const AudioRecord::transfer_type mTransferType = AudioRecord::TRANSFER_OBTAIN; member in AudioRecordCreateTest
99 mTransferType); in SetUp()
218 if (mTransferType != AudioRecord::TRANSFER_CALLBACK) { in TEST_P()