Searched defs:privacy_level (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/dumpsys/internal/ |
D | filter_internal.cc | 55 const char* internal::PrivacyLevelName(PrivacyLevel privacy_level) { in PrivacyLevelName() 85 PrivacyLevel privacy_level = kDefaultPrivacyLevel; in FindFieldPrivacyLevel() local 108 …erTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeBool() 116 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger() 154 …rTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeFloat() 189 …TypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeString() 232 …TypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeStruct()
|
/system/bt/gd/dumpsys/ |
D | filter.cc | 98 internal::PrivacyLevel privacy_level = internal::FindFieldPrivacyLevel(*field); in FilterField() local
|