Home
last modified time | relevance | path

Searched refs:element (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/
DPool.cpp125 uint8_t* getPtr(size_t element) { in getPtr()
128 (uintptr_t)element; in getPtr()
130 res, element, chunkSize); in getPtr()
/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp162 auto element = doc.NewElement(name); in AppendNewElement() local
163 parent->InsertEndChild(element); in AppendNewElement()
164 return element; in AppendNewElement()
169 auto element = doc.NewElement(name); in AppendNewElementWithText() local
171 element->InsertEndChild(xml_text); in AppendNewElementWithText()
172 parent->InsertEndChild(element); in AppendNewElementWithText()
173 return element; in AppendNewElementWithText()
630 auto element = facility_lock->FirstChildElement(iter->first.c_str()); in SaveFacilityLockToIccProfile() local
631 if (!element) { in SaveFacilityLockToIccProfile()
632 element = sim_file_system_.AppendNewElementWithText(facility_lock, in SaveFacilityLockToIccProfile()
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c739 unsigned int element; in pcm_mask_test() local
741 element = index >> bitshift; in pcm_mask_test()
742 if (element >= ARRAY_SIZE(m->bits)) in pcm_mask_test()
744 return (m->bits[element] >> (index & bitmask)) & 1; in pcm_mask_test()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp581 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes() local
585 auto layerId = element.first; in getChangedCompositionTypes()
586 auto intType = static_cast<int32_t>(element.second); in getChangedCompositionTypes()
588 to_string(element.second).c_str()); in getChangedCompositionTypes()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp404 for (const auto& element : mDisplays) { in dump() local
405 const auto& display = element.second; in dump()
663 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes() local
667 auto layerId = element.first; in getChangedCompositionTypes()
668 auto intType = static_cast<int32_t>(element.second); in getChangedCompositionTypes()
670 to_string(element.second).c_str()); in getChangedCompositionTypes()