Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 90) sorted by relevance

1234

/device/generic/vulkan-cereal/host-common/
DHostmemIdMapping_unittest.cpp30 MemEntry entry{ in TEST() local
41 MemEntry entry{ in TEST() local
62 auto entry = m.get(id); in TEST() local
99 auto entry = m.get(id1); in TEST() local
DHostmemIdMapping.cpp34 HostmemIdMapping::Id HostmemIdMapping::add(const struct MemEntry *entry) { in add()
66 auto entry = mEntries.get(id); in get() local
83 uint64_t android_emulation_hostmem_register(const struct MemEntry *entry) { in android_emulation_hostmem_register()
Daddress_space_device.cpp142 DeallocationCallbackEntry entry = { in registerDeallocationCallback() local
158 for (auto& entry: callbacks) { in runDeallocationCallbacks() local
173 uint64_t hostmemRegister(const struct MemEntry *entry) { in hostmemRegister()
470 static uint64_t sAddressSpaceDeviceHostmemRegister(const struct MemEntry *entry) { in sAddressSpaceDeviceHostmemRegister()
/device/google/cuttlefish/host/commands/secure_env/
Dinsecure_fallback_storage.cpp58 Json::Value entry(Json::objectValue); in Allocate() local
76 for (auto& entry : index_[kEntries]) { in GetEntry() local
104 auto entry = GetEntry(key); in Read() local
128 auto entry = GetEntry(key); in Write() local
Dfragile_tpm_storage.cpp106 Json::Value entry(Json::objectValue); in Allocate() local
119 for (const auto& entry : index_[kEntries]) { in GetHandle() local
/device/generic/goldfish/camera/
DExif.cpp62 ExifEntry* entry = exif_content_get_entry(exifData->ifd[ifd], in removeExistingEntry() local
73 ExifEntry* entry = exif_entry_new_mem(mem); in allocateEntry() local
96 ExifEntry* entry = allocateEntry(tag, EXIF_FORMAT_RATIONAL, N); in createEntry() local
133 ExifEntry* entry = allocateEntry(tag, format, size); in createEntry() local
167 ExifEntry* entry = exif_entry_new(); in createEntry() local
183 ExifEntry* entry = allocateEntry(tag, EXIF_FORMAT_LONG, 1); in createEntry() local
200 ExifEntry* entry = allocateEntry(tag, EXIF_FORMAT_SHORT, 1); in createEntry() local
373 camera_metadata_ro_entry_t entry; in createExifDataCommon() local
463 camera_metadata_ro_entry entry; in createExifData() local
/device/generic/vulkan-cereal/scripts/
Dgen-entries.py306 def needExternC(entry): argument
311 def get_fail_code(entry): argument
316 def gen_cxt_getter(entry): argument
322 def gen_validations_custom_impl(entry): argument
343 def gen_call_ret(entry): argument
/device/generic/vulkan-cereal/host-common/testing/
DHostAddressSpace.cpp64 auto& entry = mEntries[handle]; in open() local
78 auto& entry = mEntries[handle]; in close() local
99 auto& entry = mEntries[handle]; in setHostAddr() local
192 auto& entry = mEntries[handle]; in ping() local
204 auto& entry = mEntries[handle]; in claimShared() local
225 auto& entry = mEntries[handle]; in unclaimShared() local
325 auto& entry = mEntries[handle]; in allocBlockLocked() local
334 auto& entry = mEntries[handle]; in freeBlockLocked() local
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp59 for (const auto& entry : redirects) { in validate_redirects() local
62 for (const auto& entry : inherited_fds) { in validate_redirects() local
74 for (const auto& entry : redirects) { in do_redirects() local
218 for (const auto& entry : inherited_fds_) { in ~Command() local
222 for (const auto& entry : redirects_) { in ~Command() local
311 for (const auto& entry : inherited_fds_) { in Start() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DDescriptorSetVirtualization.cpp130 auto& entry = table[dstBinding][arrOffset]; in doEmulatedDescriptorWrite() local
141 auto& entry = table[dstBinding][arrOffset]; in doEmulatedDescriptorWrite() local
152 auto& entry = table[dstBinding][arrOffset]; in doEmulatedDescriptorWrite() local
213 auto& entry = table[currBinding][arrOffset]; in doEmulatedDescriptorImageInfoWriteFromTemplate() local
238 auto& entry = table[currBinding][dstArrayElement + i]; in doEmulatedDescriptorBufferInfoWriteFromTemplate() local
263 auto& entry = table[currBinding][dstArrayElement + i]; in doEmulatedDescriptorBufferViewWriteFromTemplate() local
/device/generic/vulkan-cereal/base/
DEntityManager.h221 auto& entry = mEntries[newIndex]; in addFixed() local
283 auto& entry = mEntries[index]; in remove() local
309 auto& entry = mEntries[index]; in get() local
321 const auto& entry = mEntries.data() + index; in get_const() local
331 const auto& entry = mEntries[index]; in isLive() local
/device/google/redbull/json-c/
Dlinkhash.h159 #define lh_foreach(table, entry) \ argument
165 #define lh_foreach_safe(table, entry, tmp) \ argument
/device/google/sunfish/json-c/
Dlinkhash.h159 #define lh_foreach(table, entry) \ argument
165 #define lh_foreach_safe(table, entry, tmp) \ argument
/device/google/coral/json-c/
Dlinkhash.h159 #define lh_foreach(table, entry) \ argument
165 #define lh_foreach_safe(table, entry, tmp) \ argument
/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.cc57 auto& entry = entries_.emplace_back(); in AddCommand() local
64 auto& entry = entries_.emplace_back(); in AddCommand() local
/device/google/trout/tools/
Dlogcat_diff.py62 def entry(): function
/device/generic/vulkan-cereal/stream-servers/
Dvirtio-gpu-gfxstream-renderer.cpp575 auto& entry = it->second; in resetPipe() local
1090 auto& entry = it->second; in unrefResource() local
1133 auto& entry = it->second; in attachIov() local
1147 auto& entry = it->second; in detachIov() local
1234 auto& entry = it->second; in transferReadIov() local
1293 auto& entry = it->second; in transferWriteIov() local
1412 auto& entry = it->second; in getResourceInfo() local
1476 auto entry = HostmemIdMapping::get()->get(hvaId); in createResourceV2() local
1502 const auto& entry = it->second; in resourceMap() local
1563 const auto& entry = it->second; in resourceMapInfo() local
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/
Dgenerate_shaders.bat240 set entry=%~2 variable
/device/google/cuttlefish/host/frontend/webrtc_operator/
Ddevice_registry.cpp65 for (const auto& entry: devices_) { in ListDeviceIds() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
Dgenerate_shaders.bat46 set entry=%~2 variable
/device/generic/vulkan-cereal/host-common/opengl/
DEmuglBackendScanner.cpp52 const std::string& entry = entries[n]; in scanDir() local
DNativeGpuInfo_darwin.cpp39 uint32_t GetEntryProperty(io_registry_entry_t entry, CFStringRef property_name) { in GetEntryProperty()
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dstreamer.cpp369 for (auto& entry : displays_) { in OnOpen() local
380 for (auto& entry : audio_sources_) { in OnOpen() local
635 for (auto& entry : displays_) { in CreateClientHandler() local
644 for (auto& entry : audio_sources_) { in CreateClientHandler() local
/device/generic/vulkan-cereal/host-common/avd/
Dscanner.c65 const char* entry = dirScanner_next(s->scanner); in avdScanner_next() local
/device/google/cuttlefish/host/frontend/webrtc/
Dkernel_log_events_handler.cpp113 for (const auto& entry : subscribers_) { in DeliverEvent() local

1234