Home
last modified time | relevance | path

Searched refs:dtpmlSize (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DNativeUwbManager.java447 byte dataTransferControl, byte dtpmlSize, byte[] macAddress, byte[] slotBitmap, in setDataTransferPhaseConfig() argument
451 dataTransferControl, dtpmlSize, macAddress, slotBitmap, chipId); in setDataTransferPhaseConfig()
559 byte dataTransferControl, byte dtpmlSize, byte[] macAddress, byte[] slotBitmap, in nativeSessionDataTransferPhaseConfig() argument
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java4602 byte dtpmlSize = 2; in testSetDataTransferPhaseConfig()
4609 UwbAddress.SHORT_ADDRESS_BYTE_LENGTH * dtpmlSize); in testSetDataTransferPhaseConfig()
4637 eq(dtpcmRepetition), eq(dataTransferControl), eq(dtpmlSize), in testSetDataTransferPhaseConfig()
4646 dtpcmRepetition, dataTransferControl, dtpmlSize, expectedMacAddressBytes, in testSetDataTransferPhaseConfig()
4672 byte dtpmlSize = 2; in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4679 UwbAddress.SHORT_ADDRESS_BYTE_LENGTH * dtpmlSize); in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4707 eq(dtpcmRepetition), eq(dataTransferControl), eq(dtpmlSize), in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4716 dtpcmRepetition, dataTransferControl, dtpmlSize, expectedMacAddressBytes, in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4724 byte dtpmlSize = 2; in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType()
4734 UwbAddress.SHORT_ADDRESS_BYTE_LENGTH * dtpmlSize); in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType()
[all …]