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

Commit b84b4a6f authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk: docs for AIBinder_debugGetRefCount

\return doc was missing

Bug: 111445392
Test: N/A
Change-Id: Ie7a2b7a12244386cabcda04ef782fd953c7d6086
parent 3964935f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -287,6 +287,9 @@ void AIBinder_decStrong(AIBinder* binder) __INTRODUCED_IN(29);
 * For debugging only!
 *
 * \param binder the binder object to retrieve the refcount of.
 *
 * \return the number of strong-refs on this binder in this process. If binder is null, this will be
 * -1.
 */
int32_t AIBinder_debugGetRefCount(AIBinder* binder) __INTRODUCED_IN(29);