Searched refs:rangeId (Results 1 – 10 of 10) sorted by relevance
133 for (size_t rangeId = 0; rangeId < BLE_RSSI_RANGE_SIZE; rangeId++) { in ClearBleRssi() local134 g_bleRssiRangeId[rangeId] = 0; in ClearBleRssi()135 g_bleRssiRangeData[rangeId] = 0; in ClearBleRssi()530 uint32_t rangeId = (uint32_t)((MAX_RANGE_ID - rssi) / INTERVAL_OF_RSSI); in SoftbusRecordDiscBleRssi() local531 if (rangeId >= BLE_RSSI_RANGE_SIZE) { in SoftbusRecordDiscBleRssi()536 g_bleRssiRangeId[rangeId] = rangeId; in SoftbusRecordDiscBleRssi()537 g_bleRssiRangeData[rangeId] += 1; in SoftbusRecordDiscBleRssi()
81 …fPtr<ArkVideoCaptureRangeAdapter> ArkCameraManagerAdapterImpl::GetCaptionRangeById(int32_t rangeId) in GetCaptionRangeById() argument83 …NWeb::VideoCaptureRangeAdapter> adapter = real_.GetCaptionRangeById((NWeb::RangeIDAdapter)rangeId); in GetCaptionRangeById()
39 ArkWebRefPtr<ArkVideoCaptureRangeAdapter> GetCaptionRangeById(int32_t rangeId) override;
94 NWeb::RangeIDAdapter rangeId) in GetCaptionRangeById() argument100 …ArkWebRefPtr<ArkVideoCaptureRangeAdapter> adapter = ctocpp_->GetCaptionRangeById((int32_t)rangeId); in GetCaptionRangeById()
38 …red_ptr<NWeb::VideoCaptureRangeAdapter> GetCaptionRangeById(NWeb::RangeIDAdapter rangeId) override;
45 …ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById() argument
496 …ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById() argument500 WVLOG_E("captureSession is nullptr when get %{public}d range info", rangeId); in GetCaptionRangeById()505 if (rangeId == RangeIDAdapter::RANGE_ID_EXP_COMPENSATION) { in GetCaptionRangeById()
197 virtual ArkWebRefPtr<ArkVideoCaptureRangeAdapter> GetCaptionRangeById(int32_t rangeId) = 0;
261 … virtual std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) = 0;
95 std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) override;