Home
last modified time | relevance | path

Searched refs:arrayField (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/chpp/include/chpp/
H A Dservices.h50 #define chppAllocServiceNotificationTypedArray(type, count, arrayField) \ argument
52 sizeof(type) + (count)*sizeof_member(type, arrayField[0]))
78 arrayField) \
81 sizeof(type) + (count)*sizeof_member(type, arrayField[0]))
H A Dclients.h61 #define chppAllocClientRequestTypedArray(clientState, type, count, arrayField) \ argument
63 clientState, sizeof(type) + (count)*sizeof_member(type, arrayField[0]))