Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/
Daddress_with_type_test.cc35 AddressType type2 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local
36 AddressWithType address_with_type_2(addr2, type2); in TEST()
61 AddressType type2 = AddressType::PUBLIC_IDENTITY_ADDRESS; in TEST() local
62 AddressWithType address_with_type_2(addr2, type2); in TEST()
/system/extras/simpleperf/
Devent_type.cpp129 [](const EventType& type1, const EventType& type2) { return type1.name < type2.name; }); in GetTracepointEventTypes() argument
/system/tools/xsdc/tests/
Dmain.cpp142 Types type2 = *read("old_predefined_types.xml"); in TEST_F() local