Home
last modified time | relevance | path

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

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