Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 7 of 7) sorted by relevance

/system/security/keystore2/src/
Dtry_insert.rs24 type Item; typedef
43 fn get_or_try_to_insert_with<E, F: FnOnce() -> Result<Self::Item, E>>( in get_or_try_to_insert_with()
46 ) -> Result<&mut Self::Item, E>; in get_or_try_to_insert_with()
50 type Item = T; typedef
51 fn get_or_try_to_insert_with<E, F: FnOnce() -> Result<Self::Item, E>>( in get_or_try_to_insert_with()
54 ) -> Result<&mut Self::Item, E> { in get_or_try_to_insert_with()
Dpermission.rs366 type Item = KeyPerm; typedef
368 fn next(&mut self) -> Option<Self::Item> { in next()
425 type Item = KeyPerm; typedef
/system/extras/simpleperf/
DSampleDisplayer.h192 struct Item { struct
204 Item item; in AddDisplayFunction() argument
/system/bt/gd/rust/link/src/acl/
Dfragment.rs97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream()
/system/bt/common/
Dleaky_bonded_queue_unittest.cc35 class Item { class
37 Item(int i) { index = i; } in Item() function in testing::Item
/system/bt/stack/btm/
Dbtm_ble_gap.cc136 struct Item { struct in __anon44c17b2f0111::AdvertisingCache
137 uint8_t addr_type;
138 RawAddress addr;
139 std::vector<uint8_t> data;
141 Item(uint8_t addr_type, const RawAddress& addr, std::vector<uint8_t> data) in Item() function
/system/bt/gd/hci/
Dle_scanning_manager.cc114 struct Item { struct in bluetooth::hci::AdvertisingCache
115 AddressWithType address_with_type;
116 std::vector<uint8_t> data;
118 Item(const AddressWithType& address_with_type, std::vector<uint8_t> data) in Item() argument