Home
last modified time | relevance | path

Searched refs:Prop (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h724 class Prop {
735 Prop() = default;
736 Prop(const Prop& other) { in Prop() function
739 Prop& operator=(const Prop& other) {
744 Prop(Prop&& other) noexcept { in Prop() function
747 Prop& operator=(Prop&& other) noexcept {
753 bool operator==(const Prop& other) const {
756 bool operator!=(const Prop& other) const {
772 void swap(Prop& other) { in swap()
858 explicit iterator(const std::map<std::string, Prop>::const_iterator &_it) : it(_it) { } in iterator()
[all …]
/frameworks/av/services/mediametrics/
DAnalyticsActions.h40 using Elem = mediametrics::Item::Prop::Elem;
DTimeMachine.h68 using Elem = Item::Prop::Elem; // use the Item property element.
132 const std::string &name, const mediametrics::Item::Prop &prop, int64_t time = 0)
305 std::vector<const mediametrics::Item::Prop *> deferred;
/frameworks/av/media/libmediametrics/
DMediaMetricsItem.cpp172 Prop prop; in readFromParcel0()
582 Prop prop; in readFromByteString()
592 status_t mediametrics::Item::Prop::readFromParcel(const Parcel& data) in readFromParcel()
641 status_t mediametrics::Item::Prop::readFromByteString( in readFromByteString()