Searched refs:getTypeId (Results 1 – 2 of 2) sorted by relevance
176 switch (getTypeId(typeInfo)) { in parseKeyValuePairs()373 if (getTypeId(typeInfo) != OBJECT_TYPE) mValid = false; in parseBuffer()379 if (getTypeId(typeInfo) != INT64_TYPE) mValid = false; in parseBuffer()384 if (getTypeId(typeInfo) != INT32_TYPE) mValid = false; in parseBuffer()393 uint8_t typeId = getTypeId(typeInfo); in parseBuffer()435 uint8_t LogEvent::getTypeId(uint8_t typeInfo) { in getTypeId() function in android::os::statsd::LogEvent
292 uint8_t getTypeId(uint8_t typeInfo);