Home
last modified time | relevance | path

Searched refs:memIndex (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_ext.cc1010 uint8_t memIndex = 0x00; in request_EEPROM() local
1023 memIndex = 0x00; in request_EEPROM()
1033 memIndex = 0x0C; in request_EEPROM()
1042 memIndex = 0x00; in request_EEPROM()
1051 memIndex = 0x00; in request_EEPROM()
1057 memIndex = 0x00; in request_EEPROM()
1064 memIndex = 0x00; in request_EEPROM()
1071 memIndex = 0x00; in request_EEPROM()
1078 memIndex = 0x00; in request_EEPROM()
1085 memIndex = 0x00; in request_EEPROM()
[all …]
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp107 std::optional<uint32_t> memIndex = vk_util::findMemoryType( in createVkBufferAndMapMemory() local
111 if (!memIndex) { in createVkBufferAndMapMemory()
113 memIndex = vk_util::findMemoryType( in createVkBufferAndMapMemory()
117 if (!memIndex) { in createVkBufferAndMapMemory()
125 .memoryTypeIndex = *memIndex, in createVkBufferAndMapMemory()