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

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

Merge "Enforce permission in native puller API." into rvc-dev am: 5a495bec...

Merge "Enforce permission in native puller API." into rvc-dev am: 5a495bec am: 61b4ee2d am: a08c718b

Change-Id: Id82cd998e371e769126ed3c34eb326c699677504
parents 03e9c69b a08c718b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -112,6 +112,8 @@ typedef AStatsManager_PullAtomCallbackReturn (*AStatsManager_PullAtomCallback)(
 * invoke the callback when the stats service determines that this atom needs to be
 * pulled.
 *
 * Requires the REGISTER_STATS_PULL_ATOM permission.
 *
 * \param atom_tag          The tag of the atom for this pull atom callback.
 * \param metadata          Optional metadata specifying the timeout, cool down time, and
 *                          additive fields for mapping isolated to host uids.
@@ -128,6 +130,8 @@ void AStatsManager_registerPullAtomCallback(int32_t atom_tag,
 * Unregisters a callback for an atom when that atom is to be pulled. Note that any ongoing
 * pulls will still occur.
 *
 * Requires the REGISTER_STATS_PULL_ATOM permission.
 *
 * \param atomTag           The tag of the atom of which to unregister
 */
void AStatsManager_unregisterPullAtomCallback(int32_t atom_tag);