Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java794 CccStartRangingParams cccStartRangingParams = (CccStartRangingParams) params; in startRanging() local
796 + cccStartRangingParams.getRanMultiplier() in startRanging()
797 + ", stsIndex: " + cccStartRangingParams.getStsIndex()); in startRanging()
799 uwbSession.updateCccParamsOnStart(cccStartRangingParams); in startRanging()
3084 CccStartRangingParams cccStartRangingParams = in setNeedsQueryUwbsTimestamp() local
3086 if (cccStartRangingParams.getInitiationTimeMs() != 0 in setNeedsQueryUwbsTimestamp()
3087 && cccStartRangingParams.getAbsoluteInitiationTimeUs() == 0) { in setNeedsQueryUwbsTimestamp()
DUwbShellCommand.java869 CccStartRangingParams cccStartRangingParams = new CccStartRangingParams.Builder() in startCccRangingSession() local
875 cccOpenRangingParams, cccStartRangingParams, cccOpenRangingParams.getSessionId(), in startCccRangingSession()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java2625 CccStartRangingParams cccStartRangingParams = new CccStartRangingParams.Builder() in execStartRanging_success_ccc_1_x_relativeUwbInitiationTime() local
2638 uwbSession, cccStartRangingParams, cccRangingStartedParams, in execStartRanging_success_ccc_1_x_relativeUwbInitiationTime()
2849 Params cccStartRangingParams = new CccStartRangingParams.Builder() in execStartRanging_success_ccc_2_0_absoluteInitiationTimeComputationIsComputed() local
2863 cccStartRangingParams, cccRangingStartedParams, CccParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_ccc_2_0_absoluteInitiationTimeComputationIsComputed()
2923 Params cccStartRangingParams = new CccStartRangingParams.Builder() in execStartRanging_success_ccc_2_0_absoluteInitiationTimeComputationIsDisabled() local
2937 cccStartRangingParams, cccRangingStartedParams, CccParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_ccc_2_0_absoluteInitiationTimeComputationIsDisabled()
3015 CccStartRangingParams cccStartRangingParams = new CccStartRangingParams.Builder() in execStartRanging_success_ccc_2_0_absoluteInitiationTimeUserConfigured() local
3029 cccStartRangingParams, cccRangingStartedParams, CccParams.PROTOCOL_VERSION_1_0); in execStartRanging_success_ccc_2_0_absoluteInitiationTimeUserConfigured()
3077 Params cccStartRangingParams, Params rangingStartedParams, in do_execStartRanging_success_uwbs_2_0() argument
3096 mUwbSessionManager.startRanging(uwbSession.getSessionHandle(), cccStartRangingParams); in do_execStartRanging_success_uwbs_2_0() local
[all …]