Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/hci/
Daddress_with_type_test.cc32 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local
33 AddressWithType address_with_type_1(addr1, type1); in TEST()
58 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local
59 AddressWithType address_with_type_1(addr1, type1); in TEST()
/system/extras/simpleperf/
Devent_type.cpp129 [](const EventType& type1, const EventType& type2) { return type1.name < type2.name; }); in GetTracepointEventTypes() argument