Searched defs:Item (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore2/src/ |
D | try_insert.rs | 24 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()
|
D | permission.rs | 366 type Item = KeyPerm; typedef 368 fn next(&mut self) -> Option<Self::Item> { in next() 425 type Item = KeyPerm; typedef
|
/system/extras/simpleperf/ |
D | SampleDisplayer.h | 192 struct Item { struct 204 Item item; in AddDisplayFunction() argument
|
/system/bt/gd/rust/link/src/acl/ |
D | fragment.rs | 97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream()
|
/system/bt/common/ |
D | leaky_bonded_queue_unittest.cc | 35 class Item { class 37 Item(int i) { index = i; } in Item() function in testing::Item
|
/system/bt/stack/btm/ |
D | btm_ble_gap.cc | 136 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/ |
D | le_scanning_manager.cc | 114 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
|