/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/ |
D | RadarSweepData.java | 58 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in RadarSweepData 86 bundle.putIntArray(KEY_VENDOR_SPECIFIC_DATA, byteArrayToIntArray(mVendorSpecificData)); in toBundle() 87 bundle.putIntArray(KEY_SAMPLE_DATA, byteArrayToIntArray(mSampleData)); in toBundle()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/ |
D | FiraHybridSessionControllerConfig.java | 82 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraHybridSessionControllerConfig 111 bundle.putIntArray(KEY_UPDATE_TIME, byteArrayToIntArray(mUpdateTime)); in toBundle() 123 bundle.putIntArray(KEY_PHASE_LIST, byteArrayToIntArray(buffer.array())); in toBundle()
|
D | FiraHybridSessionControleeConfig.java | 62 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraHybridSessionControleeConfig 98 bundle.putIntArray(KEY_PHASE_LIST, byteArrayToIntArray(buffer.array())); in toBundle()
|
D | FiraDataTransferPhaseConfig.java | 93 bundle.putIntArray(KEY_SLOT_BITMAP, byteArrayToIntArray(slotBitmapByteBuffer.array())); in toBundle() 99 protected static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraDataTransferPhaseConfig
|
D | FiraControleeParams.java | 89 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraControleeParams 131 bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList)); in toBundle()
|
D | FiraOpenSessionParams.java | 828 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraOpenSessionParams 900 bundle.putIntArray(KEY_CAP_SIZE_RANGE, byteArrayToIntArray(mCapSize)); in toBundle() 917 bundle.putIntArray(KEY_SESSION_KEY, byteArrayToIntArray(mSessionKey)); in toBundle() 920 bundle.putIntArray(KEY_SUBSESSION_KEY, byteArrayToIntArray(mSubSessionKey)); in toBundle() 922 bundle.putIntArray(KEY_VENDOR_ID, byteArrayToIntArray(mVendorId)); in toBundle() 923 bundle.putIntArray(KEY_STATIC_STS_IV, byteArrayToIntArray(mStaticStsIV)); in toBundle() 959 bundle.putIntArray(UL_TDOA_DEVICE_ID, byteArrayToIntArray(mUlTdoaDeviceId)); in toBundle()
|
D | FiraRangingReconfigureParams.java | 179 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraRangingReconfigureParams 221 bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList)); in toBundle()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/ |
D | RangingReportMetadata.java | 59 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in RangingReportMetadata 86 bundle.putIntArray(RAW_NTF_DATA, byteArrayToIntArray(mRawNtfData)); in toBundle()
|
D | AdvertisePointedTarget.java | 64 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in AdvertisePointedTarget 90 bundle.putIntArray(MAC_ADDRESS, byteArrayToIntArray(mMacAddress.toBytes())); in toBundle()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/ |
D | DlTDoARangingRoundsUpdate.java | 66 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in DlTDoARangingRoundsUpdate 94 bundle.putIntArray(RANGING_ROUND_INDEXES, byteArrayToIntArray(mRangingRoundIndexes)); in toBundle()
|
D | DlTDoARangingRoundsUpdateStatus.java | 67 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in DlTDoARangingRoundsUpdateStatus 95 bundle.putIntArray(RANGING_ROUND_INDEXES, byteArrayToIntArray(mRangingRoundIndexes)); in toBundle()
|
D | DlTDoAMeasurement.java | 148 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in DlTDoAMeasurement 190 bundle.putIntArray(ANCHOR_LOCATION, byteArrayToIntArray(mAnchorLocation)); in toBundle() 191 bundle.putIntArray(ACTIVE_RANGING_ROUNDS, byteArrayToIntArray(mActiveRangingRounds)); in toBundle()
|