Home
last modified time | relevance | path

Searched refs:Elem (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_getbits.cpp116 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getNbits() local
129 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); in getNbits()
135 returnValue = (((uint32)(Elem)) << 24) | in getNbits()
164 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getUpTo9bits() local
170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); in getUpTo9bits()
174 returnValue = (((uint16)(Elem)) << 8) | in getUpTo9bits()
200 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getUpTo17bits() local
207 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); in getUpTo17bits()
212 returnValue = (((uint32)(Elem)) << 16) | in getUpTo17bits()
/frameworks/base/cmds/incidentd/src/
DSection.cpp642 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
643 BinaryLogEntry::Elem::EVENT_TYPE_INT); in BlockingCall()
644 proto.write(BinaryLogEntry::Elem::VAL_INT32, (int)elem.data.int32); in BlockingCall()
647 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
648 BinaryLogEntry::Elem::EVENT_TYPE_LONG); in BlockingCall()
649 proto.write(BinaryLogEntry::Elem::VAL_INT64, (long long)elem.data.int64); in BlockingCall()
652 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
653 BinaryLogEntry::Elem::EVENT_TYPE_STRING); in BlockingCall()
654 proto.write(BinaryLogEntry::Elem::VAL_STRING, elem.data.string, elem.len); in BlockingCall()
657 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
[all …]
/frameworks/av/services/mediametrics/
DAnalyticsActions.h40 using Elem = mediametrics::Item::Prop::Elem;
55 using Trigger = std::pair<std::string, Elem>;
DTimeMachine.h68 using Elem = Item::Prop::Elem; // use the Item property element.
69 using PropertyHistory = std::multimap<int64_t /* time */, Elem>;
149 Elem el{std::forward<T>(e)}; in REQUIRES()
/frameworks/base/core/proto/android/util/
Dlog.proto65 message Elem { message
86 repeated Elem elems = 7;
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h723 using Elem = std::variant<
795 const Elem& get() const { in get()
849 Elem mElem;
1030 const Prop::Elem* get(const char *key) const { in get()
1086 bool hasPropElem(const char *propName, const Prop::Elem& elem) const { in hasPropElem()
1088 const Prop::Elem *e = get(propName); in hasPropElem()
1118 const char *url, const Prop::Elem& elem) const { in recursiveWildcardCheckElem()
1126 const char *itemKeyPtr, const char *url, const Prop::Elem& elem) const { in recursiveWildcardCheckElem()