Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d67c4c66 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes from topic "tej-native-feedback" into rvc-dev am: e6ecb06d am:...

Merge changes from topic "tej-native-feedback" into rvc-dev am: e6ecb06d am: 92fd3e57 am: daaeeafd

Change-Id: Ic849e2cf713b5e0aa4b93d931344f0f6a379002b
parents 84bf4fd8 daaeeafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ void AStatsManager_PullAtomMetadata_setAdditiveFields(AStatsManager_PullAtomMeta
                                                      int32_t* additive_fields, int32_t num_fields);

/**
 * Get the number the additive fields of this pulled atom. This is intended to be called before
 * Get the number of additive fields for this pulled atom. This is intended to be called before
 * AStatsManager_PullAtomMetadata_getAdditiveFields to determine the size of the array.
 */
int32_t AStatsManager_PullAtomMetadata_getNumAdditiveFields(
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ int32_t AStatsManager_PullAtomMetadata_getNumAdditiveFields(
void AStatsManager_PullAtomMetadata_getAdditiveFields(AStatsManager_PullAtomMetadata* metadata,
                                                      int32_t* fields) {
    std::copy(metadata->additive_fields.begin(), metadata->additive_fields.end(), fields);
    return;
}

class StatsPullAtomCallbackInternal : public BnPullAtomCallback {