Home
last modified time | relevance | path

Searched refs:currIdx (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_ntf.cpp880 tNFA_STATUS TagNciAdapterNtf::DoSelectForMultiTag(uint32_t currIdx) in DoSelectForMultiTag() argument
883 if (currIdx == INVALID_TAG_INDEX) { in DoSelectForMultiTag()
887 InfoLog("TagNciAdapterNtf::DoSelectForMultiTag: protocol = 0x%{public}X", g_commonMultiTagDiscProtocol[currIdx]); in DoSelectForMultiTag()
889 if (g_commonMultiTagDiscProtocol[currIdx] == NFA_PROTOCOL_ISO_DEP) { in DoSelectForMultiTag()
891 g_commonMultiTagDiscId[currIdx], g_commonMultiTagDiscProtocol[currIdx], NFA_INTERFACE_ISO_DEP); in DoSelectForMultiTag()
892 } else if (g_commonMultiTagDiscProtocol[currIdx] == NFA_PROTOCOL_MIFARE) { in DoSelectForMultiTag()
894 g_commonMultiTagDiscId[currIdx], g_commonMultiTagDiscProtocol[currIdx], NFA_INTERFACE_MIFARE); in DoSelectForMultiTag()
897 g_commonMultiTagDiscId[currIdx], g_commonMultiTagDiscProtoco in DoSelectForMultiTag()
931 uint32_t currIdx = INVALID_TAG_INDEX; SelectTheFirstTag() local
977 uint32_t currIdx = INVALID_TAG_INDEX; SelectTheNextTag() local
[all...]
H A Dtag_nci_adapter.cpp1832 tNFA_STATUS TagNciAdapter::DoSelectForMultiTag(uint32_t currIdx) in DoSelectForMultiTag() argument
1835 if (currIdx == INVALID_TAG_INDEX) { in DoSelectForMultiTag()
1839 InfoLog("TagNciAdapter::DoSelectForMultiTag: protocol = 0x%{public}X", multiTagDiscProtocol_[currIdx]); in DoSelectForMultiTag()
1841 if (multiTagDiscProtocol_[currIdx] == NFA_PROTOCOL_ISO_DEP) { in DoSelectForMultiTag()
1843 multiTagDiscId_[currIdx], multiTagDiscProtocol_[currIdx], NFA_INTERFACE_ISO_DEP); in DoSelectForMultiTag()
1844 } else if (multiTagDiscProtocol_[currIdx] == NFA_PROTOCOL_MIFARE) { in DoSelectForMultiTag()
1846 multiTagDiscId_[currIdx], multiTagDiscProtocol_[currIdx], NFA_INTERFACE_MIFARE); in DoSelectForMultiTag()
1849 multiTagDiscId_[currIdx], multiTagDiscProtocol in DoSelectForMultiTag()
1883 uint32_t currIdx = INVALID_TAG_INDEX; SelectTheFirstTag() local
1928 uint32_t currIdx = INVALID_TAG_INDEX; SelectTheNextTag() local
[all...]
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dtag_nci_adapter_ntf.h107 tNFA_STATUS DoSelectForMultiTag(uint32_t currIdx);
H A Dtag_nci_adapter.h157 tNFA_STATUS DoSelectForMultiTag(uint32_t currIdx);
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp595 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()
916 const uint32_t currIdx = formatIdx - DeviceFormatSupportConstants::ADDITIONAL_FORMAT_START_NUMBER; in GetFormatProperties() local
917 PLUGIN_UNUSED(currIdx); in GetFormatProperties()
918 PLUGIN_ASSERT(currIdx < formatSupportSize); in GetFormatProperties()
919 return formatProperties_[currIdx]; in GetFormatProperties()
H A Drender_backend_vk.cpp639 const uint32_t currIdx = cmdBufferIdx + rcIdx;
641 RenderCommandContext& ref2 = renderCommandFrameData.renderCommandContexts[currIdx];
669 const uint32_t currIdx = cmdBufferIdx + rcIdx;
671 RenderCommandContext& ref2 = renderCommandFrameData.renderCommandContexts[currIdx];

Completed in 11 milliseconds