Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/mp3dec/src/
Dpvmp3_getbits.cpp117 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getNbits() local
147 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getNbits()
151 returnValue = (((uint32)(Elem)) << 24) | in getNbits()
178 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getUpTo9bits() local
191 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo9bits()
196 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo9bits()
200 returnValue = (((uint16)(Elem)) << 8) | in getUpTo9bits()
224 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getUpTo17bits() local
238 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo17bits()
244 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo17bits()
[all …]
/frameworks/base/cmds/incidentd/src/
DSection.cpp641 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
642 BinaryLogEntry::Elem::EVENT_TYPE_INT); in BlockingCall()
643 proto.write(BinaryLogEntry::Elem::VAL_INT32, (int)elem.data.int32); in BlockingCall()
646 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
647 BinaryLogEntry::Elem::EVENT_TYPE_LONG); in BlockingCall()
648 proto.write(BinaryLogEntry::Elem::VAL_INT64, (long long)elem.data.int64); in BlockingCall()
651 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
652 BinaryLogEntry::Elem::EVENT_TYPE_STRING); in BlockingCall()
653 proto.write(BinaryLogEntry::Elem::VAL_STRING, elem.data.string, elem.len); in BlockingCall()
656 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
[all …]
/frameworks/av/services/mediametrics/include/mediametricsservice/
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.h757 using Elem = std::variant<
829 const Elem& get() const { in get()
883 Elem mElem;
1064 const Prop::Elem* get(const char *key) const { in get()
1120 bool hasPropElem(const char *propName, const Prop::Elem& elem) const { in hasPropElem()
1122 const Prop::Elem *e = get(propName); in hasPropElem()
1152 const char *url, const Prop::Elem& elem) const { in recursiveWildcardCheckElem()
1160 const char *itemKeyPtr, const char *url, const Prop::Elem& elem) const { in recursiveWildcardCheckElem()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57573 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_FLOAT:I
57574 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_INT:I
57575 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_LIST:I
57576 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_LIST_STOP:I
57577 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_LONG:I
57578 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_STRING:I
57579 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_UNKNOWN:I
57580 Landroid/util/BinaryLogEntry$Elem;->TYPE:J
57581 Landroid/util/BinaryLogEntry$Elem;->VAL_FLOAT:J
57582 Landroid/util/BinaryLogEntry$Elem;->VAL_INT32:J
[all …]