Home
last modified time | relevance | path

Searched defs:KeyType (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/net/common/native/bpf_headers/include/bpf/
Dbpf_helpers.h140 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument
175 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument
178 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument
181 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
184 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
187 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h23 typedef KEY KeyType; typedef
/frameworks/native/headers/media_plugin/media/drm/
DDrmAPI.h94 enum KeyType { enum
/frameworks/opt/telephony/proto/src/
Dtelephony.proto1666 enum KeyType { enum
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java271 public @interface KeyType {} annotation in TelephonyManager