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

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

libbinder_ndk: @file, @addtogroup

Bug: 111445392
Test: N/A
Change-Id: I4ca1733c0233a5e8a54afcbb5bc0f47f30ea8b7f
parent 2a1310d0
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,16 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


/**
 * @addtogroup NdkBinder
 * @{
 */

/**
 * @file binder_ibinder.h
 * @brief Object which can receive transactions and be sent across processes.
 */

#pragma once
#pragma once


#include <stdint.h>
#include <stdint.h>
@@ -245,3 +255,5 @@ void AIBinder_Weak_delete(AIBinder_Weak* weakBinder);
__attribute__((warn_unused_result)) AIBinder* AIBinder_Weak_promote(AIBinder_Weak* weakBinder);
__attribute__((warn_unused_result)) AIBinder* AIBinder_Weak_promote(AIBinder_Weak* weakBinder);


__END_DECLS
__END_DECLS

/** @} */
+12 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,16 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


/**
 * @addtogroup NdkBinder
 * @{
 */

/**
 * @file binder_parcel.h
 * @brief A collection of data that can be sent as a single packet.
 */

#pragma once
#pragma once


#include <sys/cdefs.h>
#include <sys/cdefs.h>
@@ -145,3 +155,5 @@ binder_status_t AParcel_readByte(const AParcel* parcel, int8_t* value);
// @END
// @END


__END_DECLS
__END_DECLS

/** @} */
+11 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


/**
 * @addtogroup NdkBinder
 * @{
 */

/**
 * @file binder_status.h
 */

#pragma once
#pragma once


#include <stdint.h>
#include <stdint.h>
@@ -54,3 +63,5 @@ enum {
typedef int32_t binder_status_t;
typedef int32_t binder_status_t;


__END_DECLS
__END_DECLS

/** @} */