Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dfacade.proto118 bool ct2 = 5; field
Dfacade.cc163 if (request->ct2()) auth_req |= AUTH_REQ_CT2_MASK; in SetLeAuthRequirements()
/system/libbase/
Dexpected_test.cpp701 ConstructorTracker ct2 = "hello"; in TEST() local
702 exp_track e5(std::move(ct2)); in TEST()