Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/device/src/
Dinterop.cc184 } entry_type; member
207 interop_entry_type entry_type);
523 interop_addr_entry_t addr_entry = db_entry->entry_type.addr_entry; in interop_config_add_or_remove()
528 feature = db_entry->entry_type.addr_entry.feature; in interop_config_add_or_remove()
535 feature = db_entry->entry_type.name_entry.feature; in interop_config_add_or_remove()
536 key.assign(db_entry->entry_type.name_entry.name); in interop_config_add_or_remove()
544 db_entry->entry_type.mnfr_entry.manufacturer); in interop_config_add_or_remove()
546 feature = db_entry->entry_type.mnfr_entry.feature; in interop_config_add_or_remove()
555 db_entry->entry_type.vnr_pdt_entry.vendor_id, in interop_config_add_or_remove()
556 db_entry->entry_type.vnr_pdt_entry.product_id); in interop_config_add_or_remove()
[all …]
/packages/modules/Virtualization/virtualizationmanager/fsfdt/src/
Dlib.rs67 let entry_type = in overlay_onto() localVariable
75 if entry_type.is_dir() { in overlay_onto()
78 } else if entry_type.is_file() { in overlay_onto()
/packages/modules/Bluetooth/system/gd/storage/
Dmutation_entry.cc30 : entry_type(entry_type_param), in MutationEntry()
35 switch (entry_type) { in MutationEntry()
Dmutation.cc33 if (entry.entry_type != MutationEntry::EntryType::SET) { in Add()
Dmutation_entry.h116 EntryType entry_type; variable
Dconfig_cache.cc368 switch (entry.entry_type) { in Commit()
/packages/modules/common/java/com/android/modules/targetprep/proto/
Dclasspath_classes.proto45 oneof entry_type { oneof