Searched defs:maybe_non_aligned_memcpy (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/include/
H A Dbtif_common.h55 * As a short-term solution, we use the help of the maybe_non_aligned_memcpy()
60 #define maybe_non_aligned_memcpy(_a, _b, _c) memcpy((void *)(_a), (_b), (_c)) macro

Completed in 294 milliseconds