Home
last modified time | relevance | path

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

/frameworks/native/services/stats/
DStatsAidl.cpp194 const char* cStringArray[repeatedStringVector.size()]; in reportVendorAtom() local
197 cStringArray[i] = repeatedStringVector[i].has_value() in reportVendorAtom()
202 AStatsEvent_writeStringArray(event, cStringArray, repeatedStringVector.size()); in reportVendorAtom()