Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 5 of 5) sorted by relevance

/system/chre/apps/power_test/common/include/generated/
Dchre_power_test_generated.h894 uint8_t sub_type() const { in sub_type() function
923 void add_sub_type(uint8_t sub_type) { in add_sub_type()
924 fbb_.AddElement<uint8_t>(WifiNanSubMessage::VT_SUB_TYPE, sub_type, 0); in add_sub_type()
949 uint8_t sub_type = 0,
957 builder_.add_sub_type(sub_type);
963 uint8_t sub_type = 0,
972 sub_type,
/system/chre/apps/power_test/common/idl/
Dchre_power_test_generated.h1116 uint8_t sub_type; member
1121 : sub_type(0) { in WifiNanSubMessageT()
1136 uint8_t sub_type() const { in sub_type() function
1180 void add_sub_type(uint8_t sub_type) { in add_sub_type()
1181 fbb_.AddElement<uint8_t>(WifiNanSubMessage::VT_SUB_TYPE, sub_type, 0); in add_sub_type()
1206 uint8_t sub_type = 0,
1214 builder_.add_sub_type(sub_type);
1220 uint8_t sub_type = 0,
1229 sub_type,
1655 { auto _e = sub_type(); _o->sub_type = _e; } in UnPackTo()
[all …]
Dchre_power_test.fbs170 sub_type:ubyte;
/system/chre/apps/power_test/common/
Drequest_manager.cc363 config.subscribeType = msg->sub_type(); in requestWifiNanSub()
/system/security/keystore2/src/
Ddatabase.rs2041 let sub_type: SubComponentType = in load_blob_components() localVariable
2043 has_km_blob = has_km_blob || sub_type == SubComponentType::KEY_BLOB; in load_blob_components()
2044 match (sub_type, load_bits.load_public(), load_bits.load_km()) { in load_blob_components()