Searched refs:transferType (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioTrack.h | 335 transfer_type transferType = TRANSFER_DEFAULT, 364 transfer_type transferType = TRANSFER_DEFAULT, 411 transfer_type transferType = TRANSFER_DEFAULT, 432 transfer_type transferType; member 447 s.transferType, s.offloadInfo, std::move(s.attributionSource), in set() 466 transfer_type transferType = TRANSFER_DEFAULT, 801 static const char * convertTransferToText(transfer_type transferType);
|
D | AudioRecord.h | 197 transfer_type transferType = TRANSFER_DEFAULT, 237 transfer_type transferType = TRANSFER_DEFAULT, 405 static const char * convertTransferToText(transfer_type transferType);
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_test_utils.h | 81 AudioTrack::transfer_type transferType = AudioTrack::TRANSFER_SHARED, 144 AudioRecord::transfer_type transferType = AudioRecord::TRANSFER_CALLBACK,
|
D | audio_test_utils.cpp | 52 audio_session_t sessionId, AudioTrack::transfer_type transferType, in AudioPlayback() argument 59 mTransferType(transferType), in AudioPlayback() 356 audio_session_t sessionId, AudioRecord::transfer_type transferType, in AudioCapture() argument 364 mTransferType(transferType), in AudioCapture()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 251 transfer_type transferType, in AudioTrack() argument 262 sessionId, transferType, offloadInfo, attributionSource, pAttributes, in AudioTrack() 316 transfer_type transferType, in AudioTrack() argument 335 sessionId, transferType, offloadInfo, attributionSource, pAttributes, in AudioTrack() 409 transfer_type transferType, in set() argument 431 sessionId, transferType, attributionSource.uid, attributionSource.pid); in set() 483 switch (transferType) { in set() 486 transferType = TRANSFER_SHARED; in set() 488 transferType = TRANSFER_SYNC; in set() 490 transferType = TRANSFER_CALLBACK; in set() [all …]
|
D | AudioRecord.cpp | 147 transfer_type transferType, in AudioRecord() argument 158 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags, in AudioRecord() 221 transfer_type transferType, in set() argument 240 sessionId, transferType, flags, mClientAttributionSource.toString().c_str(), uid, pid); in set() 296 mTransfer = transferType; in set() 762 const char * AudioRecord::convertTransferToText(transfer_type transferType) { in convertTransferToText() argument 763 switch (transferType) { in convertTransferToText()
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.cpp | 625 auto transferType = skcms_TransferFunction_getType(&tfn); in useGainmapShader() local 626 switch (transferType) { in useGainmapShader()
|