Home
last modified time | relevance | path

Searched refs:IsValidExtDataElementsType (Results 1 – 2 of 2) sorted by relevance

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dpresence_decoder_v1.h86 bool IsValidExtDataElementsType(uint64_t type);
Dpresence_decoder_v1.cc227 if (IsValidExtDataElementsType(de_header->type)) { in DecodeDataElements()
243 bool PresenceDecoderV1::IsValidExtDataElementsType(uint64_t type) { in IsValidExtDataElementsType() function in nearby::PresenceDecoderV1