Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 4 of 4) sorted by relevance

/system/sepolicy/private/
Dmls11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
/system/media/camera/docs/
Dhtml.mako25 h2 { color: #333333; }
173 <h2>Table of Contents</h2>
395 <h2>Tags</h2>
/system/bt/stack/smp/
Dsmp_int.h531 extern bool smp_calculate_h6(uint8_t* w, uint8_t* keyid, uint8_t* h2);
532 extern bool smp_calculate_h7(uint8_t* salt, uint8_t* w, uint8_t* h2);
/system/extras/simpleperf/
Devent_selection_set.cpp603 auto comparator = [&](RecordBufferHead* h1, RecordBufferHead* h2) { in ReadMmapEventData() argument
604 return h1->timestamp > h2->timestamp; in ReadMmapEventData()