Searched refs:mTransferType (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioclient/tests/ |
D | audio_test_utils.cpp | 59 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 …]
|
D | audio_test_utils.h | 113 const AudioTrack::transfer_type mTransferType; variable 189 const AudioRecord::transfer_type mTransferType; variable
|
D | audiorecord_tests.cpp | 93 const AudioRecord::transfer_type mTransferType = AudioRecord::TRANSFER_OBTAIN; member in AudioRecordCreateTest 99 mTransferType); in SetUp() 218 if (mTransferType != AudioRecord::TRANSFER_CALLBACK) { in TEST_P()
|