Searched refs:currIdx (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_nci_adapter_ntf.cpp | 883 if (currIdx == INVALID_TAG_INDEX) { in DoSelectForMultiTag() 891 … g_commonMultiTagDiscId[currIdx], g_commonMultiTagDiscProtocol[currIdx], NFA_INTERFACE_ISO_DEP); in DoSelectForMultiTag() 894 … g_commonMultiTagDiscId[currIdx], g_commonMultiTagDiscProtocol[currIdx], NFA_INTERFACE_MIFARE); in DoSelectForMultiTag() 897 … g_commonMultiTagDiscId[currIdx], g_commonMultiTagDiscProtocol[currIdx], NFA_INTERFACE_FRAME); in DoSelectForMultiTag() 931 uint32_t currIdx = INVALID_TAG_INDEX; in SelectTheFirstTag() local 946 currIdx = i; in SelectTheFirstTag() 957 currIdx = i; in SelectTheFirstTag() 967 tNFA_STATUS result = DoSelectForMultiTag(currIdx); in SelectTheFirstTag() 977 uint32_t currIdx = INVALID_TAG_INDEX; in SelectTheNextTag() local 986 currIdx = i; in SelectTheNextTag() [all …]
|
H A D | tag_nci_adapter.cpp | 1835 if (currIdx == INVALID_TAG_INDEX) { in DoSelectForMultiTag() 1843 multiTagDiscId_[currIdx], multiTagDiscProtocol_[currIdx], NFA_INTERFACE_ISO_DEP); in DoSelectForMultiTag() 1846 multiTagDiscId_[currIdx], multiTagDiscProtocol_[currIdx], NFA_INTERFACE_MIFARE); in DoSelectForMultiTag() 1849 multiTagDiscId_[currIdx], multiTagDiscProtocol_[currIdx], NFA_INTERFACE_FRAME); in DoSelectForMultiTag() 1883 uint32_t currIdx = INVALID_TAG_INDEX; in SelectTheFirstTag() local 1896 currIdx = i; in SelectTheFirstTag() 1908 currIdx = i; in SelectTheFirstTag() 1918 tNFA_STATUS result = DoSelectForMultiTag(currIdx); in SelectTheFirstTag() 1928 uint32_t currIdx = INVALID_TAG_INDEX; in SelectTheNextTag() local 1937 currIdx = i; in SelectTheNextTag() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.cpp | 595 const uint32_t currIdx = idx + DeviceFormatSupportConstants::ADDITIONAL_FORMAT_BASE_IDX; in FillFormatSupport() local 596 PLUGIN_ASSERT(currIdx < static_cast<uint32_t>(formats.size())); in FillFormatSupport() 598 formats[currIdx] = FillDeviceFormatSupport(physicalDevice, static_cast<Format>(formatIdx)); in FillFormatSupport() 917 … const uint32_t currIdx = formatIdx - DeviceFormatSupportConstants::ADDITIONAL_FORMAT_START_NUMBER; in GetFormatProperties() local 918 PLUGIN_UNUSED(currIdx); in GetFormatProperties() 919 PLUGIN_ASSERT(currIdx < formatSupportSize); in GetFormatProperties() 920 return formatProperties_[currIdx]; in GetFormatProperties()
|
H A D | render_backend_vk.cpp | 639 const uint32_t currIdx = cmdBufferIdx + rcIdx; in RenderProcessCommandLists() local 641 … RenderCommandContext& ref2 = renderCommandFrameData.renderCommandContexts[currIdx]; in RenderProcessCommandLists() 670 const uint32_t currIdx = cmdBufferIdx + rcIdx; in RenderProcessCommandLists() local 672 RenderCommandContext& ref2 = renderCommandFrameData.renderCommandContexts[currIdx]; in RenderProcessCommandLists()
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/ |
H A D | tag_nci_adapter_ntf.h | 107 tNFA_STATUS DoSelectForMultiTag(uint32_t currIdx);
|
H A D | tag_nci_adapter.h | 157 tNFA_STATUS DoSelectForMultiTag(uint32_t currIdx);
|