Merge changes from topic "tej-native-feedback" into rvc-dev am: e6ecb06dc7
Change-Id: I2b1ea3b9550f94401b717567963339accdf52d13
This commit is contained in:
commit
46ec39a764
2 changed files with 1 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue