Searched refs:Index (Results 1 – 8 of 8) sorted by relevance
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 255 template <size_t Index = std::variant_size_v<HalVariant> - 1> 257 if constexpr (Index == 0) { in _findIndex() 258 return Index; in _findIndex() 261 std::variant_alternative_t<Index, HalVariant>, in _findIndex() 263 return Index; in _findIndex() 265 return _findIndex<Index - 1>(); in _findIndex() 307 template <size_t Index = std::variant_size_v<HalVariant> - 1> 310 if constexpr (Index == 0) { in _castFromHalBaseAndConvert() 313 if (halIndex != Index) { in _castFromHalBaseAndConvert() 314 return _castFromHalBaseAndConvert<Index - 1>(halIndex, halBase); in _castFromHalBaseAndConvert() [all …]
|
/system/security/keystore2/src/ |
D | watchdog.rs | 53 struct Index { struct 68 records: HashMap<Index, Record>, argument 117 let mut overdue_records: Vec<(&Index, &Record)> = self in log_report() 137 HashMap::<thread::ThreadId, Vec<(&Index, &Record)>>::new(), in log_report() 144 let mut groups: Vec<Vec<(&Index, &Record)>> = groups.into_values().collect(); in log_report() 179 fn disarm(&mut self, index: Index) { in disarm() argument 183 fn arm(&mut self, index: Index, record: Record) { in arm() argument 261 let index = Index { tid, id }; in arm() 278 let index = Index { tid, id }; in disarm()
|
/system/keymint/derive/src/ |
D | lib.rs | 6 Generics, Ident, Index, 114 let index = Index::from(i); in to_val_struct() 168 let index = Index::from(i); in from_val_struct()
|
/system/core/fastboot/ |
D | udp.cpp | 52 enum Index { enum
|
/system/media/audio_utils/include/audio_utils/ |
D | Metadata.h | 815 template <typename CompoundT, size_t Index> 818 using T = std::tuple_element_t<Index, typename CompoundT::tuple_t>;
|
/system/chre/pal/doc/ |
D | Doxyfile | 653 # will remove the Files entry from the Quick Index and from the Folder Tree View 660 # page. This will remove the Namespaces entry from the Quick Index and from the 1718 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 653 # will remove the Files entry from the Quick Index and from the Folder Tree View 660 # page. This will remove the Namespaces entry from the Quick Index and from the 1718 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
/system/media/audio_utils/ |
D | Doxyfile | 700 # will remove the Files entry from the Quick Index and from the Folder Tree View 707 # page. This will remove the Namespaces entry from the Quick Index and from the 1821 # index chapters (such as File Index, Compound Index, etc.) in the output.
|